diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/autoinstall-includes.sh | 6 | ||||
-rw-r--r-- | includes/cd-includes.sh | 1 |
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" |