From 612e84e77569f26cfd10681c635492c0dcd9bc8c Mon Sep 17 00:00:00 2001 From: FryTechTips Date: Sun, 19 Mar 2023 17:56:35 -0400 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 42a06ec..eb6c113 100644 --- a/README.md +++ b/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".