Hello, i’m trying to make a day cycle, the day duration that i want is 2h 30m, i have no idea what i calculate to get this result. Semeone can help me?
You have to focus on two things:
- Tick rate
- Tick increment
Tick rate refers to how fast your ticks are, and tick increment refers to how much time per tick it is.
Hint: 2.5h cycle equates to 9.6 seconds per real-time seconds.
1 Like
oh god, thanks for helping bro, i finally end my code
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.