.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 2: The Ascension Wars

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old October 27th, 2004, 02:31 PM
Nagot Gick Fel's Avatar

Nagot Gick Fel Nagot Gick Fel is offline
Major
 
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
Nagot Gick Fel is on a distinguished road
Default Re: dom2 save games

OK, here's my own small, quick & dirty backup utility. It runs in the background and check your game folders periodically, so you don't have to remember about clicking on an icon each time you submit a turn.

It's written in Java (thus you need a Java VM to run it) and is Linux and Windows-friendly (and should probably run on other OSes as well).

Basically it manages subfolders named 000, 001, 002, etc. in your game folders, and reuses the oldest entry when the maximum # of backups is reached. A new backup folder is created/overwritten when a new .trn is generated, otherwise the most recent backup folder is updated when a .2h is generated or updated.

You can specify the # of backups, and dom2 location in a property file. There's also a property that lets you specify which games you don't want to save, and one that lets you specify the delay (in seconds) between checks.

It's a bit crude - no GUI, no restore function, and it may throw an exception if you manually delete a game folder it's tracking. That's mainly because I didn't want to spend too much of my free time on it. However it works, and what's nice is that once it's started you can forget about it.

Zipfile contents:

DomIIBackup.java - the source
DomIIBackup.jar - the executable JAR file
domIIbackup.props - the property file

Just unzip in your Dominions directory, or any directory of your choice. If the latter, you'll need to update the d2backup.d2home property in the property file to point to your Dominions directory. Eg, for Linux:

d2backup.d2home=//mylinux/home/Users/myself/dom2

and for Windows:

d2backup.d2home=C:/games/illwinter/dom2

or

d2backup.d2home=C:\\games\\illwinter\\dom2

The other options should be self-explanatory. If you want to tell DomIIBackup to NOT track the games 'mayhem', 'bloodfest' and 'armageddon', use the d2backup.exclude property:

d2backup.exclude=mayhem:bloodfestageddon

While running, DomIIBackup will automatically start tracking every new game you create, unless the game name is listed in the d2backup.exclude property.

To run, use the command:

java -cp DomIIBackup.jar DomIIBackup

in the unzip directory. Of course you can put that command in a shell script or batch file.

This Version was compiled/tested with Sun Microsystems' J2SDK 1.4.2_04, which is available for download on Sun's website. Although you only need the JRE component to run the utility.
__________________
God does not play dice, He plays Dominions Albert von Ulm
Reply With Quote
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 12:02 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.