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

×
I have been able to get the game working under wine using linux. I want to have this game running in Dosbox natively, however I too am getting the dredded "Please insert anvil of dawn cd" when trying to run the exe file. I have copied over the config data from installation directory to the config file in /.dosbox and then modified it with all the entries for autoexec.bat but it is not working.

What am I doing wrong? I have followed a guide to getting dos games running. This game does not have a play on linux entry yet so I am kinda stuck and at a loss.
The crucial part is the mounted path:

imgmount d -t iso -fs iso "..\anvil.dat"

This is a relative path and has to be in a form valid for the OS it is being used on; update the path with a valid relative or absolute path to mount the image correctly.
avatar
Arkose: The crucial part is the mounted path:

imgmount d -t iso -fs iso "..\anvil.dat"

This is a relative path and has to be in a form valid for the OS it is being used on; update the path with a valid relative or absolute path to mount the image correctly.
Yep that worked. I figured it out. Thanks a bunch.