Fixed console_mp.log location, correct net_port, bot fill support

This commit is contained in:
FryTechTips 2023-03-13 18:26:48 -04:00
parent af37d1c78d
commit 0b3884beee
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
::// Make sure you Port Forward both UDP & TCP //
::///////////////////////////////////////////////////////////////////////
set GamePort=28960
set GamePort=27017
::///////////////////////////////////////////////////////////////////////
::// Below edits are optional unless you run multiable servers or mods.//
@ -33,4 +33,4 @@ set ServerFilename=server.cfg
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
::///////////////////////////////////////////////////////////////////////
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +exec %ServerFilename%
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%

View File

@ -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 //