User Tools

Site Tools


project_zomboid:server_configs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
project_zomboid:server_configs [2025/12/21 01:07] dragonflyproject_zomboid:server_configs [2025/12/25 03:29] (current) dragonfly
Line 2: Line 2:
  
 Listed on this page are all our config files for Zomboid, sanitized for security. Listed on this page are all our config files for Zomboid, sanitized for security.
 +
 +<WRAP important>
 +
 +**Spoiler alert!**
 +
 +Reading configs will betray certain mechanics before you discover them in-game!
 +
 +</WRAP>
 +
 +<WRAP alert>
 +
 +**Admin's warning!**
 +
 +Do __NOT__ blindly copy these contents into the live server!!!
 +
 +</WRAP>
  
 ===== SandboxVars.lua ===== ===== SandboxVars.lua =====
  
 ++++ Click here to expand | ++++ Click here to expand |
 +
 +<WRAP alert>
 +
 +**Admin's warning!**
 +
 +Do __NOT__ blindly copy these contents into the live server!!!
 +
 +</WRAP>
 +
 <code lua SandboxVars.lua> <code lua SandboxVars.lua>
 SandboxVars = { SandboxVars = {
Line 1019: Line 1044:
 } }
 </code> </code>
 +
 ++++ ++++
  
 ===== ServerSettings.ini ===== ===== ServerSettings.ini =====
 +
 +++++ Click here to expand |
 +
 +<WRAP alert>
 +
 +**Admin's warning!**
 +
 +Do __NOT__ blindly copy these contents into the live server!!!
 +
 +</WRAP>
  
 <code ini ServerSettings.ini> <code ini ServerSettings.ini>
Line 1447: Line 1483:
 ChatMessageSlowModeTime=3 ChatMessageSlowModeTime=3
 </code> </code>
 +
 +++++
 +
 +===== Spawnpoints.lua =====
 +
 +++++ Click here to expand |
 +
 +<WRAP alert>
 +
 +**Admin's warning!**
 +
 +Do __NOT__ blindly copy these contents into the live server!!!
 +
 +</WRAP>
 +
 +<code lua Spawnpoints.lua>
 +function SpawnPoints()
 + return {
 + unemployed = {
 + { worldX = 40, worldY = 22, posX = 67, posY = 201 }
 + }
 + }
 +end
 +</code>
 +
 +++++
 +
 +===== SpawnRegions.lua =====
 +
 +++++ Click here to expand |
 +
 +<WRAP alert>
 +
 +**Admin's warning!**
 +
 +Do __NOT__ blindly copy these contents into the live server!!!
 +
 +</WRAP>
 +
 +<code lua SpawnRegions.lua>
 +function SpawnRegions()
 +
 +  return {
 +  { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" },
 +  { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" },
 +  { name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" },
 +  { name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" },
 +  -- Uncomment the line below to add a custom spawnpoint for this server.
 +
 +-- { name = "Twiggy's Bar", serverfile = "GTXGaming_spawnpoints.lua" },
 +
 +  }
 +
 +end
 +</code>
 +
 +++++
  
  
project_zomboid/server_configs.1766279234.txt.gz · Last modified: by dragonfly