Cleanup server.cfg

This commit is contained in:
FryTechTips 2023-04-13 23:21:49 -04:00
parent 58c656ee26
commit aae3740014

View File

@ -37,6 +37,8 @@ set sv_floodProtect "1" // Chat Spam Protection
set g_log "boiii/games_mp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. set g_log "boiii/games_mp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
set sv_lobby_mode "mp" // Sets the lobby type to multiplayer. set sv_lobby_mode "mp" // Sets the lobby type to multiplayer.
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_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.
////////////////////////////////////////////////// //////////////////////////////////////////////////
// BOT CONFIGURATION // // BOT CONFIGURATION //
@ -72,16 +74,12 @@ set bot_difficulty "1" // Bot Skill. (0 - Easy, 1 - Nor
// // // //
////////////////////////////////////////////////// //////////////////////////////////////////////////
exec "gamedata/gamesettings/mp/gamesettings_default.cfg" // Leave this as is
exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg) exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg)
//set gametype "tdm" // Set the gametype in the map rotation for now //set gametype "tdm" // Set the gametype in the map rotation for now
set scr_teambalance "1" // Enable or Disable auto balance. set scr_teambalance "1" // Enable or Disable auto balance.
set cg_thirdPerson "0" // third-person mode set cg_thirdPerson "0" // third-person mode
set g_deadChat "0" // Dead Players' Chat Messages can be seen by everyone set g_deadChat "0" // Dead Players' Chat Messages can be seen by everyone
set black_market_gun_game "0" // Toggle 1 if you want Blackjack's GunGame. leave it 0 for regular.
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// MAP SHORT NAMES ROTATION LIST // // MAP SHORT NAMES ROTATION LIST //