How do i remove the stop and go from vehicles? i want to remove the need to press S or W to get going again once stopped but can’t find it anywhere, I want it to be a continuous throttle
So, you want your vehicle to be started once, and after the player exits the vehicle it continues running?
No that’s not what I meant at all… so for an example of what I mean is lets say you spin the car out and need to get going again, rather than having to stop completely and press W again to get moving I want to remove that and just be able to throttle all the time rather than having to come to a complete stop before moving off again.
That is qb-vehiclefailure
that is managing that. I would check out the config over there to get everything set how you want it. You can change the actual client file that manages the stalling engines among many other things as well if the config is not enough. If I had to guess it’s one of these configurations from: qb-vehiclefailure Config.lua
limpMode = false, -- If true, the engine never fails completely, so you will always be able to get to a mechanic unless you flip your vehicle and preventVehicleFlip is set to true
limpModeMultiplier = 0.15, -- The torque multiplier to use when vehicle is limping. Sane values are 0.05 to 0.25
sundayDriver = true, -- If true, the accelerator response is scaled to enable easy slow driving. Will not prevent full throttle. Does not work with binary accelerators like a keyboard. Set to false to disable. The included stop-without-reversing and brake-light-hold feature does also work for keyboards.
sundayDriverAcceleratorCurve = 7.5, -- The response curve to apply to the accelerator. Range 0.0 to 10.0. Higher values enables easier slow driving, meaning more pressure on the throttle is required to accelerate forward. Does nothing for keyboard drivers
sundayDriverBrakeCurve = 5.0, -- The response curve to apply to the Brake. Range 0.0 to 10.0. Higher values enables easier braking, meaning more pressure on the throttle is required to brake hard. Does nothing for keyboard drivers
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.