So I am trying to make a PAF version of Pokemon TCG Online. I am having trouble getting DirectoriesMove and RegistryKeys to work at all. When I launch the game, it loads instantly, which should not happen. The data folder alone is 3.7 gb (holds all the images for all cards) and should take a few minutes to copy over on a usb2 connection. Problem is, nothing is being moved. I don't mind waiting a few minutes for my game to load but the problem is it loads instantly and doesn't move over essential files or keys. I should also mention I saved this ini in unicode.
Here is my Launcher.ini
[Launch] ProgramExecutable=Pokemon TCG Online\Pokemon Trading Card Game Online.exe WorkingDirectory=%PAL:AppDir%\Pokemon TCG Online [Activate] Registry=True [DirectoriesMove] PTCGO=%USERPROFILE%\Appdata\LocalLow\The Pok__mon Company International Unity=%USERPROFILE%\Appdata\LocalLow\Unity [RegistryKeys] HKCU=HKCU\Software\The Pokémon Company International -=HKCU\Software\Unity Do you all see anything that could be causing this problem?