RustyMods / Seasonality

Valheim plugin to manipulate prefab material textures and colors in order to achieve a seasonal experience.
10 stars 3 forks source link

Bug - Seasonal timer keeps going even when the game is paused. #13

Closed Lord-Kamina closed 6 months ago

Lord-Kamina commented 6 months ago

Not much more to say other than the title. If season depends on the world's age, I don't know whether this can have further implications like seasons repeating or something like that, though.

RustyMods commented 6 months ago

this is by design

Lord-Kamina commented 6 months ago

Oh. Why, though?

RustyMods commented 6 months ago

using in-game time was finnicky and gave me a headache to make it work with the rest of my logic. since in-game days are 30 minutes, whole system is based on seconds. so i had to translate it to a visual timer that makes sense, was a headache that worked 80% of the time. so i was constantly answering peoples questions. so i decide to switch to real-time that way i didn't have to explain the game logic to people. altho now im stuck explaining it again >>