Team Judge Server Admin Page
Helpful Hints and Links for the Game Admins
Soldier of Fortune
Cvars
Server Help
SofFiles
TWL
Team Judge
The Configuration Files
SOF Programming notes:
- Take extra care that you fully understand the execution sequence of
config files, some run only once, others run every game cycle.
- The cycle.cfg, novote.cfg and weapons.cfg run before each map is loaded.
This is where custom weapons or voting configurations are placed. To create
a custom config for a map, copy cycle.cfg, novote.cfg and weapons.cfg, then
change the CopyCycle.cfg to reference a Copynovote.cfg and Copyweapons.cfg.
You then alter the Copy[whatever].cfg files with the new settings. (It appears
that it's ok to have many config files, but not too much in any one config
file.) Finally, change the cycle.cfg reference in the mapcycle.cfg file to
point to the new Copycycle.cfg.
- Keep the mapcycle file as short as possible. Anything over about 4050
bytes is likely to cause game configuration errors. (Hence the reason that
the weapons and voting configs were moved out of the mapcycle file)
How to configure the server for a match:
All OSP admins can configure the Match Server for OGL.
The commands are as follows:
To reset things that may have been altered by other users by voting or for
practices: (speed, gravity, basic settings, etc.):
/adm exec server.cfg
To set the correct gametype with correct scoring and timing, if it is not already
set:
FIRST vote in the required map.
(For CTF)
/adm exec configs/osp_ctf_comp.cfg
(For TDM)
/adm exec configs/osp_tdm_comp.cfg
Player Demo Config
Call of Duty
Call of duty is a combination of the Q3 engine and the RTCW engine (which was
also derived from Q3) with massive re-development of the rendering engine.
Hence, most of the commands and CVARS are derived from one or the other source.
There are, however, significant differences in the map cycle configuration and
the cvars for game setup.
Wolfenstein Enemy Territory
Game
Admins RTCW RCON
Shrub Mod
ET Pro - The Enemy Territory Competition
Mod
Wolf ET Manual: Check your <Wolf ET>/Docs/Help/index.html directory for complete
manuals
- Open a browser:
- The specific addresses may be found on the forums.
- Enter the password in the "Web Key" entry
- Select "Player List"
- The rest should be obvious. Except that the terminal automatically
refreshes itself every 30 seconds, so you have to be quick when
kicking/banning to do it all in the 30 second frame time.
ET Programming notes:
- The ET parser is easily confused by the presence of anything in a config
file that it does not recognize.
- Leave NO extraneous space after any terminating character at the end of
a line (like a closing brace, or end of line) and no empty lines after the
last line of
a file.
- Remove ALL unnecessary campaign cycle files as they will likely interfere
with the game.
Created by [^Judge]Com.Doc. Last modified
July 24, 2007 14:11