-
Notifications
You must be signed in to change notification settings - Fork 6
Running zork grand inquisitor (gog version)
khbecker edited this page Mar 29, 2013
·
8 revisions
NOTE: As of ZGI v2.0 from GOG, ZEngine is included, so the instructions below should not be necessary for running ZGI from GOG on Windows
- Download Zork Grand Inquisitor from GOG.
- Install Zork Grand Inquisitor
- Download precompiled and preconfigured Zengine files from Downloads section of this project (https://www.dropbox.com/s/blc0qjxd1x3ul5q/WIN_ZGI_GOG_2013_03_20.zip)
- Extract this zip file to the folder where Zork Grand Inquisitor was installed.
- Run Zengine.exe in the folder where Zork Grand Inquisitor was installed.
- Download Zork Grand Inquisitor from GOG.
- Install Zork Grand Inquisitor using Wine
- Download the Zengine source using git
git clone git://github.com/Marisa-Chan/Zengine.git
- Compile Zengine (requires sdl, sdl_gfx, sdl_image, sdl_mixer, sdl_ttf, and gcc)
cd Zengine/Engine/src make linux_zgi
- Copy the Zengine executable (named "Zengine") from the Zengine/Engine/src folder to the folder where Zork Grand Inquisitor was installed.
cp -R Zengine/Engine/src/Zengine /path/to/zgi
- Copy the FONTS folder from Zengine/res/FONTS to the folder where Zork Grand Inquisitor was installed.
cp -R Zengine/res/FONTS /path/to/zgi/
- Copy the ZGI_GOG.dir file from the Zengine/conf folder to the folder where Zork Grand Inquisitor was installed and rename it to Zork.dir.
cp Zengine/conf/ZGI_GOG.dir /path/to/zgi/Zork.dir
- Run the Zengine executable (named "Zengine") in the folder where Zork Grand Inquisitor was installed.
cd /path/to/zgi ./Zengine