Update for BOIII²

This commit is contained in:
Dss0
2024-06-22 13:22:45 +02:00
parent 82473c6b78
commit c0e351cc9d
33 changed files with 21 additions and 23 deletions

View File

@ -1,5 +1,5 @@
//////////////////////////////////////////////////
/// T7x Server Configuration //
/// BOIII² Server Configuration //
//////////////////////////////////////////////////
//////////////////////////////////////////////////
@ -19,8 +19,8 @@
// //
//////////////////////////////////////////////////
set live_steam_server_name "Default T7x Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA T7x ever" // Sets a server description visible on the serverlist
set live_steam_server_name "Default BOIII Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA BOIII ever" // Sets a server description visible on the serverlist
//////////////////////////////////////////////////
// NON-GAMEPLAY CONFIGURATION //
@ -34,7 +34,7 @@ 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 g_log "t7x/games_mp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
set g_log "logs/games_mp.log" // Gamelog filename. If you edit this, Make sure you change the IW4MAdmin Configuration accordingly
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_lanonly "0" // Keep your server from bordcasting to the public list and Local LAN only.

View File

@ -1,5 +1,5 @@
//////////////////////////////////////////////////
/// T7x Server Configuration //
/// BOIII² Server Configuration //
//////////////////////////////////////////////////
//////////////////////////////////////////////////
@ -19,8 +19,8 @@
// //
//////////////////////////////////////////////////
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
set live_steam_server_name "Default BOIII Campaign Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA BOIII CAMPAIGN ever" // Sets a server description visible on the serverlist
//////////////////////////////////////////////////
// NON-GAMEPLAY CONFIGURATION //
@ -35,8 +35,8 @@ 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 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 g_log "logs/games_cp.log" // Gamelog filename. If you edit this, Make sure you change the IW4MAdmin Configuration accordingly
set sv_lobby_mode "cp" // Sets the lobby type to campaign
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.

View File

@ -1,5 +1,5 @@
//////////////////////////////////////////////////
/// T7x Server Configuration //
/// BOIII² Server Configuration //
//////////////////////////////////////////////////
//////////////////////////////////////////////////
@ -19,8 +19,8 @@
// //
//////////////////////////////////////////////////
set live_steam_server_name "Default T7x Zombies Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA T7x ZOMBIES ever" // Sets a server description visible on the serverlist
set live_steam_server_name "Default BOIII Zombies Server" // Sets the server hostname.
set live_steam_server_description "My longest YEA BOIII ZOMBIES ever" // Sets a server description visible on the serverlist
//////////////////////////////////////////////////
// NON-GAMEPLAY CONFIGURATION //
@ -35,7 +35,7 @@ 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 g_log "t7x/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
set g_log "logs/games_zm.log" // Gamelog filename. If you edit this, Make sure you change the IW4MAdmin Configuration accordingly
set sv_lobby_mode "zm" // Sets the lobby type to zombies
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.