cflavio / yorg

Yorg (Yorg's an Open Racing Game) is a free open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux.
Other
177 stars 33 forks source link

Physics: make cars heavier #25

Closed m1ga closed 5 years ago

m1ga commented 5 years ago

The game is already fun to play but I would prefer it if the cars are a bit heavier so they won't jump too far and won't flip over that easily. Would it be possible to adjust the weight/gravity so it feels a bit more like a car and not like a balloon :smile:

cflavio commented 5 years ago

Hi! Thank you for your kind words! :) Actually they're light, the reason is that I'm using Bullet's Vehicle class, and it doesn't support drifting (which was strongly requested) properly. Making cars lighter allows me to add a bit of drifting. Anyway, I'm refining physics at each release, so I'll try modifying something for the next release (following your feedback). Thank you so much! :)

cflavio commented 5 years ago

Hi! I have published the new release. It contains several changes to the driving model, and it should improve the aspect referred by this issue. Thanks!