mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-11-09 06:56:52 +00:00
Update for AlterWare T7x
This commit is contained in:
12
README.md
12
README.md
@@ -1,15 +1,15 @@
|
|||||||
# 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 the startup batch files as well as the boiii and zone folders to the UnrankedServer Folder
|
4. Download this repository and extract the startup batch files as well as the t7x and zone folders 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 t7x/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 T7x_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.
|
||||||
@@ -37,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".
|
||||||
|
|||||||
@@ -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%
|
||||||
@@ -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%
|
||||||
@@ -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 //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
/// BOIII² Server Configuration //
|
/// T7x Server Configuration //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
/// BOIII² Server Configuration //
|
/// T7x Server Configuration //
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user