mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-04-19 07:42:54 +00:00
Merge pull request #8 from 4doorsmorehoes/main
Addition commands to experimental, bots Free-for-all support & BlackJack's GunGame mode.
This commit is contained in:
commit
ff46761b3a
32
README.md
32
README.md
@ -2,25 +2,17 @@
|
||||
Config for T7 Dedicated Servers for use with the BOIII Client.
|
||||
|
||||
# How to use
|
||||
1. Download the BO3 Unranked Dedicated Server via Steam (it's located in the "Tools" section in your 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)
|
||||
3. Add boiii.exe to the Unranked Server Folder
|
||||
4. Download this repository and move the startup batch files as well as the zone folder to the Unranked Server Folder
|
||||
5. Edit the config(s) in /zone to your liking
|
||||
6. Start the Server using BOIII_MP_Server.bat or BOIII_ZM_Server.bat
|
||||
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 (Ff 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
|
||||
4. Download this repository and extract startup batch files as well as the boiii and zone folder to the UnrankedServer Folder
|
||||
5. Edit the config(s) in /zone to your liking.
|
||||
6. Port forward UDP 27017.
|
||||
7. Start the Server using BOIII_MP_Server.bat or BOIII_ZM_Server.bat
|
||||
|
||||
# Additional Steps required for hosting Zombies Dedicated Servers
|
||||
As of right now you need to take additional Steps to host Zombies Servers, this may change in future Updates of BOIII.
|
||||
|
||||
1. Create the following Folder Structure inside the Unranked Server Folder:
|
||||
```
|
||||
boiii/lobby_scripts/zombie
|
||||
```
|
||||
2. [Get this LUA Script](https://github.com/JezuzLizard/T7-18-Player-Dedicated-Zombies-Server-Mod/blob/main/server/ui_scripts/zombies_server_mod/__init__.lua) and move it into the ```zombie``` Folder. The entire Path should now look like this:
|
||||
```
|
||||
Unranked Server/boiii/lobby_scripts/zombie/__init__.lua
|
||||
```
|
||||
3. For Zombie Dedis to work they need to have the Zombies Maps and common FastFiles, these do not come with the Unranked Server Files. This means you need to copy those over from your BO3 Game Folder.
|
||||
As of right now you need to take additional Steps to host Zombies Servers.
|
||||
For Zombie Dedis to work they need to have the Zombies Maps and common FastFiles, these do not come with the UnrankedServer Files. This means you need to copy those over from your BO3 Game Folder.
|
||||
|
||||
Copy common fastfiles:
|
||||
```
|
||||
@ -40,8 +32,6 @@ zone/zm_zod.ff
|
||||
zone/zm_zod_patch.ff
|
||||
```
|
||||
|
||||
from your BO3 Game folder into the Unranked Server'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.
|
||||
|
||||
4. You are now ready to start the Server using BOIII_ZM_Server.bat. Do note that the Map Rotation doesn't start automatically right now, this means you have to type ```map_rotate``` into the Server Console after it has finished loading to load the first Map.
|
||||
|
||||
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 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".
|
||||
|
@ -45,6 +45,7 @@ set sv_skip_lobby "1" // Makes the server load the map
|
||||
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_maxFree "0" // Bots free-for-all based modes? Untested.
|
||||
set bot_difficulty "1" // Bot Skill. (0 - Easy, 1 - Normal, 2 - Hard, 3 - Veteran)
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
@ -77,7 +78,9 @@ exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
|
||||
|
||||
exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg)
|
||||
//set gametype "tdm" // Set the gametype in the map rotation for now
|
||||
|
||||
set cg_thirdPerson "0" // third-person mode
|
||||
set black_market_gun_game "0" // Toggle 1 if you want Blackjack's GunGame. leave it 0 for regular.
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// MAP SHORT NAMES ROTATION LIST //
|
||||
|
Loading…
x
Reference in New Issue
Block a user