Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: Termin8oR on June 29, 2007, 05:47:47 PM
-
Sorry for bold headline but i needed to grab your attention.
I have a couple questions about server commands:
-I would like a list of commands to make my server better for matching, like blackout, flag doesnt need to be there to cap, guntemp off, autojoin off, friendlyfire off, commands like this.
Please and thank you.
-
All these are cvar_set:
observerblackout 1
flagmustbeatbase 0
guntemp_inc 0
sv_autojoin 0
ffire 0
A few others:
grenadeffire 0
chasecamonly 1 (if you want to eliminate recon, otherwise 0)
flagcapendsround 0
sv_votemapenabled 0
Example In-Game:
cvar_set observerblackout 1
EDIT: You can also put these in your matchmode config by doing this:
Exmple in Config:
set observerblackout 1
EDIT2: Attached my matchmode config
-
so there really is no way to just set them as default or is there script you can add to the server.cfg file?
-
You can set all this stuff as default in your server.cfg file but if you want to run it is a pub/match server then you need to use the publicmode/matchmode.cfg