summaryrefslogtreecommitdiff
path: root/includes
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 /includes
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 'includes')
-rw-r--r--includes/autoinstall-includes.sh6
-rw-r--r--includes/cd-includes.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/includes/autoinstall-includes.sh b/includes/autoinstall-includes.sh
index 76e8638..8f80036 100644
--- a/includes/autoinstall-includes.sh
+++ b/includes/autoinstall-includes.sh
@@ -48,6 +48,8 @@ function choosegame
echo "3 | Tales of the Sword Coast (1CD UK version)"
echo "4 | Planescape: Torment (4CD version)"
echo "5 | Planescape: Torment (2CD version)"
+ echo "6 | Icewind Dale (2CD UK version)"
+ echo "7 | Icewind Dale 2 (2CD version)"
read -n 1 choice
echo
@@ -63,6 +65,10 @@ function choosegame
return 0 ;;
5 ) export CDMD5="640b61443cc86c434f1b6826e63c0e33"
return 0 ;;
+ 6 ) export CDMD5="b79582f4f80270d48e6b26f529ba31dd"
+ return 0 ;;
+ 7 ) export CDMD5="77307366ba3e8a246f6f238cbb3b7874"
+ return 0 ;;
esac
done
}
diff --git a/includes/cd-includes.sh b/includes/cd-includes.sh
index dfb0e68..3ef9670 100644
--- a/includes/cd-includes.sh
+++ b/includes/cd-includes.sh
@@ -29,6 +29,7 @@ export PST_2CD_MD5="640b61443cc86c434f1b6826e63c0e33"
export PST_4CD_MD5="5e8c2075163aca124de4a467fb33063d"
export IWD_2CD_US_MD5="b79582f4f80270d48e6b26f529ba31dd"
+export IWD_2CD_UK_MD5="b79582f4f80270d48e6b26f529ba31dd"
export IWD_HOW_1CD_US_MD5="d2c42de47026f6384053965319ff511b"
export IWD2_2CD_US_MD5="77307366ba3e8a246f6f238cbb3b7874"