Page 1 of 1

Amiga editor for Dungeon Master/CSB available

Posted: Mon Jan 22, 2024 10:42 pm
by Minuous
Hello all, you can now use the Multi-game Character Editor to view/edit saved games for these two games (among others), including character stats and dungeons, even for non-Amiga formats.

Image

http://amigan.1emu.net/releases/#mce

Re: Amiga editor for Dungeon Master/CSB available

Posted: Tue Jan 23, 2024 6:30 pm
by ChristopheF
Nice to see new tools being developed!
I don't have the OS requirement to give it a try now, my Amiga emulation environment runs OS 3.1 only...

Re: Amiga editor for Dungeon Master/CSB available

Posted: Wed Jan 24, 2024 6:52 am
by Minuous
I see you added it to the wiki, thanks :-)

The decryption etc. is largely based on your documents (you are credited in the manual for this). I take it that the DM2 saved game format is still undocumented?

Re: Amiga editor for Dungeon Master/CSB available

Posted: Wed Jan 24, 2024 8:53 am
by ChristopheF
I don't have any doc about the DM2 saved game format.
However, you could study the source code of skwin where you you should find what you need:
https://dmbuilder.sphenxmusics.fr/skwin.php
https://github.com/gbsphenx/skproject

Re: Amiga editor for Dungeon Master/CSB available

Posted: Thu Jan 25, 2024 7:56 pm
by Sphenx
You'll find the main load function in SkWinCore.cpp GAME_LOAD().
Basically, the DM2 dungeon structure is like a DM1 dungeon.dat.
Savegame is : some header, then dungeon.dat, then global variables and data tables (ingame flags, party info, spell effects, timers).
While the dungeon.dat is the same structure as for DM1, there are different values for items/objects/gfx (check graphics.dat coming along for that), and event/actuators have also different values from DM1.
You can contact me for details if needed.

Re: Amiga editor for Dungeon Master/CSB available

Posted: Fri Jan 26, 2024 3:50 pm
by Minuous
OK, thanks, I'll add support for DM2 in the next version.

Re: Amiga editor for Dungeon Master/CSB available

Posted: Sat Feb 03, 2024 5:41 am
by Minuous
I have released V14.6 which allows dungeon editing via saved game file or dungeon file for all 3 games, and editing of character stats and inventories for DM1 & CSB. Editing of character stats and inventories for DM2 will likely follow in the next version.

Re: Amiga editor for Dungeon Master/CSB available

Posted: Wed Feb 07, 2024 5:24 pm
by ParuNexus
Minuous wrote: Sat Feb 03, 2024 5:41 am I have released V14.6 which allows dungeon editing via saved game file or dungeon file for all 3 games, and editing of character stats and inventories for DM1 & CSB. Editing of character stats and inventories for DM2 will likely follow in the next version.
so dm1, csb and dm2? is this dos, amiga and atari st only? That is very impressive and wonderful job updating it