Released Advanced Steering Mod

Discussion in 'Utilities and programming' started by lmaoxd, Mar 27, 2022.

  1. lmaoxd

    lmaoxd
    Expand Collapse

    Joined:
    Mar 11, 2022
    Messages:
    43
    Not to make this thread about that mod, but I just added keyboard support to it.
     
    • Like Like x 2
  2. lilexjecto

    lilexjecto
    Expand Collapse

    Joined:
    Jul 22, 2020
    Messages:
    389
    sorry to bump, is there a way to increase the actuating speed of pedals such as clutch and handbrake?
     
  3. lmaoxd

    lmaoxd
    Expand Collapse

    Joined:
    Mar 11, 2022
    Messages:
    43
    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.
     
  4. lilexjecto

    lilexjecto
    Expand Collapse

    Joined:
    Jul 22, 2020
    Messages:
    389
    woah, thanks for inteligence
     
  5. R36Variant

    R36Variant
    Expand Collapse

    Joined:
    Sep 18, 2023
    Messages:
    1
    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?
     
  6. lmaoxd

    lmaoxd
    Expand Collapse

    Joined:
    Mar 11, 2022
    Messages:
    43
    I'll look into it when I have time.
     
    • Like Like x 2
  7. senna1

    senna1
    Expand Collapse

    Joined:
    Dec 12, 2018
    Messages:
    103
    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.
     
    • Agree Agree x 1
  8. SemKill

    SemKill
    Expand Collapse

    Joined:
    Feb 5, 2021
    Messages:
    294
    in some vanilla cars this happens too, you can send the logs here for the dev see and try to fix
     
    • Agree Agree x 1
  9. zorkx

    zorkx
    Expand Collapse

    Joined:
    Jan 4, 2024
    Messages:
    1
    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.
     
    #109 zorkx, Jan 4, 2024
    Last edited: Jan 4, 2024
    • Agree Agree x 3
  10. senna1

    senna1
    Expand Collapse

    Joined:
    Dec 12, 2018
    Messages:
    103
    The FPU Wydra seems to be affected as well from my experience
     
    • Like Like x 1
    • Agree Agree x 1
  11. lmaoxd

    lmaoxd
    Expand Collapse

    Joined:
    Mar 11, 2022
    Messages:
    43
    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.
     
    • Like Like x 1
  12. lilexjecto

    lilexjecto
    Expand Collapse

    Joined:
    Jul 22, 2020
    Messages:
    389
    o-o-oh an assist for assetto corsa?!
     
  13. lmaoxd

    lmaoxd
    Expand Collapse

    Joined:
    Mar 11, 2022
    Messages:
    43
    I posted about it back in July.
     
    • Like Like x 1
  14. tap

    tap
    Expand Collapse

    Joined:
    Aug 22, 2023
    Messages:
    34
    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.
     
  15. SemKill

    SemKill
    Expand Collapse

    Joined:
    Feb 5, 2021
    Messages:
    294
    It is in the list of adding UI applications, it is the first
     
  16. tap

    tap
    Expand Collapse

    Joined:
    Aug 22, 2023
    Messages:
    34
    that's where i thought it was, but i couldnt find it there
    upload_2024-2-5_13-57-46.png
     

    Attached Files:

    • upload_2024-2-5_13-57-42.png
  17. SemKill

    SemKill
    Expand Collapse

    Joined:
    Feb 5, 2021
    Messages:
    294
    you are at the hud layouts, you need to search in Add UI App at top right corner
     
  18. tap

    tap
    Expand Collapse

    Joined:
    Aug 22, 2023
    Messages:
    34
    thanks, i didnt quite understand the UI (as i never used it before)
     
    • Agree Agree x 1
  19. 0BZEN

    0BZEN
    Expand Collapse

    Joined:
    Feb 24, 2024
    Messages:
    2
    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.
     
  20. SemKill

    SemKill
    Expand Collapse

    Joined:
    Feb 5, 2021
    Messages:
    294
    Only in Force Feedback options
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice