3 changed files with 89 additions and 44 deletions
@ -0,0 +1,28 @@ |
|||
# cluster.ini (LGSM 161118) |
|||
|
|||
[GAMEPLAY] |
|||
game_mode = survival |
|||
max_players = 6 |
|||
pause_when_empty = true |
|||
pvp = false |
|||
vote_enabled = true |
|||
|
|||
|
|||
[MISC] |
|||
console_enabled = true |
|||
max_snapshots = 6 |
|||
|
|||
|
|||
[NETWORK] |
|||
cluster_description = This server was created by LGSM! |
|||
cluster_name = SERVERNAME |
|||
cluster_intention = cooperative |
|||
cluster_password = |
|||
tick_rate = 15 |
|||
|
|||
|
|||
[SHARD] |
|||
shard_enabled = USESHARDING |
|||
master_ip = 127.0.0.1 |
|||
master_port = 10888 |
|||
cluster_key = CLUSTERKEY |
@ -0,0 +1,15 @@ |
|||
# server.ini (LGSM 161118) |
|||
# Settings that will be set by start parameters are commented out. |
|||
|
|||
# [NETWORK] |
|||
# server_port = 11000 |
|||
|
|||
|
|||
[SHARD] |
|||
is_master = ISMASTER |
|||
name = SHARDNAME |
|||
|
|||
|
|||
# [STEAM] |
|||
# master_server_port = 27018 |
|||
# authentication_port = 8768 |
@ -1,66 +1,68 @@ |
|||
nightlengthmodifier=1.0 |
|||
PVP=true |
|||
PauseEmpty=false |
|||
GlobalChat=true |
|||
Open=true |
|||
ServerWelcomeMessage= <RGB:1,0,0> Welcome to Project Zomboid MP ! to chat locally press "t", to global chat press "y" or add "/all" before chatting <LINE> Press /help to have a list of server commands <LINE> <RGB:1,1,1> |
|||
LogLocalChat=false |
|||
AdminSafehouse=false |
|||
AllowDestructionBySledgehammer=true |
|||
AnnounceDeath=false |
|||
AutoCreateUserInWhiteList=false |
|||
DisplayUserName=true |
|||
SpawnPoint=0,0,0 |
|||
SafetySystem=true |
|||
ShowSafety=true |
|||
SafetyToggleTimer=100 |
|||
SafetyCooldownTimer=120 |
|||
SpawnItems= |
|||
ConstructionPreventsLootRespawn=true |
|||
CoopMasterPingTimeout=60 |
|||
CoopServerLaunchTimeout=20 |
|||
DefaultPort=16261 |
|||
Mods= |
|||
Map=Muldraugh, KY |
|||
DisplayUserName=true |
|||
DoLuaChecksum=true |
|||
Public=false |
|||
PublicName=pzserver |
|||
PublicDescription= |
|||
MaxPlayers=64 |
|||
PingFrequency=10 |
|||
PingLimit=400 |
|||
DropOffWhiteListAfterDeath=false |
|||
GlobalChat=true |
|||
HoursForCorpseRemoval=0.0 |
|||
HoursForLootRespawn=0 |
|||
KickFastPlayers=false |
|||
LogLocalChat=false |
|||
Map=Muldraugh, KY |
|||
MaxAccountsPerUser=0 |
|||
MaxItemsForLootRespawn=4 |
|||
ConstructionPreventsLootRespawn=true |
|||
DropOffWhiteListAfterDeath=false |
|||
NoFireSpread=false |
|||
NoFire=false |
|||
AnnounceDeath=false |
|||
MaxPlayers=64 |
|||
MinutesPerPage=1.0 |
|||
HoursForCorpseRemoval=0.0 |
|||
SaveWorldEveryMinutes=0 |
|||
Mods= |
|||
nightlengthmodifier=1.0 |
|||
NoFire=false |
|||
NoFireSpread=false |
|||
Open=true |
|||
Password= |
|||
PauseEmpty=false |
|||
PingFrequency=10 |
|||
PingLimit=400 |
|||
PlayerRespawnWithOther=false |
|||
PlayerRespawnWithSelf=false |
|||
PlayerSafehouse=false |
|||
AdminSafehouse=false |
|||
SafehouseAllowTrepass=true |
|||
Public=false |
|||
PublicDescription= |
|||
PublicName=SERVERNAME |
|||
PVP=true |
|||
RCONPassword=ADMINPASSWORD |
|||
RCONPort=27015 |
|||
ResetID= |
|||
SafehouseAllowFire=true |
|||
SafehouseAllowLoot=true |
|||
SafehouseAllowRespawn=false |
|||
SafehouseAllowTrepass=true |
|||
SafehouseDaySurvivedToClaim=0 |
|||
SafeHouseRemovalTime=144 |
|||
AllowDestructionBySledgehammer=true |
|||
KickFastPlayers=false |
|||
RCONPort=27015 |
|||
RCONPassword= |
|||
Password= |
|||
MaxAccountsPerUser=0 |
|||
SafetyCooldownTimer=120 |
|||
SafetySystem=true |
|||
SafetyToggleTimer=100 |
|||
SaveWorldEveryMinutes=0 |
|||
server_browser_announced_ip= |
|||
ServerPlayerID= |
|||
ServerWelcomeMessage= <RGB:1,0,0> Welcome to Project Zomboid MP ! to chat locally press "t", to global chat press "y" or add "/all" before chatting <LINE> Press /help to have a list of server commands <LINE> <RGB:1,1,1> |
|||
ShowSafety=true |
|||
SleepAllowed=false |
|||
SleepNeeded=false |
|||
SpawnItems= |
|||
SpawnPoint=0,0,0 |
|||
SteamPort1=8766 |
|||
SteamPort2=8767 |
|||
WorkshopItems= |
|||
SteamScoreboard=true |
|||
SteamVAC=true |
|||
UPnP=true |
|||
UPnPForce=true |
|||
UPnPLeaseTime=86400 |
|||
UPnPZeroLeaseTimeFallback=true |
|||
UPnPForce=true |
|||
CoopServerLaunchTimeout=20 |
|||
CoopMasterPingTimeout=60 |
|||
server_browser_announced_ip= |
|||
UseTCPForMapDownloads=false |
|||
PlayerRespawnWithSelf=false |
|||
PlayerRespawnWithOther=false |
|||
WorkshopItems= |
Loading…
Reference in new issue