Io non l'ho provato ma comunque lo metto qui
-----------------------
Open notepad.
Put in the following into the notepad window, exactly as it appears (unless you've changed the name of the game executable, in which case adjust the last line accordingly):
Codice: Seleziona tutto
@echo off
md "%CD%\user"
set APPDATA=%CD%\user
th128
Whenever you want to play, do it with that batch file rather than the game executable itself. It'll save everything to the same folder where the game is, rather than in a completely different folder.