This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 38e7193971c72ce777fc7c7242d7b1342e874284 Author: Alexandre Detiste <[email protected]> Date: Wed Jul 22 10:38:08 2015 +0200 zork-inquisitor: add instructions for CD version with Wine --- data/zork-inquisitor.yaml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/data/zork-inquisitor.yaml b/data/zork-inquisitor.yaml index 4fc85ec..8fbe98b 100644 --- a/data/zork-inquisitor.yaml +++ b/data/zork-inquisitor.yaml @@ -4,7 +4,41 @@ copyright: © 1997 Activision plugin: scummvm_common help_text: - You need to first install the package fonts-liberation. + For all versions: you need to first install the package fonts-liberation. + + ------------------------------------------------------------------------ + + For the CD version, you first need to: + + 0) If you don't have two CD-ROM drives: copy files from CD2 somewhere. + + 1) pop-in CD1 & install the game with Wine + + $ wine /media/cdrom0/install/setup.exe + + 2) download ZPatch.exe here (this is a self-extracting .zip archive): + http://www.thezorklibrary.com/installguides/zgi-win.html + + $ wget http://www.thezorklibrary.com/installguides/Zpatch.exe + $ unzip Zpatch.exe -d /tmp + + Inside this you'll find ZGIPAT.EXE that can only be applied with Wine; + this archive format has not yet been reverse-engineered. + + $ strings /tmp/ZGIPAT.EXE | grep -i copyright + ".RTPatch Software Update System DLL version 4.10 + (C) Copyright Pocket Soft, Inc. 1994-1997. All Rights Reserved." + + $ wine /tmp/ZGIPAT.EXE + + 3) Then you can create a package this way: + + $ game-data-packager zork-inquisitor /path/to/cd1_assets/ /path/to/cd2_assets/ ... + ~/.wine/drive_c/Program\ Files/Activision/ + + 4) You can finally clean up + $ rm -rv ~/.wine/drive_c/Program\ Files/Activision/ + $ rm -rv /path/to/cd2_assets/ packages: zork-grand-inquisitor-data: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

