93 lines
5.5 KiB
INI
93 lines
5.5 KiB
INI
|
//////////////////////////////////////////////////
|
||
|
/// T7x 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 T7x Zombies Server" // Sets the server hostname.
|
||
|
set live_steam_server_description "My longest YEA T7x ZOMBIES ever" // Sets a server description visible on the serverlist
|
||
|
|
||
|
//////////////////////////////////////////////////
|
||
|
// NON-GAMEPLAY CONFIGURATION //
|
||
|
//////////////////////////////////////////////////
|
||
|
|
||
|
set com_maxclients "4" // Max players in your server.
|
||
|
set lobby_min_players "1" // Minimum amount of players for the Match to start.
|
||
|
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 g_log "t7x/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
|
||
|
set sv_lobby_mode "zm" // Sets the lobby type to zombies
|
||
|
set sv_skip_lobby "1" // Makes the server load the map immediately instead of waiting at the lobby. Turn this off if you want to use playlists instead(currently required for custom maps).
|
||
|
set sv_lanonly "0" // Keep your server from bordcasting to the public list and Local LAN only.
|
||
|
|
||
|
//////////////////////////////////////////////////
|
||
|
// 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
|
||
|
set g_deadChat "0" // Dead Players' Chat Messages can be seen by everyone
|
||
|
set scr_firstGumFree "1" // Price of first Gobblegum (1 = free, 0 = 500)
|
||
|
|
||
|
///////////////////////////////////////////////////
|
||
|
// MAP SHORT NAMES ROTATION LIST //
|
||
|
///////////////////////////////////////////////////
|
||
|
// //
|
||
|
/////////Base Maps/////////////////////////////////
|
||
|
// //
|
||
|
// Shadows of Evil - zm_zod //
|
||
|
// //
|
||
|
/////////Awakening DLC/////////////////////////////
|
||
|
// //
|
||
|
// Der Eisendrache - zm_castle //
|
||
|
// //
|
||
|
/////////Eclipse DLC///////////////////////////////
|
||
|
// //
|
||
|
// Zetsubou No Shima - zm_island //
|
||
|
// //
|
||
|
/////////Descent DLC///////////////////////////////
|
||
|
// //
|
||
|
// Gorod Krovi - zm_stalingrad //
|
||
|
// //
|
||
|
/////////Salvation DLC/////////////////////////////
|
||
|
// //
|
||
|
// Revelations - zm_genesis //
|
||
|
// //
|
||
|
/////////Zombies Chronicles DLC////////////////////
|
||
|
// //
|
||
|
// 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"
|