Automobilista 2 Custom Force Feedback - Overview & Recommendations

Discussion in 'Automobilista 2 - General Discussion' started by Karsten Hvidberg, May 30, 2020.

  1. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Hello Spike! I don't know exactly what you mean? Could you describe it in more detail? Sometimes google translation is to blame;)
     
  2. spyke70

    spyke70 New Member

    Joined:
    Feb 29, 2020
    Messages:
    26
    Likes Received:
    6
    Daniel, the parameter to feel more tire weight.
     
  3. Stakanov

    Stakanov Well-Known Member AMS2 Club Member

    Joined:
    Feb 7, 2020
    Messages:
    594
    Likes Received:
    821
    From a distance I can't do much, but for the moment I have found a typing error in the ATMOS 1.1 code.... not present in ATMOS 1.0 ... this in red and bolt ;)
    (FL_bal (max FL_bal FL_load))
    (FR_bal (max FR_bal FR_load))
    (RL_bal (max RL_bal RL_load))
    (RR_bal (max FR_bal RR_load))

    (FL_load3 (if FL_bump_kerb_active FL_bal FL_load))
    (FR_load3 (if FR_bump_kerb_active FR_bal FR_load))
    (RL_load3 (if RL_bump_kerb_active RL_bal FL_load))
    (RR_load3 (if RR_bump_kerb_active RR_bal FR_load))

    change with this in green and bolt
    (FL_bal (max FL_bal FL_load))
    (FR_bal (max FR_bal FR_load))
    (RL_bal (max RL_bal RL_load))
    (RR_bal (max RR_bal RR_load))
    (FL_load3 (if FL_bump_kerb_active FL_bal FL_load))
    (FR_load3 (if FR_bump_kerb_active FR_bal FR_load))
    (RL_load3 (if RL_bump_kerb_active RL_bal RL_load))
    (RR_load3 (if RR_bump_kerb_active RR_bal RR_load))


    For the vibration at the start try changing the smooth of FL_start_load from 0.01 to 0.001 or completely eliminating the voice "(smooth FL_start_load 0.01)" including only the two adjacent brackets ...

    (load_fl (smooth FL_load 0.1))
    (load_fl (* 650 (/ (- load_fl (smooth load_fl 0.2)) (smooth FL_start_load 0.001))))
    (load_fr (smooth FR_load 0.1))
    (load_fr (* 650 (/ (- load_fr (smooth load_fr 0.2)) (smooth FR_start_load 0.001))))
    (load_f (+ load_fl load_fr))
    (load_rl (smooth RL_load 0.1))
    (load_rl (* 650 (/ (- load_rl (smooth load_rl 0.2)) (smooth RL_start_load 0.001))))
    (load_rr (smooth RR_load 0.1))
    (load_rr (* 650 (/ (- load_rr (smooth load_rr 0.2)) (smooth RR_start_load 0.001))))

    And for less Load of tires, since now it's all for 4, try change this...
    (load_norm_wheel 250.0)
    with this
    (load_norm_wheel 125.0)
    if you dont like return to 250!!

    I have many other ideas but I have to try them to verify them ... and if the ATMOS 1.0 was ok we will find a way to balance the 1.1 ... in the meantime, I hang up the ATMOS 1.0 version that I had deleted in the post.

    Automobilista 2 Custom Force Feedback - Overview & Recommendations

    Good evening to all.
     
    Last edited: May 11, 2022
    • Like Like x 6
    • Informative Informative x 1
    • Useful Useful x 1
  4. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Yes, I'm looking forward to seeing you back home Stakanov. Especially the exchange with you, because we have very similar feelings for the ffb. See you soon and take care:)
     
    • Friendly Friendly x 2
    • Like Like x 1
  5. Stakanov

    Stakanov Well-Known Member AMS2 Club Member

    Joined:
    Feb 7, 2020
    Messages:
    594
    Likes Received:
    821
    Guys I found a lot of wrong code in the ATMOS ... from here I can only correct it, soon I will publish it updated ... sorry if I made a mistake in the rush!!! :(
     
    • Friendly Friendly x 4
    • Like Like x 3
    • Informative Informative x 1
  6. Stakanov

    Stakanov Well-Known Member AMS2 Club Member

    Joined:
    Feb 7, 2020
    Messages:
    594
    Likes Received:
    821
    Guys, I replaced the ATMOS 1.1 file with the correct one, I apologize again if I caused some inconvenience due to the rush ... everything should be okay and coherent again and therefore only your personal harmony is missing.

    I will not be able to do anything else for now ... we will improve the features later based on your advice !!!

    Below the link to the previous post where to get the file!!!

    Automobilista 2 Custom Force Feedback - Overview & Recommendations
     
    • Winner Winner x 6
    • Like Like x 5
    • Friendly Friendly x 2
  7. LugNut

    LugNut Active Member

    Joined:
    Jul 12, 2020
    Messages:
    186
    Likes Received:
    42
    Hi,
    As always, thanks to karsten and everyone else involved.
    I'm running the latest Stakanov 1.1 w/o yaw.
    II like a lot of it but I can't get the wheel to go light when rears slip.
    I raised the value for rear grip loss and I still can't get wheel to lighten when the rear tires lose grip.
    I used to get it from the karsten 5.61 ..,pre rFuktor.
    Can anyone help me?

    Thx in advance
     
  8. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Good Morning! I will post a custom file tonight. But it's less about the custom file (small adjustments) and more about the in-game and Fanatec settings. There will be 2 ways to drive the custom file. Each has its strengths and weaknesses, but I'll write about that later. It should be particularly exciting for Fanatec owners, whether dd or belt-base. See you soon and greetings from Daniel:)
     
    • Optimistic Optimistic x 2
  9. Stakanov

    Stakanov Well-Known Member AMS2 Club Member

    Joined:
    Feb 7, 2020
    Messages:
    594
    Likes Received:
    821
    If you want more slide effect at the rear when accelerate change this number less then 20 (dont remove the # symbol)… original karsten’s value are 15 …
    #(FL_slide (min 1 (/ FL_scrub 20)))
    #(FR_slide (min 1 (/ FR_scrub 20)))
    (RL_slide (min 1 (/ RL_scrub 20)))
    (RR_slide (min 1 (/ RR_scrub 20)))


    If you want more lightness during accel….
    (accel_feel 0,35) —-> go up 0.45-0.65-0.85 or 1.00

    If you dont solve it … when i return (now are far from home) whatch if re-implement in the ATMOS the item that i removed front_grip_feel and rear_grip_feel
     
    • Like Like x 1
  10. nicsos123

    nicsos123 youtube.com/nicsos123 AMS2 Club Member

    Joined:
    Oct 13, 2019
    Messages:
    20
    Likes Received:
    23
    Do we have somewhere a description of how the custom ffb of ams2 works? I mean, is an explanation of the commands out there for those who wants to make their own ffb? I know much about this ffb since made a lot of experience on pcars2, but it would be great if we could have an explanation of all the commands.
     
    • Like Like x 2
    • Agree Agree x 1
  11. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    As promised my Custom file. I think there are 2different types for the in-game and base settings at Fanatec. The main difference is the damping and the LFB value. Try it out and decide on your preference. My personal preference is variant 1 and even with 0% NDP, but that's not for everyone. Have fun and have a nice evening Greetings from Daniel:)
    Version 33
     

    Attached Files:

    • Like Like x 3
  12. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Addendum : Variant 1 makes better use of the game's excellent FFB than variant 2, but it is much more difficult to keep the (oscillations) under control. Variant 2 dampens more and uses the FFB from the base. Hence the big difference in the FEI value, which I didn't understand for a long time because people had such differences. In the end, as always, it's a matter of taste which one feels better. And maybe it had that aha effect on other Fanatec owners that I have. Nice weekend:)
     
  13. Steve D

    Steve D New Member

    Joined:
    Apr 28, 2020
    Messages:
    18
    Likes Received:
    24
    @Kuku Maddog how are you getting on with your new file, since the latest game update? Would love to give it a go, if and when available. All the best to you.
     
  14. Kuku

    Kuku Flying Kiwi AMS2 Club Member

    Joined:
    Aug 30, 2020
    Messages:
    1,683
    Likes Received:
    1,034
    One day :whistle:
    i’ve got a lot going on at home at the moment and also broke my pedals and in process of fitting new ones and trying to get them how i like .
    Plus i keep finding little micro improvements. I like to test at least half of the different classes of car before i settle on things .
    but testing time has been limited to small sessions in between league races and such .
    I don’t wish to add to the clutter in this thread as i think it’s a bit of a confusing mess and will just take a step back now , as the files seem to be all over the place and not heading in a direction that i’m interested in using. but i keep a lazy eye on development to see if there’s any gold flecks in the shingle, just in case .
     
    • Like Like x 3
    • Disagree Disagree x 3
    • Agree Agree x 1
    • Funny Funny x 1
  15. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Stakanov I haven't been able to test your custom yet, but I'll definitely do so this weekend. Looking through your file, I noticed (steer_spring_strength_feel ). Rack_spring is also implemented with strength_feel. I know from my file that it bothered me in the FFB when I tried to implement it. Maybe it will bring you or your boys something to know or to test? See you soon and greetings:)
     
  16. Steve D

    Steve D New Member

    Joined:
    Apr 28, 2020
    Messages:
    18
    Likes Received:
    24
    No problem mate. Just asking because I've always really liked the files which you and Karsten produced. I'll keep an eye out in case you decide to post an update but if not, all the best to you!
     
  17. mikemav3

    mikemav3 New Member

    Joined:
    Apr 5, 2020
    Messages:
    15
    Likes Received:
    3
    @Steve D I know what you mean, I use Kuku's last file along with a "paddock profile" on Simucube 2 True Drive online shared there by a user, made for Kuku's files to use w/ SC2. That's been a great combo for me, but I am not sure if things have changed enough with the new tire model recent updates to AMS2 that warrant trying something else? What have you found, do you still race with the latest version from Kuku since AMS2 updates, or found anything good with the newer updates posted here from others? I will give the others a try hopefully this weekend...
     
  18. Stakanov

    Stakanov Well-Known Member AMS2 Club Member

    Joined:
    Feb 7, 2020
    Messages:
    594
    Likes Received:
    821
    @Danielkart no test for now maybe I can publish an update 1.3 that removes all the errors of ATMOS early birth 1.0/1.1 (typo, haste and a few tests) ... I'm home only tonight to change suitcase and leave ... I will disappear again .... o_O
     
  19. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Stakanov I was able to quickly test your custom. For me, steer_spring_strength_feel 0.7 definitely needs to be deleted from the rack settings. Or just enter steer_spring_strength 0.7. Also from the rack spring code I just typed (steer_spring_strength). Immediately an extremely good feeling. Of course that was just a quick test, I have to do more testing this weekend. Unfortunately I don't get any feedback from your guys at all, but it would also be important for me to know how or what you feel or could improve on your and my custom file. We're getting closer and closer as I look through the files as well. Greetings
     
  20. Danielkart

    Danielkart Well-Known Member

    Joined:
    Jun 25, 2021
    Messages:
    1,448
    Likes Received:
    1,475
    Maybe it's better if I wait for you until you can test again. For me, only you have this feeling for the ffb. I don't mean that in a bad way for the other people, but Stakanov can best share my feeling for the ffb with me. Take your time and we will find time to make our custom even better. good time Stakanov
     

Share This Page