t7x/cfg/zone/server_cp.cfg

80 lines
5.1 KiB
INI
Raw Normal View History

//////////////////////////////////////////////////
/// 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 Campaign Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA T7x CAMPAIGN 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_cp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
set sv_lobby_mode "cp" // Sets the lobby type to camapaign
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/cp/gamesettings_default.cfg" // Leave this as is
exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
exec "gamedata/gamesettings/cp/gamesettings_coop.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
//////////////////////////////////////////////////////////////
// MAP SHORT NAMES ROTATION LIST //
//////////////////////////////////////////////////////////////
// //
///////Safehouses/////////////////////////////////////////////
// //
// Mobile - cp_sh_mobile //
// Singapore - cp_sh_singapore //
// Cairo - cp_sh_cairo //
// //
///////Missions///////////////////////////////////////////////
// //
// Black Ops - cp_mi_eth_prologue //
// New World - cp_mi_zurich_newworld //
// In Darkness - cp_mi_sing_blackstation //
// Provocation - cp_mi_sing_biodomes //
// Hypocenter - cp_mi_sing_sgen //
// Vengeance - cp_mi_sing_vengeance //
// Rise & Fall - cp_mi_cairo_ramses //
// Demon Within - cp_mi_cairo_infection //
// Sand Castle - cp_mi_cairo_aquifer //
// Lotus Towers - cp_mi_cairo_lotus //
// Life - cp_mi_zurich_coalescence //
// //
//////////////////////////////////////////////////////////////
set sv_maprotation "gametype coop map cp_mi_eth_prologue"