Server Setup Questions

3 replies [Last post]
gen.X.SuperBo!
Offline
Joined: Sep 2003
Posts:

Have been running 2 servers a while now, 1 vs 1 and FFA and a few questions have come up.

1. How do I turn quad off? like disable quad? Same with invis and speed. If there is no way to turn just one or two of them off, how do I turn all of them off?

2. I saw there is e+ freeze tag servers up? how do I do that?

Thanks in advance.

[GS]2G1i2e1l2t1j2E
Offline
Joined: Sep 2003
Posts:
Server Setup Questions

As you might have learned the freeze tag is on the beta servers only and not yet available to the public.

Free yourself use Linux.

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Server Setup Questions

docs/server.txt:
[code:1]xp_powerups # (DEFAULT: 63)
---------------------------
Defines what powerups should spawn in a map.
It's working like dmflags.

Example:
Flight, Quad Damage, Invisibility and Haste is 32 + 1 + 8 + 4 = 45

Value | Powerup
------+-----------------
1 | Quad Damage Star
2 | Battle Suit Star
4 | Haste Star
8 | Invisibility Star
16 | Regeneration Star
32 | Flight (*)[/code:1]

Therefore disabling Quad, Invis and Haste means to enable anything else:
2 + 16 + 32 = 50

gen.X.SuperBo!
Offline
Joined: Sep 2003
Posts:
Server Setup Questions

Thanks!