First post, by ConjurerDragon
- Rank
- Newbie
Years ago I played the floppy disk version of Fantasy Empires that was released in Octobre 1993 for hours and hours.
A few days ago I managed to find the 1994 CD-ROM version of the game and have some minor problems.
According to the documentation the game is supposed to run from the CD-ROM and only store savegames in a selectable folder and a small file in the C: root folder to find where it stored the savegames on the hard disk.
That works fine on my Windows ME system even without using DOSBOX.
However whenever I start the game using the "start.bat" file it always runs the soundsetup which it should do only ONCE.
Start.bat is:
@echo off
insti4cd.exe
save
if not exist sound.cfg sound.exe
fantasy
save /q
As far as I understand that it should only run the soundsetup if no file sound.cfg exists. But that file does exist in the savegame folder that I specified as H:\SSI\FANTASY\
Any idea why it ignores the existing sound.cfg or insists on running sound.exe on every start?
I tried starting the game by not using start.bat and running fantasy.exe directly - but then the game immediately crashes.