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:11] dragonflyproject_zomboid:server_configs [2025/12/25 03:29] (current) dragonfly
Line 3: Line 3:
 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!** +<WRAP important> 
-Reading server settings will betray some aspects and mechanics of the game before discovering them. Tread carefully!</WRAP>+ 
 +**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 1022: Line 1044:
 } }
 </code> </code>
 +
 ++++ ++++
  
Line 1027: Line 1050:
  
 ++++ 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 ini ServerSettings.ini> <code ini ServerSettings.ini>
 # Players can hurt and kill other players # Players can hurt and kill other players
Line 1451: Line 1483:
 ChatMessageSlowModeTime=3 ChatMessageSlowModeTime=3
 </code> </code>
 +
 ++++ ++++
  
Line 1456: Line 1489:
  
 ++++ Click here to expand | ++++ Click here to expand |
-<code>+ 
 +<WRAP alert> 
 + 
 +**Admin's warning!** 
 + 
 +Do __NOT__ blindly copy these contents into the live server!!! 
 + 
 +</WRAP> 
 + 
 +<code lua Spawnpoints.lua>
 function SpawnPoints() function SpawnPoints()
  return {  return {
Line 1465: Line 1507:
 end end
 </code> </code>
 +
 ++++ ++++
  
Line 1470: Line 1513:
  
 ++++ 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 SpawnRegions.lua>
 function SpawnRegions() function SpawnRegions()
- return { + 
- { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" }, +  return { 
- { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" }, +   { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" }, 
- { name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" }, +   { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" }, 
- { name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" }, +   { name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" }, 
- -- Uncomment the line below to add a custom spawnpoint for this server.+   { 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" }, -- { name = "Twiggy's Bar", serverfile = "GTXGaming_spawnpoints.lua" },
- }+ 
 +  } 
 end end
 +</code>
 +
 ++++ ++++
 +
 +
project_zomboid/server_configs.1766279481.txt.gz · Last modified: by dragonfly