mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-07-01 08:41:53 +00:00
Fixed console_mp.log location, correct net_port, bot fill support
This commit is contained in:
@ -34,7 +34,6 @@ set sv_timeout "30" // Timeout time period. You will
|
||||
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.
|
||||
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).
|
||||
@ -43,9 +42,10 @@ set sv_skip_lobby "1" // Makes the server load the map
|
||||
// BOT CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_botsoak "0" // Fill your empty server with bots automatically until real players take over.
|
||||
set bot_maxallies "0" // Amount of Bots on the Friendly Team
|
||||
set bot_maxAxis "0" // Amount of Bots on the Enemy Team
|
||||
set bot_difficulty "1" // Bot Skill
|
||||
set bot_difficulty "1" // Bot Skill. (0 - Easy, 1 - Normal, 2 - Hard, 3 - Veteran)
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
|
Reference in New Issue
Block a user