Reply To: heroes of might and magic 2

#2367
admin
Keymaster

Hi, ok I checked the gog version. You have 2 ways how to do it.

Copy content of installed folder “Heroes of Might and Magic 2 GOLD” to your device. Its recommended to rename it to something shorter – for example homam2.

1. Expert settings
Inside installed folder is file dosboxhomm2.conf. At the end of the file is :
[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C “.”
imgmount d “.\homm2.inst” -t iso -fs iso
c:
cls
heroes2.exe
exit

this is correct but you need to fix paths based on your device. This version mounts homm2.inst file. But we must use homm2.ogg because current version is not able run ogg tracks from subfolder. This will be fixed in next release.

/mnt/emulated/0/ is path on your device. You must change it to yours.

[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
mount C “/mnt/emulated/0/”
imgmount d “/mnt/emulated/0/homam2/homm2.gog” -t iso -fs iso
c:
cd homam2
heroes2.exe

2. GUI
You can also run this game using GUI. Then you must add CD homm2.gog under section CD-ROM. Then you need set drive C:\. This is root of your device, or folder games (in which you have MS-DOS games). Then set main program “HEROES2.EXE” from folder homam2

Best regards,
Tony