sorry to bump, is there a way to increase the actuating speed of pedals such as clutch and handbrake?
My mod doesn't touch those, so you'd have to modify the original input.lua file to do that. If you scroll down a bit you'll see a section like this for all the different inputs: Code: brake = { val = 0, filter = 0, smootherKBD = newTemporalSmoothing(3, 3, 1000, 0), smootherPAD = newTemporalSmoothing(100, 100, nil, 0), minLimit = 0, maxLimit = 1 } You have to increase the first 2 numbers where it says "newTemporalSmoothing" to make the input faster. There's one for keyboard and one for controller.
I can't drive my automation exported cars with this mod after 0.31 update.Why is this happening,do you have a plan to fix it?
This mod strangely seems to conflict with LucasBE's Scout mod when the barn doors or no tailgate at all are installed. Steering locks to a hard left, pedals don't work and parking brake won't disengage. The regular tailgate causes no issues.
This breaks the DSC Scarab after the last update for some reason, so I've had to uninstall it. When you load the DSC Scarab the front wheels are offset to the left, and the throttle control does not work, though you can change gears. I've checked all my other mods, and this one is the culprit.
I've been busy with other projects such as the assist I've made for Assetto Corsa and I also started to lay down some groundwork for my own driving game, but I'm not abandoning this project or anything. When I have time I'll look into the issues mentioned above, plus I have plans for overhauling a lot of things. My other steering assist mod for AC turned out nicer than this, so I want to bring back those changes to this one eventually.
How do I open the UI app? I know it seems intuitive judging by the name, but while the mod works for me, I can't find an option for it anywhere in the menus nor the list for editing ui apps.
Nice. Do you or anyone knows if we have access to controller vibration motors (the two motors on a XBox controller). I'm trying to mod gamepad vibrations, but no joy, don't know where we can modify that info.