#MOTORLAB: A Really Good Arcade Car Controller
1 messages · Page 1 of 1 (latest)
Here's a demo of how it plays. It supports crazy amounts of customization and is still stable even under extreme settings
Gauges and sound effects are still not finished, and the car model is made by me. It's textured procedurally and allows for adding vinyls and changing main colors and accent colors.
W bro nicee
Okay, i got a good chunk of the procedural gauges done today.
I made sure to create parameters for every possible thing, so the gauges are as customizable as possible. After finishing all the shaders, i'll write a manager in C# that will enable more convenient and easier configuration, a uxml ui will also be implemented, so i could add this new gauge system as an add-on for the car physics.
I also intend to make this gauge system, which i'll dub Gauge Machine, a standalone asset, so anybody could use it for other projects, not just as a prebundled add-on for my car physics.
HOT WHEELS
🤘
Found and fixed a major bug: the carspeed/maxcarspeed ratio in the entire codebase had a unit conversion error. It was ms⁻¹/kmh⁻¹, now it's been fixed to kmh⁻¹/kmh⁻¹
Converted the procedural damage settings from using just floats, to using animation curves. This now allows for tuning how the mesh deforms as the distance from the epicenter increases.
2 curves, one for the mesh normal component, and the other for the collision contact normal component