mirror of
https://github.com/Dss0/t7-server-config.git
synced 2025-04-20 08:05:46 +00:00
Merge pull request #4 from 4doorsmorehoes/main
Yeet log setting on zm and cp config. add additional fastfiles
This commit is contained in:
commit
77f8148307
18
README.md
18
README.md
@ -22,12 +22,26 @@ 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.
|
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.
|
||||||
|
|
||||||
Copy:
|
Copy common fastfiles:
|
||||||
```
|
```
|
||||||
|
zone/en_zm_patch.ff
|
||||||
|
zone/en_zm_common.ff
|
||||||
|
zone/zm_patch.ff
|
||||||
zone/zm_common.fd
|
zone/zm_common.fd
|
||||||
zone/zm_common.ff
|
zone/zm_common.ff
|
||||||
zone/zm_levelcommon.ff
|
zone/zm_levelcommon.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.
|
Now for the map. Shadows of Evil is zm_zod.
|
||||||
|
|
||||||
|
```
|
||||||
|
zone/en_zm_zod.ff
|
||||||
|
zone/en_zm_zod_patch.ff
|
||||||
|
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.
|
||||||
|
|
||||||
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.
|
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".
|
||||||
|
@ -34,7 +34,6 @@ 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 logfile "1" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin.
|
|
||||||
set g_log "logs/games_cp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
|
set g_log "logs/games_cp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
|
||||||
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).
|
||||||
|
@ -34,7 +34,6 @@ 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 logfile "1" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin.
|
|
||||||
set g_log "logs/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
|
set g_log "logs/games_zm.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
|
||||||
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user