- Prerequisites
- Install
- How to run the game after the install process
- Contribute
- Good to know
- Alternative install method
- Uninstall
- Copyright
This short script helps you installing and running Heroes of Might and Magic 3, HoMM3 HD edition and Horn of the Abyss (HotA) on your older Macbooks. I recommend you to download the two offline HoMM3 installer files (~1 GB) from gog.com (I assume you have the game).
The project's goal is to automatize this well-written install guide.
- A Macbook with Yosemite, El Capitan, Sierra, High Sierra or Mojave with the latest OS update. If you are using Catalina or Big Sur, check this method.
- Downloaded HoMM3 offline installer files from gog.com.
1 - Open the Terminal (hit Command+Space
-> type Terminal
and hit Enter
).
2 - Enter the following command:
/bin/bash -c "$(curl -H 'Cache-Control: no-cache' -fsSL https://raw.githubusercontent.com/Peneheals/ihhh/master/install_homm3.sh)"
-
Just open the Terminal (see above how).
-
Enter the below command:
cd "$HOME/.wine/drive_c/GOG\ Games/HoMM\ 3\ Complete" && wine HD_Launcher.exe
-
Check for updates with the "Update" button and install it if you found any!
-
If the basic settings (resolution etc.) look OK, create the HD.exe with the "Create HD exe" button!
-
Now you are ready to play! The above steps are not necessary in the future, just start the launcher in the Terminal with the above command in step #2 (or push the up key for the last executed commands) and hit the "Play" button!
If you have any feedback (feature requests, bug reports, problems etc.), feel free to open an issue here. Please upload any related screenshots (maybe to Imgur) and link them in the issue.
- The installer uses common and existing tools:
- We do not store nor send any credentials to any 3rd party (except gog.com in a future release).
- Planned: Linux support!
1 - Download the code.
2 - Click on it to unzip.
3 - Check that it is in the right place (I assume your downloads go to your home's Downloads
folder).
4 - Open the Terminal (hit Command+Space
-> type Terminal
and hit Enter
).
5 - Run the script with ~/Downloads/ihhh-master/install_homm3.sh
command.
Use with precaution! It will wipe everything!!!
- Brew and all formulas and casks,
- Wine and all your Wine-installed programs,
- HoMM3 and every expansion,
- and all your saved games!
curl -H 'Cache-Control: no-cache' -fsSL https://raw.githubusercontent.com/Peneheals/ihhh/master/install_homm3.sh | bash -s -- -u
To uninstall just your HoMM3 related stuff (deleting your ~/.wine directory), use this:
curl -H 'Cache-Control: no-cache' -fsSL https://raw.githubusercontent.com/Peneheals/ihhh/master/install_homm3.sh | bash -s -- -uh3
TODO