From f28ad8ac9b19cd1fcb5e300c70fca36ce3cf95b5 Mon Sep 17 00:00:00 2001 From: Tasos Latsas Date: Fri, 29 May 2009 22:53:21 +0300 Subject: icewind dale install and patch scripts and changes to main scripts to support them --- auto-installer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'auto-installer.sh') 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 -- cgit v1.2.3