Posted February 03, 2015
Gog team are a bit lazy: they are not selling Theme Hospital for Linux while dosbox works very well on Linux.
First install dosbox for your distribution.
Then install Theme Hospital Gog installation file with wine, in a terminal:
$ wine setup_theme_hospital_2.0.0.5.exe
Now go to your wine folder and move the folder:
/home/your_profile/.wine/drive_c/GOG/Theme Hospital
where you want.
In the theme hopital folder, open HOSPITAL.CFG file and modify like this:
INSTALL_PATH=c:\
You can change LANGUAGE too: FR,ENG,SPA,FR,GER,SW,ITA
example, I'm french:
LANGUAGE=FR
Save and exit
Open now dosboxTH_single.conf
modify this values if necessary, so they look like this:
mount C .
c:
HOSPITAL.EXE
Save and exit
Time to test:
Create a file txt in the Theme Hospital folder, name it for example start_single.sh and paste this:
#!/bin/bash
dosbox -conf dosboxTH.conf -conf dosboxTH_single.conf
Save, exit and make the file executable.
You can now launch start_single.sh to play.
Have a good game :)
First install dosbox for your distribution.
Then install Theme Hospital Gog installation file with wine, in a terminal:
$ wine setup_theme_hospital_2.0.0.5.exe
Now go to your wine folder and move the folder:
/home/your_profile/.wine/drive_c/GOG/Theme Hospital
where you want.
In the theme hopital folder, open HOSPITAL.CFG file and modify like this:
INSTALL_PATH=c:\
You can change LANGUAGE too: FR,ENG,SPA,FR,GER,SW,ITA
example, I'm french:
LANGUAGE=FR
Save and exit
Open now dosboxTH_single.conf
modify this values if necessary, so they look like this:
mount C .
c:
HOSPITAL.EXE
Save and exit
Time to test:
Create a file txt in the Theme Hospital folder, name it for example start_single.sh and paste this:
#!/bin/bash
dosbox -conf dosboxTH.conf -conf dosboxTH_single.conf
Save, exit and make the file executable.
You can now launch start_single.sh to play.
Have a good game :)
Post edited February 03, 2015 by legluondunet