51 lines
3.7 KiB
INI
51 lines
3.7 KiB
INI
//////////////////////////////////////////////////
|
|
// GENERAL CONFIGURATION //
|
|
//////////////////////////////////////////////////
|
|
|
|
set g_inactivity "190" // Enable or Disable auto kick feature for idle/AFK players.
|
|
set party_minplayers "2"
|
|
set sv_disableClientConsole "0" // Enable or Disable players ability to access server commands
|
|
set sv_floodProtect "1" // Chat Spam Protection.(Set this to 20 if you are using a RCon tool)
|
|
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
|
set sv_voice "1" // Allow Voice Chat
|
|
set sv_voicequality "3" // Voice Quality, 9 for high, 1 for low. More bandwidth better quality.
|
|
|
|
//////////////////////////////////////////////////
|
|
// B3, IW4MADMIN, GAME LOG & RCON SETTINGS //
|
|
//////////////////////////////////////////////////
|
|
set g_logSync 1 // 0 only flush on game end, 1 flush when buffer full. (Keep this at 1 if you plan on using a 3rd party admin tool)
|
|
set g_log "logs\games_sp.log" // IMPORTANT! Make sure the filename is unique for each server you clone!
|
|
set rcon_password "" // RemoteCONtrol password. !!Do NOT skip if you plan on using a 3rd party admin tool such as B3 or IW4m-Admin!!
|
|
set rcon_password "" // RemoteCONtrol password. !!Do NOT skip if you plan on using a 3rd party admin tool such as B3 or IW4m-Admin!!
|
|
set rcon_rate_limit "500" // Rate limit RCon; limit is per IP; range is 0 to 10 000; value is in milliseconds. Lower this if you use IW4mA's Game Interface.
|
|
rconWhitelistAdd "127.0.0.1" // Command used to add an IP address to the whitelist. When no IP is added all IPs can send rcon commands.
|
|
rconWhitelistAdd "192.168.0.7" // If it is set only the whitelisted IPs and loopback (127.0.0.0/8) can send commands.
|
|
rconWhitelistAdd "10.0.0.12" // The command can be called multiple times to add more than one IP to the whitelist.
|
|
rconWhitelistAdd "172.16.8.7" // If IW4M or other third party tools are not on the same machine edit this IP address to the IP address of the machine you will use to host IW4M on.
|
|
//////////////////////////////////////////////////
|
|
|
|
|
|
//////////////////////////////////////////////////
|
|
// MAP SHORT NAMES ROTATION LIST //
|
|
//////////////////////////////////////////////////
|
|
// //
|
|
// Kino Der Toten - zombie_theater //
|
|
// Five - zombie_pentagon //
|
|
// Dead Ops Arcade - zombietron //
|
|
// Ascension - zombie_cosmodrome //
|
|
// Call Of The Dead - zombie_coast //
|
|
// Shangri-La - zombie_temple //
|
|
// Moon - zombie_moon //
|
|
// Nacht Der Untoten - zombie_cod5_prototype //
|
|
// Verrückt - zombie_cod5_asylum //
|
|
// Shi No Numa - zombie_cod5_sumpf //
|
|
// Der Riese - zombie_cod5_factory //
|
|
// //
|
|
//////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
// MAP ROTATION (Edit the below to your liking) //
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
set sv_maprotation "map zombie_theater map zombie_pentagon map zombie_cosmodrome map zombie_coast map zombie_temple map zombie_moon map zombie_cod5_prototype map zombie_cod5_asylum map zombie_cod5_sumpf map zombie_cod5_factory"
|