diff options
author | Nick Daly <myownlittlworld@hotmail.com> | 2009-06-07 15:12:59 -0500 |
---|---|---|
committer | Nick Daly <myownlittlworld@hotmail.com> | 2009-06-07 15:12:59 -0500 |
commit | 860dfd3daf4f03f71c1e0b8ce066b8d145c11ca2 (patch) | |
tree | 8e1f1cbeb433e8caa396a059e2f974c25e98f17b /includes | |
parent | 8340056fb51fb3539bbc63b14b551c6574309420 (diff) | |
download | gemrb-gameinstallers-860dfd3daf4f03f71c1e0b8ce066b8d145c11ca2.tar.bz2 gemrb-gameinstallers-860dfd3daf4f03f71c1e0b8ce066b8d145c11ca2.zip |
Disabled BG2-TOB-1CD, the installer isn't ready.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cd-list.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/includes/cd-list.sh b/includes/cd-list.sh index 83584bd..b59efae 100644 --- a/includes/cd-list.sh +++ b/includes/cd-list.sh @@ -58,16 +58,16 @@ 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="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" + # ;; $PST_2CD_MD5 ) FULLGAMENAME="Planescape Torment: 2CD version" SHORTGAMENAME="planescapetorment" @@ -123,7 +123,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)" |