Author Topic: *** SERVER QUESTIONS ***  (Read 1342 times)

Termin8oR

  • Autococker
  • Posts: 1023
*** SERVER QUESTIONS ***
« 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.

KiLo

  • Autococker
  • Posts: 2086
Re: *** SERVER QUESTIONS ***
« Reply #1 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

BliZzaRd

  • Stingray
  • Posts: 84
Re: *** SERVER QUESTIONS ***
« Reply #2 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?

KiLo

  • Autococker
  • Posts: 2086
Re: *** SERVER QUESTIONS ***
« Reply #3 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