Hmm, whomever said you can't move between windows and linux saves is incorrect.
I am happily pwning on Senesbrawl.
I spent this morning syncing dropbox (cloud backup)
and utilizing info from here:
http://www.lifehacker.com.au/2009/02/sy ... _folder-2/
Windows way:
- 1. Make a dropbox account. (I get bonus dropbox space if you use this link: http://db.tt/9GsGPaH )
2. Install Dropbox Dropbox for windows
3. Go to %USERPROFILE% and back up yout T-Engine folder (I prefer 7zip.
4. Move your T-Engine folder from your user directory, to your dropbox folder.
5. Download JUNCTION (This tool only works on XP, Vista, and 7 OSes. The host file system may need to be NTFS too)
6. Open a cmd prompt (administrative command prompt for vista/7)
7. In the command prompt, type in the following, without the single quote marks 'junction "%USERPROFILE%\My Documents\My Dropbox\T-Engine" "%USERPROFILE%\T-Engine"
8. Play your games everywhere. Make sure not to have multiple t-engines open between your work and your home computers!
Linux way:
- 1. Make a dropbox account. (I get bonus dropbox space if you use this link: http://db.tt/9GsGPaH )
2. Install Dropbox dropbox for Unix
3. On linux? Go to ~ and back up yout .t-engine folder.
4. Move your .t-engine folder from your user directory, to your dropbox folder. ('move ~/.t-engine ~/Dropbox/T-Engine')
5. Open a shell prompt
6. In the shell prompt, type in the following, without the single quote marks 'ln -s "~/Dropbox/T-Engine" "~/.t-engine"
7. Play your games everywhere. Make sure not to have multiple t-engines open between your work and your home computers!
Flash drive
- 1. Go to %USERPROFILE% and back up yout T-Engine folder (I prefer 7zip.
2. Move your T-Engine folder from your user directory, to your flashdrive. (We'll call the flashdrive M, thus move your T-Engine folder to M:\ )
3. Download JUNCTION (This tool only works on XP, Vista, and 7 OSes. The host file system may need to be NTFS too - the flash drive does not need to be NTFS)
4. Open a cmd prompt (administrative command prompt for vista/7)
5. In the command prompt, type in the following, without the single quote marks ' junction "%USERPROFILE%\T-Engine" "M:\T-Engine" '
6. Play your games everywhere you take your flash drive. Make sure not to have multiple t-engines open between your work and your home computers!
the thing that looks like a dash is actualy a tilde ~ the key to the left of the number 1 makes it. It's shorthand for home directory on Unix.
The %userprofile% is shorthand on windows for "my user profile directory".
Whenever the flashdrive is removed, the link is broken until the flashdrive is inserted. If the flashdrive is assigned a different drive letter, the junction is broken and needs to be re-made.
Lemme know how it works for you! (goes to play his brawler!)
Seneschul
P.S. THe linux commands should work for Mac OS. Just make sure to install the macintosh dropbox instead of the linux one. And you may need to tweak the command lines