A few of our guys played this mod on a server last night and raved about it. I have downloaded the files and I am going to set it up on our test server.
I noticed that most of the variables in the config file are not in quotes (example:set obs_possesshold 25 instead of "25") is this correct?
Does the ingame voice chat work?
also, if i want to run maps as tdm, should the gametype be obs_tdm, or just war?
The config file does not include alot of the server variables that other mods do (like the log file settings, master servers, max ping, anti cheat, etc. ) should I add all that or are they not needed? similar to this:
// Log Settings
set g_logsync "0" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "0" // 0 = NO log, 1 = log file enabled
set g_log "" // Name of log file, default is games_mp.log
set sv_log_damage "0"
// Network options
set net_ip "xx.xxx.xxx.xxx" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
set loc_warnings "0"
// Master servers
set sv_master1 "cod4master.activision.com"
set sv_gamespy "1"
// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "550" // MAX player ping on CONNECT, any higher and player isnt allowed to connect
// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "0"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "0"
Thanks,
CuF-Patriot
|