diff options
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)" |