summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorTasos Latsas <tlatsas@users.sourceforge.net>2009-05-29 22:53:21 +0300
committerNick White <git@njw.me.uk>2009-06-01 01:12:25 +0100
commitf28ad8ac9b19cd1fcb5e300c70fca36ce3cf95b5 (patch)
tree795eecfb57caea6956d5502267c981ec48c6f109 /auto-installer.sh
parent832a15af708e40f9d2e727bea3c79051c5301fdc (diff)
downloadgemrb-gameinstallers-f28ad8ac9b19cd1fcb5e300c70fca36ce3cf95b5.tar.bz2
gemrb-gameinstallers-f28ad8ac9b19cd1fcb5e300c70fca36ce3cf95b5.zip
icewind dale install and patch scripts and changes to main scripts to support them
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 1101e7a..6455020 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -97,6 +97,14 @@ while [ -z "$MINSCRIPT" ]; do
WINDOWSFILES="torment.exe ereg"
CDNO=4
;;
+ $IWD_2CD_UK_MD5 )
+ FULLGAMENAME="Icewind Dale 2CD UK version"
+ SHORTGAMENAME="icewinddale"
+ MINSCRIPT=iwd/install-2cd-uk-minimal.sh
+ EXTRASCRIPT=iwd/install-2cd-uk-extra.sh
+ PATCHES="iwd/install-patch-uk-fix.sh iwd/install-patch-us.sh"
+ WINDOWSFILES="3dfx.dll config.exe icewind.ini keymap.ini language.ini mpicewnd.mpi"
+ CDNO=2
* )
echo "Unrecognised CD - please select game from menu"
choosegame