Bug - Seasonal timer keeps going even when the game is paused.
Closed this issue · 3 comments
Lord-Kamina commented
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
this is by design
Lord-Kamina commented
Oh. Why, though?
RustyMods commented
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 >>