Cars accelerate smidge too violently. ( Controvercial ) #62
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
performace
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: BlenderDumbass/DanisRace#62
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some players claim that the cars are too slow, while others that the cars are too fast. But it seems like the cars accelerate too violently and break too weakly.
The issue appears to be related to using the wrong multiplier when it came to adjusting math to the drop of the FPS. Basically if we don't want everything to be in slow-motion when FPS drops, we want to increase speeds of everything according the change of the speed. If the game plays half as fast. We speed things up twice as fast. Bullet does it automatically for physics. But simulations done in code need to be sped up manually.
The speeding up mechanism was overspeeding the value which governs how fast the acceleration happens. Resulting in an overcorrection on low FPS. Seems to be fixes now.