PDA

View Full Version : Combining 2 High score lists



Ron1451
11-09-2008, 07:05 PM
Is there anyway to combine 2 high score lists? Because sometimes I play in separate pc's and would be interested in combining them so that I can always keep the real high score backed up and up-to-date. That would also give me the option to reset the list starting fresh without losing my high scores.

Thanks

Jan Erik
11-10-2008, 10:29 AM
Sort of, I wrote a small Java application to do just that some years back, see post here (http://groups.google.com/group/rec.games.roguelike.adom/browse_thread/thread/a2f8466012a16fd7).

Direct link is http://home.online.no/~jamydlan/downloads/asm.zip

It has not been tested on "recent" ADOM versions but I don't think the format of the score file have changed.

Never got around to make it into an executable jar file so you have to "manualy" run the class file from the command line (see readme). I wrote it back in 2002 as a learning experience so it's not perfect but it does the job. The source code is included so if anyone want to make an improved version be my guest (attribution would be nice, otherwise go nuts).