summaryrefslogtreecommitdiff
path: root/includes/cd-list.sh
diff options
context:
space:
mode:
authorNick Daly <myownlittlworld@hotmail.com>2009-07-02 16:28:11 -0500
committerNick Daly <myownlittlworld@hotmail.com>2009-07-02 16:28:11 -0500
commitd370a8e2a2d58d20da284683bd9262e6ca696746 (patch)
tree77f59bc70946f8ba8cb0f91c43b734a11759bb78 /includes/cd-list.sh
parentbb49604cff2511713c0dc774b0851537a1611c9b (diff)
downloadgemrb-gameinstallers-d370a8e2a2d58d20da284683bd9262e6ca696746.tar.bz2
gemrb-gameinstallers-d370a8e2a2d58d20da284683bd9262e6ca696746.zip
recommendcfg works even when starting on a disc other than 1.
Diffstat (limited to 'includes/cd-list.sh')
-rw-r--r--includes/cd-list.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/includes/cd-list.sh b/includes/cd-list.sh
index 96d0007..bcdf5c4 100644
--- a/includes/cd-list.sh
+++ b/includes/cd-list.sh
@@ -52,11 +52,11 @@ function get_game
MINSCRIPT="bg2/install-soa-4cd-us-minimal.sh"
EXTRASCRIPT="bg2/install-soa-4cd-us-extra.sh"
EXPANSIONSCRIPT="bg2/install-soa-4cd-us-tobMinimal.sh"
- EXPANSIONNAME="Throne of Bhaal"
+ EXPANSIONNAME="Throne of Bhaal"
PATCHES="" # TODO: fill in patches
# bg2/install-patch-soa-us.sh bg2/install-patch-baldurdash-fix.sh bg2/install-patch-soa-baldurdash-text.sh"
WINDOWSFILES="bgdxtest.exe bggltest.exe glsetup.exe bgconfig.exe bgmain.exe charview.exe"
- CDNO=4
+ CDNO=4
;;
$BG2_TOB_1CD_US_MD5 )
FULLGAMENAME="Baldurs Gate 2 - Throne of Bhaal: 1CD US version"
@@ -65,6 +65,8 @@ function get_game
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"
+ CDNO=1
+ CDSTART=5
;;
$PST_2CD_MD5 )
FULLGAMENAME="Planescape Torment: 2CD version"
@@ -108,7 +110,7 @@ function get_game
esac
done
- export FULLGAMENAME SHORTGAMENAME MINSCRIPT EXTRASCRIPT EXPANSIONSCRIPT EXPANSIONNAME PATCHES WINDOWSFILES CDNO
+ export FULLGAMENAME SHORTGAMENAME MINSCRIPT EXTRASCRIPT EXPANSIONSCRIPT EXPANSIONNAME PATCHES WINDOWSFILES CDNO CDSTART
}
function choosegame