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 | |
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.
-rw-r--r-- | includes/cd-includes.sh | 3 | ||||
-rw-r--r-- | includes/cd-list.sh | 8 | ||||
-rwxr-xr-x | iwd/install-2cd-extra.sh (renamed from iwd/install-2cd-uk-extra.sh) | 2 | ||||
-rwxr-xr-x | iwd/install-2cd-minimal.sh (renamed from iwd/install-2cd-uk-minimal.sh) | 2 | ||||
-rwxr-xr-x | iwd/install-patch-intl.sh (renamed from iwd/install-patch-us.sh) | 2 |
5 files changed, 8 insertions, 9 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 ;; diff --git a/iwd/install-2cd-uk-extra.sh b/iwd/install-2cd-extra.sh index bd2376e..51eda70 100755 --- a/iwd/install-2cd-uk-extra.sh +++ b/iwd/install-2cd-extra.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale (2CD UK version) extra content +# Icewind Dale (2CD version) extra content scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/iwd/install-2cd-uk-minimal.sh b/iwd/install-2cd-minimal.sh index 471a14d..1b60b85 100755 --- a/iwd/install-2cd-uk-minimal.sh +++ b/iwd/install-2cd-minimal.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale (2CD UK version) minimal +# Icewind Dale (2CD version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/iwd/install-patch-us.sh b/iwd/install-patch-intl.sh index 625c023..7dfe53f 100755 --- a/iwd/install-patch-us.sh +++ b/iwd/install-patch-intl.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale US/UK version patch v1.06 +# Icewind Dale patch v1.06 # # info : http://www.planetbaldursgate.com/iwd/media/files/patches/iwdreadme106.txt # size : 3.2 MB |