mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-04-19 15:52:54 +00:00
Adjust for new Project
This commit is contained in:
parent
dbb7bbff8d
commit
e25cbcdbc0
12
README.md
12
README.md
@ -1,17 +1,15 @@
|
|||||||
# The BOIII Client was shut down earlier this year following a C&D by Activision, this Repo is now obsolete.
|
|
||||||
|
|
||||||
# T7 Server Config
|
# T7 Server Config
|
||||||
Config for T7 Dedicated Servers for use with the BOIII Client.
|
Config for T7 Dedicated Servers for use with the T7x Client.
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
1. Download the BO3 Unranked Dedicated Server via Steam (It's located in the "Tools" section in your steam library.)
|
1. Download the BO3 Unranked Dedicated Server via Steam (It's located in the "Tools" section in your steam library.)
|
||||||
2. Open the Unranked Server folder in windows explorer (if you own BO3 on Steam and have it installed it will be in your BO3 Game Folder)
|
2. Open the Unranked Server folder in windows explorer (if you own BO3 on Steam and have it installed it will be in your BO3 Game Folder)
|
||||||
3. Add boiii.exe to the UnrankedServer Folder
|
3. Add t7x.exe to the UnrankedServer Folder
|
||||||
4. Download this repository and extract startup batch files as well as the boiii and zone folder to the UnrankedServer Folder
|
4. Download this repository and extract startup batch files as well as the t7x and zone folder to the UnrankedServer Folder
|
||||||
5. Edit the config(s) in /zone to your liking.
|
5. Edit the config(s) in /zone to your liking.
|
||||||
6. (Optional) Edit your game rules under boiii/gamesettings/mp.
|
6. (Optional) Edit your game rules under boiii/gamesettings/mp.
|
||||||
6. Port forward UDP 27017.
|
6. Port forward UDP 27017.
|
||||||
7. Start the Server using BOIII_MP_Server.bat or BOIII_ZM_Server.bat
|
7. Start the Server using BOIII_MP_Server.bat or T7x_ZM_Server.bat
|
||||||
|
|
||||||
# Additional Steps required for hosting Zombies Dedicated Servers
|
# Additional Steps required for hosting Zombies Dedicated Servers
|
||||||
As of right now you need to take additional Steps to host Zombies Servers.
|
As of right now you need to take additional Steps to host Zombies Servers.
|
||||||
@ -39,4 +37,4 @@ zone/zm_zod_patch.ff
|
|||||||
|
|
||||||
from your BO3 Game folder into the UnrankedServer's ```zone``` Folder. Do the same with the FastFiles of the Maps you want to host on the Server, you do not need to copy the .xpak files, those hold Textures and Sounds which the Server doesn't need. You can use the zm_server.cfg as a short name references if you want to grab the others.
|
from your BO3 Game folder into the UnrankedServer's ```zone``` Folder. Do the same with the FastFiles of the Maps you want to host on the Server, you do not need to copy the .xpak files, those hold Textures and Sounds which the Server doesn't need. You can use the zm_server.cfg as a short name references if you want to grab the others.
|
||||||
|
|
||||||
You are now ready to start the Server using BOIII_ZM_Server.bat. If the server still instantly closes while opening the BOIII_ZM_Server.bat or BOIII_CP_Server.bat. Check the console_mp.log from identities\dedicatedpc\ folder. Scroll down until you see "Could not find zone: xxxx".
|
You are now ready to start the Server using T7x_ZM_Server.bat. If the server still instantly closes while opening the T7x_ZM_Server.bat or T7x_CP_Server.bat. Check the console_mp.log from identities\dedicatedpc\ folder. Scroll down until you see "Could not find zone: xxxx".
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::/// BOIII Dedicated Server Configuration start-up file ///
|
::/// T7x Dedicated Server Configuration start-up file ///
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::// //
|
::// //
|
||||||
::// Your Game Server Port. //
|
::// Your Game Server Port. //
|
||||||
@ -33,4 +33,4 @@ set ServerFilename=server_cp.cfg
|
|||||||
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
start t7x.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::/// BOIII Dedicated Server Configuration start-up file ///
|
::/// T7x Dedicated Server Configuration start-up file ///
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::// //
|
::// //
|
||||||
::// Your Game Server Port. //
|
::// Your Game Server Port. //
|
||||||
@ -33,4 +33,4 @@ set ServerFilename=server.cfg
|
|||||||
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
start t7x.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::/// BOIII Dedicated Server Configuration start-up file ///
|
::/// T7x Dedicated Server Configuration start-up file ///
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
::// //
|
::// //
|
||||||
::// Your Game Server Port. //
|
::// Your Game Server Port. //
|
||||||
@ -33,4 +33,4 @@ set ServerFilename=server_zm.cfg
|
|||||||
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
|
||||||
::///////////////////////////////////////////////////////////////////////
|
::///////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
start t7x.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename%
|
@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
/// BOIII Server Configuration //
|
/// T7x Server Configuration //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
@ -19,8 +19,8 @@
|
|||||||
// //
|
// //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set live_steam_server_name "Default BOIII Server" // Sets the server hostname.
|
set live_steam_server_name "Default T7x Server" // Sets the server hostname.
|
||||||
set live_steam_server_description "My longest YEA BOIII ever" // Sets a server description visible on the serverlist
|
set live_steam_server_description "My longest YEA T7x ever" // Sets a server description visible on the serverlist
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
// NON-GAMEPLAY CONFIGURATION //
|
// 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_reconnectlimit "3" // How many times you can try to reconnect
|
||||||
set sv_pure "0" // verifying cilent files
|
set sv_pure "0" // verifying cilent files
|
||||||
set sv_floodProtect "1" // Chat Spam Protection
|
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 "t7x/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.
|
set sv_lanonly "0" // Keep your server from bordcasting to the public list and Local LAN only.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
/// BOIII Server Configuration //
|
/// T7x Server Configuration //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
@ -19,8 +19,8 @@
|
|||||||
// //
|
// //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set live_steam_server_name "Default BOIII Campaign Server" // Sets the server hostname.
|
set live_steam_server_name "Default T7x 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
|
set live_steam_server_description "My longest YEA T7x CAMPAIGN ever" // Sets a server description visible on the serverlist
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
// NON-GAMEPLAY CONFIGURATION //
|
// 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_reconnectlimit "3" // How many times you can try to reconnect
|
||||||
set sv_pure "0" // verifying cilent files
|
set sv_pure "0" // verifying cilent files
|
||||||
set sv_floodProtect "1" // Chat Spam Protection
|
set sv_floodProtect "1" // Chat Spam Protection
|
||||||
set g_log "boiii/games_cp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
|
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 sv_lobby_mode "cp" // Sets the lobby type to camapaign
|
||||||
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.
|
set sv_lanonly "0" // Keep your server from bordcasting to the public list and Local LAN only.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
/// BOIII Server Configuration //
|
/// T7x Server Configuration //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
@ -19,8 +19,8 @@
|
|||||||
// //
|
// //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
set live_steam_server_name "Default BOIII Zombies Server" // Sets the server hostname.
|
set live_steam_server_name "Default T7x 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
|
set live_steam_server_description "My longest YEA T7x ZOMBIES ever" // Sets a server description visible on the serverlist
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
// NON-GAMEPLAY CONFIGURATION //
|
// 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_reconnectlimit "3" // How many times you can try to reconnect
|
||||||
set sv_pure "0" // verifying cilent files
|
set sv_pure "0" // verifying cilent files
|
||||||
set sv_floodProtect "1" // Chat Spam Protection
|
set sv_floodProtect "1" // Chat Spam Protection
|
||||||
set g_log "boiii/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
|
set g_log "t7x/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot.
|
||||||
set sv_lobby_mode "zm" // Sets the lobby type to zombies
|
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_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.
|
set sv_lanonly "0" // Keep your server from bordcasting to the public list and Local LAN only.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user