Posted September 19, 2015
If you bought this game and tried running it in Linux, you may have noticed it works perfectly if launched straight from GOG's installation screen, but whenever you run hind.exe, the window closes immediately.
This is how you play GOG's Hind on a Linux machine (tested with Linux Mint 17):
1. Buy, download and install the game.
2. Open dosboxHIND.conf with a text editor.
3. Add to the bottom the following lines:
[autoexec]
@ECHO OFF
mount c /home/admin/Games/Hind
mount d /home/admin/Games/Hind/DATA -t cdrom
c:
hind.exe
exit
4. (replace "/home/admin/Games/Hind" with your Hind insallation path)
5. Download dosbox using your distro's package manager.
6. Run this command and create a shortcut for it:
dosbox -conf /home/admin/Games/Hind/dosboxHIND.conf
7. Enjoy!
This is how you play GOG's Hind on a Linux machine (tested with Linux Mint 17):
1. Buy, download and install the game.
2. Open dosboxHIND.conf with a text editor.
3. Add to the bottom the following lines:
[autoexec]
@ECHO OFF
mount c /home/admin/Games/Hind
mount d /home/admin/Games/Hind/DATA -t cdrom
c:
hind.exe
exit
4. (replace "/home/admin/Games/Hind" with your Hind insallation path)
5. Download dosbox using your distro's package manager.
6. Run this command and create a shortcut for it:
dosbox -conf /home/admin/Games/Hind/dosboxHIND.conf
7. Enjoy!