Pages: [1]
|
|
|
Author
|
Topic: Change Saved Games path (Read 1959 times)
|
jaylweb
Zebranky food
Offline
Gender:
Posts: 2
Smurfarific!!
|
How do I change the saved games path? I have UQM 0.3 installed on a flash drive, which allows me to play it on any computer without installing it, but the saved games always go to the application data folder regardless of the command line parameters.
Both -n and --contentdir don't seem to work on WinXP.
I have found a work around, by copying my saved games from the application data folder to my content folder. I just have to do this everytime I save. lol
Any suggestions?
|
|
|
Logged
|
|
|
|
|
Matthew
Guest
|
Make a batch file that does that for you.
name it something.bat (like renuqm.bat) and make the content look like this:
@echo off copy d:\source_path\*.source_extension c:\destination_path\*.* game copy c:\source_path\*.source_extension d:\destination_path\*.*
If you understood the lingo... it copies the files when you start to the hard drive location that UQM uses. Then it runs the game. When you exit the game, it archives the files back to your flash drive.
If that made no sense at all, send me a email with the names of the directories you use and the disks they are on... and remind me what the dos name of ur quan masters and where it runs from. I will send you a batch file.
|
|
|
Logged
|
|
|
|
jaylweb
Zebranky food
Offline
Gender:
Posts: 2
Smurfarific!!
|
You guys gave me some good suggestions. I created a batch file called UQM.BAT. Basically, it changes the variable for APPDATA while the game is running, in that environment only. So Windows is unaffected because it doesn't see the change, only the game does. I can open and save games to the new path, which is on my usb flash drive. I can now safely play this on any WinXP computer without losing or having to copy my save games, probably will work on Win2k as well but I haven't tested.
Here's the syntax for my batch file in case anyone else is interested in doing this.
@echo off set APPDATA=b:\The Ur-Quan Masters b: cd \The Ur-Quan Masters start /w uqm.exe
Note: Drive B is my usb flash drive. Make sure you set this to whatever drive letter you use.
Thanks everyone for your help.
|
|
« Last Edit: September 22, 2004, 10:44:27 am by jaylweb »
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
|
|