Reload chunks on reset

This commit is contained in:
Miloslav Ciz 2025-01-23 11:45:19 +01:00
parent 9b31556979
commit 2172fcedd1
3 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,5 @@
=========== GENERAL ==============
- force chunk reload upon map restart so that there's no blinking at start
- make a small txt game menual
- test if the replay stretching works
- replay validation
@ -32,6 +31,7 @@
=========== HANDLED ==============
- allow stopping car rotation in air like in Trackmania
- force chunk reload upon map restart so that there's no blinking at start
- ghost visible distance -- maybe even car should have this (watching rep with
free camera)? maybe generalize setCar/GhostVisibility to
setCarGhostVisibilityDistance where 0 means make invisible?