[SCM] [contrib] Quake III: Arena launcher branch, master, updated. debian/1.0-7-g99d3326

Simon McVittie smcv at debian.org
Thu Nov 11 22:48:37 UTC 2010


The following commit has been merged in the master branch:
commit 2454d8dd3eef16d30aadbb42e70a1f71778ec2a0
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Nov 11 17:50:47 2010 +0000

    Improve default server.cfg - just chain to Q3A's ffa.config

diff --git a/server.cfg b/server.cfg
index 2dd8252..44cf164 100644
--- a/server.cfg
+++ b/server.cfg
@@ -13,16 +13,18 @@
 // name of your server
 //sv_hostname "An anonymous Debian server"
 
+// You can use the exec command to run one of the example configurations
+// mentioned above or your own configuration file placed in
+// /var/games/quake3-server/.q3a/baseq3, or comment out this line and
+// add your own configuration below
+exec ffa.config
+
+// Type of game to run
 // 0 = free-for-all deathmatch
 // 1 = tournament 1-on-1
 // 3 = team deathmatch
 // 4 = CTF
-g_gametype 0
+//g_gametype 0
 
 // Start this map first
-map q3dm2
-
-// You can use the exec command to run one of the example configurations
-// mentioned above, or your own configuration file in
-// /var/games/quake3-server/.q3a/baseq3:
-//exec ctf.config
+//map q3dm2

-- 
[contrib] Quake III: Arena launcher



More information about the Pkg-games-commits mailing list