it's com_maxclients, also add preliminary zombies config

This commit is contained in:
Dss0 2023-02-23 23:13:07 +01:00
parent 5e40aac180
commit 48fed8eb94
3 changed files with 110 additions and 1 deletions

36
BOIII_ZM_Server.bat Normal file
View File

@ -0,0 +1,36 @@
@echo off
::///////////////////////////////////////////////////////////////////////
::/// BOIII Dedicated Server Configuration start-up file ///
::///////////////////////////////////////////////////////////////////////
::// //
::// Your Game Server Port. //
::// Make sure you Port Forward both UDP & TCP //
::///////////////////////////////////////////////////////////////////////
set GamePort=28960
::///////////////////////////////////////////////////////////////////////
::// Below edits are optional unless you run multiable servers or mods.//
::///////////////////////////////////////////////////////////////////////
::// Load a mod on your server //
::// Example: ModfolderName=mods/bots //
::// //
::// UNLOAD a mod on your server //
::// Example: ModfolderName= //
::///////////////////////////////////////////////////////////////////////
set ModFolderName=
::///////////////////////////////////////////////////////////////////////
::// Your edited server.cfg in the "zone" folder goes here... //
::// This is were you edit your hostname, rcon, inactivity, etc //
::// (Optional) //
::///////////////////////////////////////////////////////////////////////
set ServerFilename=server_zm.cfg
::///////////////////////////////////////////////////////////////////////
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
::///////////////////////////////////////////////////////////////////////
start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +exec %ServerFilename%

View File

@ -26,7 +26,7 @@ set live_steam_server_description "My longest YEA BOIII ever" // Sets a
// NON-GAMEPLAY CONFIGURATION // // NON-GAMEPLAY CONFIGURATION //
////////////////////////////////////////////////// //////////////////////////////////////////////////
set party_maxplayers "18" // Max players in your server. set com_maxclients "18" // Max players in your server.
set rcon_password "" // Access to your server to change stuff remotely or ingame. (Empty = disabled) set rcon_password "" // Access to your server to change stuff remotely or ingame. (Empty = disabled)
set g_password "" // Password Protected Server. Leave blank if you want players to join or set password if you want to keep public out. set g_password "" // Password Protected Server. Leave blank if you want players to join or set password if you want to keep public out.
set sv_privateClients "0" // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) ) set sv_privateClients "0" // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )

73
zone/server_zm.cfg Normal file
View File

@ -0,0 +1,73 @@
//////////////////////////////////////////////////
/// BOIII Server Configuration //
//////////////////////////////////////////////////
//////////////////////////////////////////////////
// SERVER NAME & COLORS TIPS //
//////////////////////////////////////////////////
// //
// ^1 Red //
// ^2 Green //
// ^3 Yellow //
// ^4 Blue //
// ^5 Cyan //
// ^6 Pink //
// ^7 White //
// ^8 Depends on the team colors playing. //
// ^9 Orange //
// ^0 Black //
// //
//////////////////////////////////////////////////
set live_steam_server_name "Default BOIII 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
//////////////////////////////////////////////////
// NON-GAMEPLAY CONFIGURATION //
//////////////////////////////////////////////////
set com_maxclients "4" // Max players in your server.
set rcon_password "" // Access to your server to change stuff remotely or ingame. (Empty = disabled)
set g_password "" // Password Protected Server. Leave blank if you want players to join or set password if you want to keep public out.
set sv_privateClients "0" // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
set sv_timeout "30" // Timeout time period. You will timeout after (30) seconds when attempting to connect or if you are getting connection interruptions
set sv_reconnectlimit "3" // How many times you can try to reconnect
set sv_pure "0" // verifying cilent files
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_mp.log" // Gamelog filename. If you edit this, Make sure you change B3.xml if you have bigbrotherbot. IW4MAdmin auto-detects however.
//////////////////////////////////////////////////
// BASE GAME CONFIGURATION //
//////////////////////////////////////////////////
exec "gamedata/gamesettings/zm/gamesettings_default.cfg" // Leave this as is
exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is
exec "gamedata/gamesettings/zm/gamesettings_zclassic.cfg" // Leave this as is
set cg_thirdPerson "0" // third-person mode
///////////////////////////////////////////////////////////
// MAP SHORT NAMES ROTATION LIST //
///////////////////////////////////////////////////////////
// //
// Shadows of Evil - zm_zod //
// //
// Revelations - zm_genesis //
// Gorod Krovi - zm_stalingrad //
// Der Eisendrache - zm_castle //
// Zetsubou No Shima - zm_island //
// Ascension - zm_cosmodrome //
// Kino der Toten - zm_theater //
// Moon - zm_moon //
// Nacht der Untoten - zm_prototype //
// Origins - zm_tomb //
// Shangri-La - zm_temple //
// Shi No Numa - zm_sumpf //
// The Giant - zm_factory //
// Verrückt - zm_asylum //
// //
///////////////////////////////////////////////////////////
set sv_maprotation "gametype zclassic map zm_tomb"