summarylogtreecommitdiffstats
path: root/quake3.install
diff options
context:
space:
mode:
Diffstat (limited to 'quake3.install')
-rw-r--r--quake3.install17
1 files changed, 9 insertions, 8 deletions
diff --git a/quake3.install b/quake3.install
index 3e40253fbe8e..c64cd8056c63 100644
--- a/quake3.install
+++ b/quake3.install
@@ -1,19 +1,20 @@
post_install() {
echo ">>>"
- echo ">>>>To play Q3 with the Retail Version:"
- echo ">>> Move the pak0.pk3 file from the original game CD to"
+ echo ">>> To play Q3 with the Retail Version:"
+ echo ">>> Move the pak0.pk3 file from the original game CD to:"
echo ">>> /opt/quake3/baseq3/"
echo ">>>"
- echo ">>>>To play Q3 with the Demo Version:"
- echo ">>> You need the demoq3/pak0.pk3 from the demo installer. The"
- echo ">>> qvm files inside that pk3 file will not work, so you have"
- echo ">>> to copy or link the .so files in the baseq3/ directory to"
- echo ">>> /opt/quake3/demoq3/ with the pak0.pk3 file."
+ echo ">>> To play Q3 with the Demo Version:"
+ echo ">>> Move the demoq3/pak0.pk3 from the demo installer to:"
+ echo ">>> /opt/quake3/demoq3/"
echo ">>>"
- echo ">>>>When you have the .pk3 file(s) installed, run the game:"
+ echo ">>> When you have the .pk3 file(s) installed, run the game:"
echo ">>> quake3"
echo ">>>"
+ echo ">>> Or for the Demo Version:"
+ echo ">>> quake3 +set fs_game demoq3"
+ echo ">>>"
}
post_upgrade() {