project_zomboid:server_configs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| project_zomboid:server_configs [2025/12/21 01:06] – dragonfly | project_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 alert> | ||
| + | |||
| + | **Admin' | ||
| + | |||
| + | Do __NOT__ blindly copy these contents into the live server!!! | ||
| + | |||
| + | </ | ||
| ===== SandboxVars.lua ===== | ===== SandboxVars.lua ===== | ||
| - | ++++ | + | ++++ Click here to expand | |
| + | |||
| + | <WRAP alert> | ||
| + | |||
| + | **Admin' | ||
| + | |||
| + | Do __NOT__ blindly copy these contents into the live server!!! | ||
| + | |||
| + | </ | ||
| <code lua SandboxVars.lua> | <code lua SandboxVars.lua> | ||
| SandboxVars = { | SandboxVars = { | ||
| Line 1019: | Line 1044: | ||
| } | } | ||
| </ | </ | ||
| - | ==== | + | |
| + | ++++ | ||
| ===== ServerSettings.ini ===== | ===== ServerSettings.ini ===== | ||
| + | |||
| + | ++++ Click here to expand | | ||
| + | |||
| + | <WRAP alert> | ||
| + | |||
| + | **Admin' | ||
| + | |||
| + | Do __NOT__ blindly copy these contents into the live server!!! | ||
| + | |||
| + | </ | ||
| <code ini ServerSettings.ini> | <code ini ServerSettings.ini> | ||
| Line 1447: | Line 1483: | ||
| ChatMessageSlowModeTime=3 | ChatMessageSlowModeTime=3 | ||
| </ | </ | ||
| + | |||
| + | ++++ | ||
| + | |||
| + | ===== Spawnpoints.lua ===== | ||
| + | |||
| + | ++++ Click here to expand | | ||
| + | |||
| + | <WRAP alert> | ||
| + | |||
| + | **Admin' | ||
| + | |||
| + | Do __NOT__ blindly copy these contents into the live server!!! | ||
| + | |||
| + | </ | ||
| + | |||
| + | <code lua Spawnpoints.lua> | ||
| + | function SpawnPoints() | ||
| + | return { | ||
| + | unemployed = { | ||
| + | { worldX = 40, worldY = 22, posX = 67, posY = 201 } | ||
| + | } | ||
| + | } | ||
| + | end | ||
| + | </ | ||
| + | |||
| + | ++++ | ||
| + | |||
| + | ===== SpawnRegions.lua ===== | ||
| + | |||
| + | ++++ Click here to expand | | ||
| + | |||
| + | <WRAP alert> | ||
| + | |||
| + | **Admin' | ||
| + | |||
| + | Do __NOT__ blindly copy these contents into the live server!!! | ||
| + | |||
| + | </ | ||
| + | |||
| + | <code lua SpawnRegions.lua> | ||
| + | function SpawnRegions() | ||
| + | |||
| + | return { | ||
| + | { name = " | ||
| + | { name = "West Point, KY", file = " | ||
| + | { name = " | ||
| + | { name = " | ||
| + | -- Uncomment the line below to add a custom spawnpoint for this server. | ||
| + | |||
| + | -- { name = " | ||
| + | |||
| + | } | ||
| + | |||
| + | end | ||
| + | </ | ||
| + | |||
| + | ++++ | ||
project_zomboid/server_configs.1766279201.txt.gz · Last modified: by dragonfly