diff --git a/BOIII_CP_Server.bat b/BOIII_CP_Server.bat index 0cf810f..5022087 100644 --- a/BOIII_CP_Server.bat +++ b/BOIII_CP_Server.bat @@ -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_cp.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% \ No newline at end of file +start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename% \ No newline at end of file diff --git a/BOIII_MP_Server.bat b/BOIII_MP_Server.bat index d791fe8..cb2c7c9 100644 --- a/BOIII_MP_Server.bat +++ b/BOIII_MP_Server.bat @@ -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% \ No newline at end of file +start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename% \ No newline at end of file diff --git a/BOIII_ZM_Server.bat b/BOIII_ZM_Server.bat index 0dd6e75..b5b9ac2 100644 --- a/BOIII_ZM_Server.bat +++ b/BOIII_ZM_Server.bat @@ -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_zm.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% \ No newline at end of file +start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename% \ No newline at end of file diff --git a/zone/server.cfg b/zone/server.cfg index bdf1a42..b12a399 100644 --- a/zone/server.cfg +++ b/zone/server.cfg @@ -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 //