[game-data-packager] 118/293: Improve default server.cfg - just chain to Q3A's ffa.config

Simon McVittie smcv at debian.org
Fri Oct 14 00:12:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch quake
in repository game-data-packager.

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
---
 server.cfg | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list