diff options
author | Nick Daly <myownlittlworld@hotmail.com> | 2009-07-02 16:04:30 -0500 |
---|---|---|
committer | Nick Daly <myownlittlworld@hotmail.com> | 2009-07-02 16:04:30 -0500 |
commit | bb49604cff2511713c0dc774b0851537a1611c9b (patch) | |
tree | b5c8aa3d109c6f266d6adf163bdf5b708ac3cbcb /includes | |
parent | 962f28c581d17237b1a85b4c7771877d8c35a98a (diff) | |
download | gemrb-gameinstallers-bb49604cff2511713c0dc774b0851537a1611c9b.tar.bz2 gemrb-gameinstallers-bb49604cff2511713c0dc774b0851537a1611c9b.zip |
Completing the BG2-TOB installer.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cd-list.sh | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/includes/cd-list.sh b/includes/cd-list.sh index b59efae..96d0007 100644 --- a/includes/cd-list.sh +++ b/includes/cd-list.sh @@ -58,16 +58,14 @@ function get_game WINDOWSFILES="bgdxtest.exe bggltest.exe glsetup.exe bgconfig.exe bgmain.exe charview.exe" CDNO=4 ;; - # $BG2_TOB_1CD_US_MD5 ) - # FULLGAMENAME="Baldurs Gate 2 - Throne of Bhaal: 1CD US version" - # SHORTGAMENAME="baldursgate2tob" - # MINSCRIPT="bg2/install-tob-1cd-us-minimal.sh" - # EXTRASCRIPT="bg2/install-tob-1cd-us-extra.sh" - # PATCHES="" # TODO: fill in patches - # # bg2/install-patch-totsc-uk.sh bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh" - # # TODO: correct the list of windows files. - # WINDOWSFILES="" # "bgmain2.exe baldur.exe config.exe mconvert.exe" - # ;; + $BG2_TOB_1CD_US_MD5 ) + FULLGAMENAME="Baldurs Gate 2 - Throne of Bhaal: 1CD US version" + SHORTGAMENAME="baldursgate2soa" + MINSCRIPT="bg2/install-tob-1cd-us-minimal.sh" + PATCHES="" # TODO: fill in patches + # bg2/install-patch-totsc-uk.sh bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh" + WINDOWSFILES="autorun.ini bgconfig.exe bgdxtest.exe bggltest.exe bgmain.exe charview.exe glsetup.exe update.url earthlink gamespy" + ;; $PST_2CD_MD5 ) FULLGAMENAME="Planescape Torment: 2CD version" SHORTGAMENAME="planescapetorment" @@ -123,7 +121,7 @@ function choosegame echo "2 | Baldur's Gate & Tales of the Sword Coast (3CD US version)" echo "3 | Tales of the Sword Coast (1CD UK version)" echo "4 | Baldur's Gate 2 - Shadows of Amn (4CD US version)" - # echo "5 | Baldur's Gate 2 - Throne of Bhaal (1CD US version)" + echo "5 | Baldur's Gate 2 - Throne of Bhaal (1CD US version)" echo "6 | Planescape: Torment (2CD version)" echo "7 | Planescape: Torment (4CD version)" echo "8 | Icewind Dale (2CD UK version)" |