CHANGELOG v1.6.1
Unreal5.1 support
Minor bug fixes
Additional Notes:
-Dropped 4.26 support
-Fixed crash case when async callback is not properly unregistered during exit
-Fixed differential bug (limited/locked options were reversed)
-SetWorldScale3D replaced with SetRelativeScale3D for convex casting mesh
-Convex casting against landscape is still buggy
Hi Yunus, I think we have a bit of an issue or Iām blind. I just went to load some of my old vehicle settings *.json and noticed that the Advanced Save/Load isnt there, then when I compared 5.0 to 5.1 wow what a difference, looks like many settings and categories have all been split and a little messed up, really hard to find what I was looking for as tire/wheel etc. exist more than once.
No tracing options or anything.
Really hope this is something what you missed and can be easily fixed in an update? as at current Iām a little lost trawling through each category as seen in the image Iāve attached.
I also noticed that the sportscar the sound wav doesnāt increase or decrease with rpm, just a single tone
I mentioned about the sportscar and the engine sound in a previous post, just checked the demo map and seems to be ok so will investigate into why my sounds are messed up in my own project, really weird, like its stuck on 1 loop (high)ā¦
UPDATE ++ I removed the SFX and readded and all ok for sound, something must of got corrupted on its journey.
There is a bug when cars flips upside down. The wheels reduce their speed but never stops spinning. Even if you press brake/handbrake maybe can stop at some point but on release they start/continue spinning. Āæ?.
Tried with rolling resistance and other stuff but nothing. Tried with your last sandbox demo example at happens in all cars too.
Oh i see, but not understand how is this a feature Āæ?, not should they reduce speed and stop? What is the advantage or what is the feature im missing to do that?
is there any way to disable this feature? I tried with rolling resistance and other stuff but nothing seems to work.
didnāt try to fix it because thatās what happens with a real car.
you can detect a flip over and switch to neutral gear or stop the engine.
it could also be prevented with a code modification but thatās more risky.
With a gear engaged and no tire friction whatsoever, the wheels can spin freely at the engineās idle rpm, well at least the driving wheels. I didnāt try but normally if you press the clutch, the wheels should also stop rotating (like in neutral).
Hello @lazybitgames , is it possible to make the 4wd drift or power slider without Traction control? I recently realized that this is not possible, meanwhile I saw videos in real life that cars that have 4wd can do powerslider and drift, any suggestions?
I would also like to know if it is possible to make the 3d tachometer can obtain the precise data of the rpm and speed, if it is possible please tell me, because I am also doing that and I donāt know where to start @lazybitgames
There are many examples of a speedometer around the marketplace and the forums which are based on default UE PhysX vehicles or the UE Chaos vehicles. You can use those examples as a starting point an then use the Fgear code/nodes to push this data to your speedometer.