summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/doom3
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-28 12:12:17 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-28 12:12:17 -0400
commit901cab0390e70eb5493907c63401fdfd82eff190 (patch)
treec5f094c109953d2bcdac8e0bc31341a06568ba88 /pts/test-resources/doom3
parent02666638d500f977e119d20a976f35fd44e560d0 (diff)
downloadphoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.tar.gz
phoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.tar.xz
phoronix-test-suite-upstream-901cab0390e70eb5493907c63401fdfd82eff190.zip
Doom 3, ET: Quake Wars, and Quake 4 profile updates for allowing
<game>-game-files.tar in the local downloads.xml repository for storing the files off the DVD, but not for downloading off the Internet.
Diffstat (limited to 'pts/test-resources/doom3')
-rw-r--r--pts/test-resources/doom3/downloads.xml4
-rwxr-xr-xpts/test-resources/doom3/install.sh5
2 files changed, 9 insertions, 0 deletions
diff --git a/pts/test-resources/doom3/downloads.xml b/pts/test-resources/doom3/downloads.xml
index d35e8a0..2e0da9e 100644
--- a/pts/test-resources/doom3/downloads.xml
+++ b/pts/test-resources/doom3/downloads.xml
@@ -4,5 +4,9 @@
<URL>ftp://ftp.idsoftware.com/idstuff/doom3/linux/doom3-linux-1.3.1.1304.x86.run</URL>
<MD5>6325f0936f59420d33668754032141cb</MD5>
</Package>
+ <Package>
+ <URL>doom3-game-files.tar</URL>
+ <FileName>doom3-game-files.tar</FileName>
+ </Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/doom3/install.sh b/pts/test-resources/doom3/install.sh
index 61c0e63..3ceeaba 100755
--- a/pts/test-resources/doom3/install.sh
+++ b/pts/test-resources/doom3/install.sh
@@ -158,6 +158,11 @@ echo "#!/bin/sh
./doom3-real \$@ | grep fps" > doom3
chmod +x doom3
+if [ -f doom3-game-files.tar ]
+ then
+ tar -k -C $1/base -xvf $1/doom3-game-files.tar
+fi
+
echo "Doom 3 Game Files (*.pk4) Must Be Copied Into $1/base"
echo "Also Copy Your Game Key File To ~/.doom3/base/doomkey (If Not Already There)"