we might release a minor update for 5.1 support next weekend, please report if you know of a general or physics bug(only core physics, there wonāt be updates about effects).
What I mean is the curve is not smooth ie it is jaggies. The overal shape is fine as you pointed out, it is duethe gear shift. The curve should be as below:-
is this a problem, my guess is that if you increase simulation quality(lower delta times) the jitters will be less but they are not avoidable, the engine rpm keeps the vehicle from accelerating more then necessary so this could be a side effect of engine braking. it could also be due to some other factor like aerodynamics effects, canāt be sure without testing.
Finally got my BP up and running. Loving the demo so far. I used the sports car as a template for handing but my car just slides about and it is difficult to control. Where can I find change the wheel/tire friction? Also do I have to add a physical material to augment said wheel friction.
@gurusaint
please read the CoreModule document, make further adjustments with ArcadeAssists component if necessary and experiment
Effects component lets you adjust friction based on surface material, it is demonstrated in the sample project sandbox map
I have just converted my project from UE4.27 to UE5 with success, but I have a problem with my vehicle when it is in the air: it stops abruptly and falls by jerks.
I had seen it in an old video posted in this forum, but I canāt find it anymore, nor do I start to fix the problem
However, and itās quite strange, my AI uses exactly the same vehicle as the players, with the difference that if no player controls it, itās the AI that takes over. Well, the AI donāt have the same problem with jumps, their behavior is quite normal, no jerks, nothing, while the vehicle is the sameā¦ Is it normal?
Thanks
EDIT: I spent several hours testing, and the problem rarely happens to AIs, and when it does, itās after a few seconds in the air, almost at landing time
@lazybitgames stuff is awesome so far. I am looking forward to the 5.1 update! Do you have a roadmap for future updates to the plug-in? Perhaps addons or a 2.0?
Also will it be possible to constrain a vehicle to another? Like a trailer to the truck and have a car on the trailer without the engine bugging out? Itāll be cool to include that sort of system in the next demo
there is no roadmap, with my current state(busy with work) it is not possible to add new features but only maintenance.
constraining vehicles should be no problem, we already have a similar sample, a truck with an articulated bed(press middle mouse button to see it in action).
Quick question. I want to add the ability of moving the base position of the bone around, so I donāt need to create new skeletons per car (in my game you can also tweak the car geometry). Is this possible?
I thought about changing the source code to remove the mesh / bones logic and use reference transform instead, would that be straightforward or Iām going into a deep rabbit hole?
Any other possible solution?
I recently purchased this pack but Iām getting some weird handling on my cars.
First, my cars never seem to want to self align (especially rear wheel drive)
and always seem to be pulling ever so slightly to either direction.
Secondly, counter steering for even a millisecond too long or too aggressively will cause the car to snap oversteer and spin out.
Is there anything I can do to combat this?
I played around with the F430 demo and did not really run into this all too much.
Lastly, is there any way I can put a curve on steering input? Ie. an exponential curve that lets inputs towards the center have less input than those at the end?
if you see different behavior then the vehicles in sandbox map then the first thing comes to my mind is the tire model, avoid using TireSimple if you are not making slow moving vehicles. also too much slip can cause instability for rwd vehicle so you can try a couple of things like increasing wheel mass, antirollbars etc. There are only 2 curves used in the StandardInput component, one is for speed vs steer angle and the other is for speed vs steering speed. If you need more complicated stuff you can modify the source or build your own input system through BP.