Thread: dom2 save games
View Single Post
  #5  
Old October 21st, 2004, 11:20 PM
Cainehill's Avatar

Cainehill Cainehill is offline
Lieutenant General
 
Join Date: Mar 2004
Location: Albuquerque New Mexico
Posts: 2,997
Thanks: 0
Thanked 0 Times in 0 Posts
Cainehill is on a distinguished road
Default Re: dom2 save games


Easy enough to make the batch file, especially if you don't mind tweaking it from game to game.

Placing it in the game directory, it could look something like this:

echo off
mkdir save
copy nation.2h save


Very simple and crude, with a Version to restore it that looked like:


echo off
del nation.h
copy save\nation.h .


Then, make a shortcut and drag the shortcut to the desktop and you're set.
__________________
Wormwood and wine, and the bitter taste of ashes.
Reply With Quote