diff options
author | Nick White <git@njw.me.uk> | 2009-08-16 01:15:29 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-08-16 01:15:29 +0100 |
commit | 5c40dc472438e58f33caa5c9aad8242d8b0b523f (patch) | |
tree | e399741e29f2fa34b2e8ecb0ce3c9d22bd99780b /includes | |
parent | 159fa68247152e8a4eeadd7d8172ea6154bab93c (diff) | |
download | gemrb-gameinstallers-5c40dc472438e58f33caa5c9aad8242d8b0b523f.tar.bz2 gemrb-gameinstallers-5c40dc472438e58f33caa5c9aad8242d8b0b523f.zip |
Renamed and reordered IWD installs
I can't find any evidence to the contrary that there was only one IWD
release worldwide (excepting a problematic pressing in the UK). As such
the scripts have been appropriately renamed.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cd-includes.sh | 3 | ||||
-rw-r--r-- | includes/cd-list.sh | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/includes/cd-includes.sh b/includes/cd-includes.sh index 86359ea..a21e484 100644 --- a/includes/cd-includes.sh +++ b/includes/cd-includes.sh @@ -28,8 +28,7 @@ export BG2_TOB_1CD_US_MD5="b1f247a952c13cb8e0b6efc108aaeeaa" export PST_2CD_MD5="640b61443cc86c434f1b6826e63c0e33" export PST_4CD_MD5="5e8c2075163aca124de4a467fb33063d" -export IWD_2CD_US_MD5="b79582f4f80270d48e6b26f529ba31dd" -export IWD_2CD_UK_MD5="b79582f4f80270d48e6b26f529ba31dd" +export IWD_2CD_MD5="b79582f4f80270d48e6b26f529ba31dd" export IWD_HOW_1CD_US_MD5="d2c42de47026f6384053965319ff511b" export IWD2_2CD_INTL_MD5="77307366ba3e8a246f6f238cbb3b7874" diff --git a/includes/cd-list.sh b/includes/cd-list.sh index 6cdc4ff..17d9758 100644 --- a/includes/cd-list.sh +++ b/includes/cd-list.sh @@ -86,11 +86,11 @@ function get_game CDNO=4 ;; $IWD_2CD_UK_MD5 ) - FULLGAMENAME="Icewind Dale 2CD International version" + FULLGAMENAME="Icewind Dale: 2CD 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" + MINSCRIPT="iwd/install-2cd-minimal.sh" + EXTRASCRIPT="iwd/install-2cd-extra.sh" + PATCHES="iwd/install-patch-intl.sh iwd/install-patch-uk-fix.sh" WINDOWSFILES="3dfx.dll config.exe icewind.ini keymap.ini language.ini mpicewnd.mpi" CDNO=2 ;; |