/[packages]/cauldron/yamagi-quake2/current/SOURCES/q2ctf.cfg
ViewVC logotype

Annotation of /cauldron/yamagi-quake2/current/SOURCES/q2ctf.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (hide annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 1270 byte(s)
oops
1 shadow95 169603 // Sample Server Configuration File for CTF
2     //
3     // dmflags settings:
4     //
5     // DF_NO_HEALTH 1
6     // DF_NO_ITEMS 2
7     // DF_WEAPONS_STAY 4
8     // DF_NO_FALLING 8
9     // DF_INSTANT_ITEMS 16
10     // DF_SAME_LEVEL 32
11     // DF_SKINTEAMS 64
12     // DF_MODELTEAMS 128
13     // DF_NO_FRIENDLY_FIRE 256
14     // DF_SPAWN_FARTHEST 512
15     // DF_FORCE_RESPAWN 1024
16     // DF_NO_ARMOR 2048
17     // DF_ALLOW_EXIT 4096
18     // DF_INFINITE_AMMO 8192
19     // DF_QUAD_DROP 16384
20     // DF_FIXED_FOV 32768
21     // DF_CTF_FORCEJOIN 131072
22     // DF_ARMOR_PROTECT 262144
23     // DF_CTF_NO_TECH 524288
24     //
25     // The default dmflags here (280084) is set up as:
26     //
27     // DF_WEAPONS_STAY + DF_INSTANT_ITEMS + DF_SPAWN_FARTHEST +
28     // DF_FORCE_RESPAWN + DF_QUAD_DROP + DF_ARMOR_PROTECT
29     //
30     // which works out to:
31     //
32     // 4 + 16 + 512 + 1024 + 16384 + 262144 = 280084
33    
34     set dmflags 280084
35     // this dmflags (411156) is the same as 280084, plus DF_CTF_FORCEJOIN
36     // set dmflags 411156 // force join
37     set deathmatch 1
38     set maxclients 16
39     set fraglimit 150
40     set capturelimit 8
41     set timelimit 30
42     map q2ctf1

  ViewVC Help
Powered by ViewVC 1.1.30