It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
How do I transfer my "old" MM4-5 saves to the "new" (voice-acting) MM4-5 game?

I tried copying *.sav from the old folder (prior to today's update) to the new folder, and that didn't work. Specifically, I copied the following files:

DARK0*.sav
XEEN0*.sav

That did not work. Are there other files that I also need to copy over, or do I just need to start over?
I'm having the same problem. From what I can tell, the saves for the voiced version are .WOX rather than .SAV.

I'm not sure of a way to convert the files, but if there is a way I'd guess that's what would work.
avatar
sdbutler80: How do I transfer my "old" MM4-5 saves to the "new" (voice-acting) MM4-5 game?
There was a utility included with the talkie version that converted SAV to WOX files...

Oh, and here it is: http://games.playazlounge.net/xeen/sav2wox.exe
Just to clarify for future posters, the game needs to "verify" you have the CD to run, but you can get around this.

Use the "imgmount" command in DOSBox to mount the MM4-5 image files; copy the command directly from the talkie .conf file.

Say you mount the CD image to the d:

Then run sav2wox directly from the image, and pass it as first parameter where your saves are, and 2nd parameter would be the mounted image file (e.g., d:).

For me, running sav2wox downloaded from above did not work, but this technique did work.

Enjoy!
I've had a couple of questions on this, so here are the step-by-step instructions to do the conversion. I assume you have a "fresh" installation of DOSBOX on your machine -- ie, one that will give you a command prompt. I used DOSBOX 0.74, I am not sure if older versions will work.

(1) Put all your saves in a location; I will call this c:\xeen
(2) Copy the files from the MM4/5 install to another location; I will call this c:\xeen2

NOTE: By default, these files end up in "GOG Games\Might and Magic VI Limited Edition\Might and Magic 4-5". The files are NOT in "Program Files" or "Program Files (x86)" -- the old files are there. So, be sure you copied the right ones. You will know you have the right files if you have the files GAME1.inst and GAME2.inst both present, along with the file dosboxMM4-5_singleCD.conf (and several other files).

(3) Start up DOSBOX

(4) Run the following commands (in order) from the DOSBOX command prompt (assuming you are at z:\> prompt):

mount c c:\xeen
c:
imgmount d "c:\xeen2\game1.inst" "c:\xeen2\game2.inst" -t iso
d:\game\sav2wox c: d:

Then follow the on-screen prompts.

(5) Finally, exit DOSBOX and copy the WOX files to the normal saved game folder. You can delete the folder c:\xeen2, but you may want to keep c:\xeen around for backup because it has your original SAV files as well as the WOX files. (The original SAV files are in the c:\xeen\BACKUP directory.)

Note that you do NOT need to download sav2wox, nor do you need to put it in c:\xeen, because it is present in the image file.