Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.48k stars 50 forks source link

200 seconds per hour? #86

Closed Kesyau closed 11 months ago

Kesyau commented 11 months ago

The in-game clock behaves weirdly. It seems that an hour has 66 minutes, and that the clock ticks only three times per minute.

Why is SECONDS_PER_HOUR in egregoria/src/utils/time.rs 200 rather than 3600?

Uriopass commented 11 months ago

Yeah it's a fine balance. Too slow and the night lasts too long and the game progresses too slowly. Too fast and the days move too fast and people don't have time to go places. I have put a constraint that 1s in game = 1s IRL so it's easier. So I'm tuning day length with seconds_per_hour but there's probably something better

Uriopass commented 11 months ago

Done in 05b396a1