Configure Weather and Season Settings

Customize weather patterns, rain, temperature, and seasonal progression on your Project Zomboid server.

Weather and seasons affect gameplay, farming, temperature survival, and visibility. You can customize these settings to match your server's style.

Weather Settings

Edit Zomboid/Server/[servername]_SandboxVars.lua:

SettingDefaultDescription
RainIsDestructivetrueRain damages open containers and items left outside
Temperature3Climate temperature (1=Very Cold, 2=Cold, 3=Normal, 4=Hot, 5=Very Hot)
Rain3Rain frequency (1=Very Dry, 2=Dry, 3=Normal, 4=Rainy, 5=Very Rainy)
ErosionSpeed3How fast nature reclaims buildings (1=Very Slow, 5=Very Fast)
ErosionDays-1Days before erosion starts (-1 = use ErosionSpeed scale)

Season and Start Date

Control when your server's game world begins:

SettingDefaultRangeDescription
StartMonth71–12Starting month (7 = July)
StartDay11–28Starting day of the month
StartTime21–5Time of day (1=7:00, 2=9:00, 3=12:00, 4=14:00, 5=18:00)

Season Effects

MonthsSeasonEffects
March–MaySpringModerate temps, farming begins, rain
June–AugustSummerWarm, good farming, longer days
September–NovemberAutumnCooling temps, harvest time, rain
December–FebruaryWinterCold, snow, no farming, shorter days

Common Configurations

Mild Climate (Casual)

SandboxVars.lua
Temperature = 4,
Rain = 2,
RainIsDestructive = false,
ErosionSpeed = 1,
StartMonth = 6,

Warm weather, less rain, rain doesn't damage items. Start in summer for easy early game.

Harsh Winter Start (Hardcore)

SandboxVars.lua
Temperature = 1,
Rain = 4,
RainIsDestructive = true,
ErosionSpeed = 5,
StartMonth = 12,

Start in December with freezing temperatures and frequent rain. Nature reclaims fast.

Eternal Summer

SandboxVars.lua
Temperature = 5,
Rain = 1,
StartMonth = 7,

Hot, dry conditions. Good for servers focused on combat rather than survival mechanics.

Erosion Settings

Erosion controls how fast nature reclaims the built environment — grass grows through streets, vines cover buildings, trees sprout.

ValueSpeed
1Very Slow (almost no visible change)
2Slow
3Normal (default)
4Fast
5Very Fast (overgrown within weeks)

💡 Tip: Fast erosion creates a more atmospheric post-apocalyptic feel. Slow erosion keeps the world looking "fresher" longer.

Farming and Temperature

Temperature directly affects farming:

  • Too cold: Crops won't grow and may die
  • Normal: Standard growing seasons apply
  • Too hot: Crops may need more water

Starting in summer (month 6–8) gives players the most time to establish farms before winter.

See also: Sandbox Settings | Sleep and Time Settings | Configure Your Server

If you need help, join our Discord.

How is this guide?

40% Off — Limited TimeGet your Project Zomboid server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page