View Single Post
  #71  
Old October 14th, 2006, 05:06 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Problem Saving Games

Quote:
Campy said:

In the meantime, for those looking for something easier than doing it all manually, here is the batch file I use to keep three backup files:

copy "c:\games\dominions3\savebak\bak2\*.*" "c:\games\dominions3\savebak\bak3\"
copy "c:\games\dominions3\savebak\bak1\*.*" "c:\games\dominions3\savebak\bak2\"
copy "c:\games\dominions3\savedgames\Yomi\*.*" "c:\games\dominions3\savebak\bak1\"

I have this batch file in my Dom3 directory with a quicklink to it. I play in windows and then just have to click on the quicklink to backup to bak1 and simultaneously move the backup to bak2 and bak2 to bak3.
Excellent.
If that batch file is named something like DomSave.bat then you could add
--preexec DomSave.bat
to the icon that runs dom for you. That way it would shell out and run that batch file before each hosting.

Gandalf Parker
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote