Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Car speed difference in wasm and native #76

Open
astralaster opened this issue Mar 6, 2022 · 3 comments
Open

Car speed difference in wasm and native #76

astralaster opened this issue Mar 6, 2022 · 3 comments

Comments

@astralaster
Copy link

Hi,

this is just a question. Why do the cars in the wasm demo already have different speeds and when I compile it native from master branch all cars have a max speed of 13? Do I need the full game data files?

@codenamecpp
Copy link
Owner

Hi, @astralaster
The wasm version which currently available by link in README (https://codenamecpp.github.io/carnage3d/web/carnage3D_wasm.html) hasn't been updated in a long time and outdated. I will update it when I have free time.

@astralaster
Copy link
Author

So there were specific stats for the different cars implemented and now all cars behave the same? I'm trying to find a feature which I could improve and the missing car stats are very obvious.

@codenamecpp
Copy link
Owner

The current implementation of car physics is just as dumb as the previous one, the only difference is the "mass" property of the cars if I remember correctly. The only way to improve it - completely redo car physics to match original game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants