PDA

View Full Version : CFG questions - What do these do?


RTW-Kooch
11-24-2003, 07:04 AM
There are things in the cfg that I don't quite understand. Please explain what they actually do.

- set g_logsync ?
- set protocol ?
- set g_teamswitchdelay ?

Tighten
11-24-2003, 09:35 AM
//Logging
seta g_log "logs/games.log"
seta logfile "2" //console log - 0=no log 1=buffered 2=continuous 3=append
seta g_logsync "0"

Team Switch Delay - I think is the amount of time a player must wait before switching to another side.

Protocol is usually the version of the game you are running.

RTW-Kooch
11-24-2003, 10:32 AM
Thanks I know a little bit more now.

So if a patch comes out and the game version becomes 1.1, then Protocol becomes 1.1 also?

Do you know what logsync is and what the variables are?