Jump to content

Missing seasons


Recommended Posts

I have small tweak on my server:

TUNING.SUMMER_LENGTH = 10TUNING.WINTER_LENGTH = 10TUNING.AUTUMN_LENGTH = 10TUNING.SPRING_LENGTH = 10

​But for some reason spring and summer are missing. Autumn goes just after winter. Each season (winter and autumn) takes 10 days. How to fix it? How add sping and summer?

 

I tried this, but it did not help:

AddPrefabPostInit("forest",function(inst)	_G.TheWorld:PushEvent("ms_setseasonlength", {season = "autumn", length = TUNING.AUTUMN_LENGTH })	_G.TheWorld:PushEvent("ms_setseasonlength", {season = "winter", length = TUNING.WINTER_LENGTH })	_G.TheWorld:PushEvent("ms_setseasonlength", {season = "spring", length = TUNING.SPRING_LENGTH })	_G.TheWorld:PushEvent("ms_setseasonlength", {season = "summer", length = TUNING.SUMMER_LENGTH })end)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...