Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: Termin8oR on June 29, 2007, 05:47:47 PM

Title: *** SERVER QUESTIONS ***
Post 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.
Title: Re: *** SERVER QUESTIONS ***
Post by: KiLo on June 29, 2007, 05:52:22 PM
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:
Code: [Select]
cvar_set observerblackout 1
EDIT: You can also put these in your matchmode config by doing this:

Exmple in Config:
Code: [Select]
set observerblackout 1
EDIT2: Attached my matchmode config
Title: Re: *** SERVER QUESTIONS ***
Post by: BliZzaRd on June 30, 2007, 08:35:41 AM
so there really is no way to just set them as default or is there script you can add to the server.cfg file?
Title: Re: *** SERVER QUESTIONS ***
Post by: KiLo on June 30, 2007, 12:22:03 PM
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