diff options
author | Nick White <git@njw.me.uk> | 2009-05-17 15:37:59 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-05-17 15:37:59 +0100 |
commit | bbacc8174082cfda8e8a4096105c82de308e172e (patch) | |
tree | 73c4e61658d8f8ca46029663207558e5a3eef84b | |
parent | 551610e89294164156e1b0787f9be9220dfc6b6e (diff) | |
parent | b9ce5ef93fc814900f7adb6263a263e966d0499d (diff) | |
download | gemrb-gameinstallers-bbacc8174082cfda8e8a4096105c82de308e172e.tar.bz2 gemrb-gameinstallers-bbacc8174082cfda8e8a4096105c82de308e172e.zip |
Reorganised file layout to remove arbitrary bg1/totsc distinction
-rwxr-xr-x | auto-installer.sh | 10 | ||||
-rwxr-xr-x | bg1/install-1cd-totsc-uk.sh (renamed from totsc/install-1cd-uk.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-3cd-extra.sh (renamed from totsc/install-3cd-extra.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-3cd-minimal.sh (renamed from totsc/install-3cd-minimal.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-patch-totsc-balderdash-text.sh (renamed from totsc/install-patch-baldurdash-text.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-patch-totsc-intl.sh (renamed from totsc/install-patch-intl.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-patch-totsc-uk.sh (renamed from totsc/install-patch-uk.sh) | 0 | ||||
-rwxr-xr-x | bg1/install-patch-totsc-us.sh (renamed from totsc/install-patch-us.sh) | 0 | ||||
-rwxr-xr-x | totsc/install-patch-baldurdash-fix.sh | 38 |
9 files changed, 5 insertions, 43 deletions
diff --git a/auto-installer.sh b/auto-installer.sh index 32e4736..4c1fe99 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -48,17 +48,17 @@ while [ -z "$MINSCRIPT" ]; do $BG1_TOTSC_3CD_US_MD5 ) FULLGAMENAME="Baldurs Gate & Tales of the Sword Coast: 3CD US version" SHORTGAMENAME="baldursgate1totsc" - MINSCRIPT=totsc/install-3cd-minimal.sh - EXTRASCRIPT=totsc/install-3cd-extra.sh - PATCHES="totsc/install-patch-baldurdash-fix.sh totsc/install-patch-baldurdash-text.sh" + MINSCRIPT=bg1/install-3cd-minimal.sh + EXTRASCRIPT=bg1/install-3cd-extra.sh + PATCHES="bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh" WINDOWSFILES="baldur.exe bgmain.exe config.exe keymap.ini luaauto.cfg update.url" CDNO=3 ;; $BG1_TOTSC_1CD_UK_MD5 ) FULLGAMENAME="Baldurs Gate Tales of the Sword Coast: 1CD UK version" SHORTGAMENAME="baldursgate1totsc" - MINSCRIPT=totsc/install-1cd-uk.sh - PATCHES="totsc/install-patch-uk.sh totsc/install-patch-baldurdash-fix.sh totsc/install-patch-baldurdash-text.sh" + MINSCRIPT=bg1/install-1cd-totsc-uk.sh + PATCHES="bg1/install-patch-totsc-uk.sh bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh" WINDOWSFILES="bgmain2.exe baldur.exe config.exe mconvert.exe" ;; $PST_2CD_MD5 ) diff --git a/totsc/install-1cd-uk.sh b/bg1/install-1cd-totsc-uk.sh index 9f2f582..9f2f582 100755 --- a/totsc/install-1cd-uk.sh +++ b/bg1/install-1cd-totsc-uk.sh diff --git a/totsc/install-3cd-extra.sh b/bg1/install-3cd-extra.sh index fe31c32..fe31c32 100755 --- a/totsc/install-3cd-extra.sh +++ b/bg1/install-3cd-extra.sh diff --git a/totsc/install-3cd-minimal.sh b/bg1/install-3cd-minimal.sh index 57d9173..57d9173 100755 --- a/totsc/install-3cd-minimal.sh +++ b/bg1/install-3cd-minimal.sh diff --git a/totsc/install-patch-baldurdash-text.sh b/bg1/install-patch-totsc-balderdash-text.sh index 36e4304..36e4304 100755 --- a/totsc/install-patch-baldurdash-text.sh +++ b/bg1/install-patch-totsc-balderdash-text.sh diff --git a/totsc/install-patch-intl.sh b/bg1/install-patch-totsc-intl.sh index 19c2b15..19c2b15 100755 --- a/totsc/install-patch-intl.sh +++ b/bg1/install-patch-totsc-intl.sh diff --git a/totsc/install-patch-uk.sh b/bg1/install-patch-totsc-uk.sh index 09ea70c..09ea70c 100755 --- a/totsc/install-patch-uk.sh +++ b/bg1/install-patch-totsc-uk.sh diff --git a/totsc/install-patch-us.sh b/bg1/install-patch-totsc-us.sh index 5939ac4..5939ac4 100755 --- a/totsc/install-patch-us.sh +++ b/bg1/install-patch-totsc-us.sh diff --git a/totsc/install-patch-baldurdash-fix.sh b/totsc/install-patch-baldurdash-fix.sh deleted file mode 100755 index be9b3be..0000000 --- a/totsc/install-patch-baldurdash-fix.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# Copyright 2009 Nick White -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# See <http://www.gnu.org/licenses/> for a copy of the GNU General -# Public License. -# -# BG1/TOTSC Baldurdash fix pack - -scriptdir="$(dirname $0)"/.. -source "$scriptdir/includes/generic-includes.sh" -source "$scriptdir/includes/patch-includes.sh" - -parseargs "$@" - -checkforbin unzip wget - -setuptmp - -getpatch http://www.baldurdash.org/LargeDownloads/BG1FixPack11.exe - -# unzip complains unnecessarily about skipping non-zip -# part so don't print errors or die on failure -unzip -L $TMPDIR/BG1FixPack11.exe -d $TMPDIR 2>/dev/null -rm $TMPDIR/BG1FixPack11.exe $TMPDIR/bg1fixpack11readme.txt -cp $TMPDIR/* "$TARGETDIR/override/" || diesoftly - -cleanuptmp -setperms "$TARGETDIR" |