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 --- includes/autoinstall-includes.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes/autoinstall-includes.sh') 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 } -- cgit v1.2.3