From b4287acf7cef82f0215de55fd937670761fdee41 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:53:19 +0100 Subject: Normalised script descriptions --- auto-installer.sh | 3 +++ bg1/install-3cd-extra.sh | 2 +- bg1/install-3cd-minimal.sh | 2 +- bg1/install-5cd-extra.sh | 2 +- bg1/install-5cd-minimal.sh | 2 +- pst/install-2cd-extra.sh | 2 +- pst/install-2cd-minimal.sh | 2 +- pst/install-4cd-extra.sh | 2 +- pst/install-4cd-minimal.sh | 2 +- totsc/install-1cd-uk.sh | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/auto-installer.sh b/auto-installer.sh index a31dbd8..f8052bd 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -13,6 +13,9 @@ # # See for a copy of the GNU General # Public License. +# +# Runs the appropriate installer(s) for an Infinity Engine game, +# based on the CD inserted FULLGAMENAME='' MINSCRIPT='' diff --git a/bg1/install-3cd-extra.sh b/bg1/install-3cd-extra.sh index b7604f5..31cc5d7 100755 --- a/bg1/install-3cd-extra.sh +++ b/bg1/install-3cd-extra.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Extra Baldur's Gate content (so CDs aren't needed) +# Extra Baldur's Gate (3CD version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/bg1/install-3cd-minimal.sh b/bg1/install-3cd-minimal.sh index 08ff855..09d189b 100755 --- a/bg1/install-3cd-minimal.sh +++ b/bg1/install-3cd-minimal.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Baldur's Gate & Tales of the Sword Coast 3CD version minimal +# Baldur's Gate & Tales of the Sword Coast (3CD version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/bg1/install-5cd-extra.sh b/bg1/install-5cd-extra.sh index b97f052..9e6847d 100755 --- a/bg1/install-5cd-extra.sh +++ b/bg1/install-5cd-extra.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs all extra Baldur's Gate content (so CDs aren't needed) +# Extra Baldur's Gate (5CD International version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh index 8625427..002c5a9 100755 --- a/bg1/install-5cd-minimal.sh +++ b/bg1/install-5cd-minimal.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Baldur's Gate 5CD International version minimal +# Baldur's Gate (5CD International version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-2cd-extra.sh b/pst/install-2cd-extra.sh index 47922a8..4fe58a9 100755 --- a/pst/install-2cd-extra.sh +++ b/pst/install-2cd-extra.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs Planescape Torment 2CD version extras +# Extra Planescape: Torment (2CD version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh index 0b90703..ecc8c8a 100755 --- a/pst/install-2cd-minimal.sh +++ b/pst/install-2cd-minimal.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs Planescape Torment 2CD version minimal +# Planescape: Torment (2CD version) minimal FULLGAMENAME="Planescape Torment: 2CD version" diff --git a/pst/install-4cd-extra.sh b/pst/install-4cd-extra.sh index 64e1a66..02f566e 100755 --- a/pst/install-4cd-extra.sh +++ b/pst/install-4cd-extra.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs Planescape Torment 4CD version extras +# Extra Planescape: Torment (4CD version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh index 4680949..517b86e 100755 --- a/pst/install-4cd-minimal.sh +++ b/pst/install-4cd-minimal.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs Planescape Torment 4CD version minimal +# Installs Planescape: Torment (4CD version) minimal FULLGAMENAME="Planescape Torment: 4CD version" diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index 8051557..09c4f74 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Tales of the Sword Coast 1CD version +# Tales of the Sword Coast (1CD version) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" -- cgit v1.2.3