Browse Source

fix default values

pull/123/head
Nightreaver 4 years ago
committed by GitHub
parent
commit
e7efa38302
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ProjectZomboid/server.ini

6
ProjectZomboid/server.ini

@ -60,12 +60,12 @@ PlayerSafehouse=false
PlayerSaveOnDamage=true PlayerSaveOnDamage=true
Public=false Public=false
PublicDescription= PublicDescription=
PublicName=My PZ Server PublicName=SERVERNAME
PVP=true PVP=true
PVPFirearmDamageModifier=50.0 PVPFirearmDamageModifier=50.0
PVPMeleeDamageModifier=30.0 PVPMeleeDamageModifier=30.0
PVPMeleeWhileHitReaction=false PVPMeleeWhileHitReaction=false
RCONPassword= RCONPassword=ADMINPASSWORD
RCONPort=27015 RCONPort=27015
RemovePlayerCorpsesOnCorpseRemoval=false RemovePlayerCorpsesOnCorpseRemoval=false
ResetID=856068059 ResetID=856068059
@ -81,7 +81,7 @@ SafetyToggleTimer=2
SaveTransactionID=false SaveTransactionID=false
SaveWorldEveryMinutes=0 SaveWorldEveryMinutes=0
server_browser_announced_ip= server_browser_announced_ip=
ServerPlayerID=1776876177 ServerPlayerID=
ServerWelcomeMessage=Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Steams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving! ServerWelcomeMessage=Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Steams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving!
ShowFirstAndLastName=false ShowFirstAndLastName=false
ShowSafety=true ShowSafety=true

Loading…
Cancel
Save