Jump to content

TUNING Adjustments Ignored by World


Recommended Posts

Hi, so in a mod of mine I have

local T = GLOBAL.TUNING

T.SEASON_LENGTH_FRIENDLY_VERYSHORT = 7
print("hello world")
T.SEASON_LENGTH_HARSH_VERYSHORT = 4

Then I generated a world with all four seasons set to very short. I did see the "hello world", and when I print(TUNING.SEASON_LENGTH_FRIENDLY_VERYSHORT) I do see the 7. But autumn remains 5 days, which is the default length of a very short season. What did I do wrong here that made the world ignore the season tuning adjustments?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...