t7-server-config/zone/server_zm.cfg

73 lines
4.3 KiB
INI

//////////////////////////////////////////////////
/// BOIII Server Configuration //
//////////////////////////////////////////////////
//////////////////////////////////////////////////
// SERVER NAME & COLORS TIPS //
//////////////////////////////////////////////////
// //
// ^1 Red //
// ^2 Green //
// ^3 Yellow //
// ^4 Blue //
// ^5 Cyan //
// ^6 Pink //
// ^7 White //
// ^8 Depends on the team colors playing. //
// ^9 Orange //
// ^0 Black //
// //
//////////////////////////////////////////////////
set live_steam_server_name "Default BOIII Zombies Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA BOIII ZOMBIES ever" // Sets a server description visible on the serverlist
//////////////////////////////////////////////////
// NON-GAMEPLAY CONFIGURATION //
//////////////////////////////////////////////////
set com_maxclients "4" // Max players in your server.
set rcon_password "" // Access to your server to change stuff remotely or ingame. (Empty = disabled)
set g_password "" // Password Protected Server. Leave blank if you want players to join or set password if you want to keep public out.
set sv_privateClients "0" // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
set sv_timeout "30" // Timeout time period. You will timeout after (30) seconds when attempting to connect or if you are getting connection interruptions
set sv_reconnectlimit "3" // How many times you can try to reconnect
set sv_pure "0" // verifying cilent files
set sv_floodProtect "1" // Chat Spam Protection
set logfile "1" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin.
set g_log "logs/games_mp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
//////////////////////////////////////////////////
// BASE GAME CONFIGURATION //
//////////////////////////////////////////////////
exec "gamedata/gamesettings/zm/gamesettings_default.cfg" // Leave this as is
exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
exec "gamedata/gamesettings/zm/gamesettings_zclassic.cfg" // Leave this as is
set cg_thirdPerson "0" // third-person mode
///////////////////////////////////////////////////////////
// MAP SHORT NAMES ROTATION LIST //
///////////////////////////////////////////////////////////
// //
// Shadows of Evil - zm_zod //
// //
// Revelations - zm_genesis //
// Gorod Krovi - zm_stalingrad //
// Der Eisendrache - zm_castle //
// Zetsubou No Shima - zm_island //
// Ascension - zm_cosmodrome //
// Kino der Toten - zm_theater //
// Moon - zm_moon //
// Nacht der Untoten - zm_prototype //
// Origins - zm_tomb //
// Shangri-La - zm_temple //
// Shi No Numa - zm_sumpf //
// The Giant - zm_factory //
// Verrückt - zm_asylum //
// //
///////////////////////////////////////////////////////////
set sv_maprotation "gametype zclassic map zm_tomb"