Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. # main
  2.  
  3. nightlengthmodifier=1.0
  4. PVP=true
  5. PauseEmpty=true
  6. GlobalChat=true
  7. Open=true
  8. 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>
  9. LogLocalChat=false
  10. AutoCreateUserInWhiteList=false
  11. DisplayUserName=true
  12. SpawnPoint=0,0,0
  13. SafetySystem=true
  14. ShowSafety=true
  15. SafetyToggleTimer=100
  16. SafetyCooldownTimer=120
  17. SpawnItems=
  18. DefaultPort=56261
  19. ResetID=692929192
  20. Mods=Hydrocraft
  21. Map=Muldraugh, KY
  22. DoLuaChecksum=false
  23. Public=true
  24. PublicName=LOLidunno
  25. PublicDescription=Another GameServers.com PZ Server
  26. MaxPlayers=8
  27. PingFrequency=10
  28. PingLimit=400
  29. HoursForLootRespawn=0
  30. MaxItemsForLootRespawn=4
  31. ConstructionPreventsLootRespawn=true
  32. DropOffWhiteListAfterDeath=false
  33. NoFire=false
  34. AnnounceDeath=false
  35. MinutesPerPage=1.0
  36. HoursForCorpseRemoval=0.0
  37. SaveWorldEveryMinutes=0
  38. PlayerSafehouse=false
  39. AdminSafehouse=false
  40. SafehouseAllowTrepass=true
  41. SafehouseAllowFire=true
  42. SafehouseAllowLoot=true
  43. SafehouseAllowRespawn=false
  44. SafehouseDaySurvivedToClaim=0
  45. SafeHouseRemovalTime=144
  46. AllowDestructionBySledgehammer=true
  47. KickFastPlayers=false
  48. ServerPlayerID=2037133678
  49. RCONPort=27015
  50. RCONPassword=
  51. Password=lolidunno
  52. MaxAccountsPerUser=0
  53. SleepAllowed=false
  54. SleepNeeded=false
  55. SteamPort1=8766
  56. SteamPort2=8767
  57. WorkshopItems=498441420;730679898
  58. SteamScoreboard=true
  59. SteamVAC=true
  60. UPnP=true
  61. UPnPLeaseTime=86400
  62. UPnPZeroLeaseTimeFallback=true
  63. UPnPForce=true
  64. CoopServerLaunchTimeout=20
  65. CoopMasterPingTimeout=60
  66. VoiceEnable=true
  67. VoiceComplexity=5
  68. VoicePeriod=20
  69. VoiceSampleRate=24000
  70. VoiceBuffering=8000
  71. VoiceMinDistance=1.0
  72. VoiceMaxDistance=50.0
  73. Voice3D=true
  74. server_browser_announced_ip=
  75. UseTCPForMapDownloads=false
  76. PlayerRespawnWithSelf=true
  77. PlayerRespawnWithOther=true
  78. FastForwardMultiplier=40.0
  79. PlayerSaveOnDamage=true
  80. SaveTransactionID=false
  81. DisableSafehouseWhenPlayerConnected=false
  82. Faction=true
  83. FactionDaySurvivedToCreate=0
  84. FactionPlayersRequiredForTag=1
  85. AllowTradeUI=true
  86. HoursForWorldItemRemoval=0.0
  87. WorldItemRemovalExlusionList=Base.Log,Base.WaterBowl,Base.Bowl,Base.BucketEmpty,Base.Mugl,Base.Pot,Base.Saucepan,Base.BucketWaterFull,Base.WaterMug,Base.WaterPot,Base.WaterSaucepan,farming.WateredCanFull,farming.WateredCan
  88. DisableRadioStaff=false
  89. DisableRadioAdmin=true
  90. DisableRadioGM=true
  91. DisableRadioOverseer=false
  92. DisableRadioModerator=false
  93. DisableRadioInvisible=true
  94.  
  95.  
  96.  
  97. # sandbox vars
  98.  
  99. SandboxVars = {
  100. Zombies = 4,
  101. Distribution = 1,
  102. DayLength = 3,
  103. StartYear = 1,
  104. StartMonth = 7,
  105. StartDay = 9,
  106. StartTime = 2,
  107. WaterShut = 2,
  108. ElecShut = 2,
  109. WaterShutModifier = 29,
  110. ElecShutModifier = 29,
  111. FoodLoot = 4,
  112. WeaponLoot = 4,
  113. OtherLoot = 4,
  114. Temperature = 2,
  115. Rain = 2,
  116. ErosionSpeed = 4,
  117. XpMultiplier = 10.0,
  118. Farming = 3,
  119. StatsDecrease = 5,
  120. NatureAbundance = 3,
  121. Alarm = 2,
  122. LockedHouses = 2,
  123. StarterKit = false,
  124. Nutrition = true,
  125. FoodRotSpeed = 3,
  126. FridgeFactor = 3,
  127. LootRespawn = 1,
  128. TimeSinceApo = 1,
  129. PlantResilience = 3,
  130. PlantAbundance = 3,
  131. EndRegen = 3,
  132. Helicopter = 2,
  133. MetaEvent = 2,
  134. SleepingEvent = 2,
  135. ZombieLore = {
  136. Speed = 2,
  137. Strength = 2,
  138. Toughness = 2,
  139. Transmission = 1,
  140. Mortality = 3,
  141. Reanimate = 3,
  142. Cognition = 3,
  143. Memory = 2,
  144. Decomp = 1,
  145. Sight = 2,
  146. Hearing = 2,
  147. Smell = 2,
  148. ThumpNoChasing = true,
  149. },
  150. ZombieConfig = {
  151. PopulationMultiplier = 1.0,
  152. PopulationStartMultiplier = 1.0,
  153. PopulationPeakMultiplier = 1.5,
  154. PopulationPeakDay = 28,
  155. RespawnHours = 72.0,
  156. RespawnUnseenHours = 16.0,
  157. RespawnMultiplier = 0.1,
  158. RedistributeHours = 12.0,
  159. FollowSoundDistance = 100,
  160. RallyGroupSize = 20,
  161. RallyTravelDistance = 20,
  162. RallyGroupSeparation = 15,
  163. RallyGroupRadius = 3,
  164. },
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement