rFactor 2 Online Tools by Chris “redapg”

Discussion in 'Modding' started by Slow Motion, Oct 11, 2016.

  1. Flipo

    Flipo Registered

    Joined:
    Dec 29, 2013
    Messages:
    92
    Likes Received:
    29
    PUSH2PASS
    Push2PassMaxUses= Allows you to limit the amount of uses in a race, use -1 if you want unlimited(limited by MaxTime only)

    The -1 option is missing, you only have 0 to 100.
    I don't know if you have left it like this so that it can be edited later in case someone wants to use unlimited
    It's just for your information.
     
  2. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    Thank you for reporting this.
    I did use a wrong Array of Numbers for that Dropdown, but it's fixed now.
     
    Flipo likes this.
  3. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    The first paragraph with volume and value is engine related:
    Code:
                "multi": {
                  "name": "engine",
                  "volume": {
                    "key": "engineRPM",
                    "value": [[10,0,0],[1800,1.5,0.2],[4000,1.8,0],[6000,1.9,0],[7000,2.3,0.2]]
     
  4. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    Hello Jürgen, please send me the Sound JSON by Mail and tell me which wav File is the one, from that you want to modify the Loudness.
     
  5. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    AnotherUpdate for the Tool "Add new Functions to your HDV File (PushToPass, Gearprotection, ...)".

    You now can get the Entries for the new Functions, without to upload a hdv File.
    There is a Checkbox, that leads you directly to the Selection Menu, where you can select the wanted Function and get the Entries displayed, that you just can copy them.
    And you still can modify all Settings, before you copy them.
    As always, if you encounter any Problems, report here please. ;)
     
  6. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    While working at the Tool "Add new Functions to your HDV File (PushToPass, Gearprotection, ...)"., i did notice that there is something wrong with the Shift Protection Entries.
    I had taken them from THIS official S397 Site and i now have seen, that the Entry targetRPMTargetCheckDownShiftThreshold exists 2 Times with different Values.
    Maybe it's just a Typo, but until i know what it is, i have deactivated the Tool. ;)

    If the "Problem" is solved, i will inform you here.
     
    Corti, philrob and DanRZ like this.
  7. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    The in the above Post described Problem with the double targetRPMTargetCheckDownShiftThreshold Entry is solved and the second Entry was removed from the official Site.
    I also did remove it from my Tool and it's online again. :)

    And there are 2 new Features:
    - you can check a Checkbox, to format the Entries for the Upgrades.ini
    - i did add another Checkbox to "[GEARPROTECTION]", that generates the Entries in that Way, that they can be used in an Upgrades.ini and deactivate the Shift Protection.
    (I did have a Request to create such an Upgrades.ini Option for the new 992 Cup and so i thought, that also Others could find that useful).

    As always: if you encounter Problems with any of the Tools, please post here. Thank you :)
     
  8. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    THANK YOU for 50000 + Visits

    I just want to thank you for using my Tools.
    That shows me, that it was no wasted Time to create them. :)
     
    yashiman, davehenrie, Corgan and 16 others like this.
  9. philrob

    philrob Registered

    Joined:
    Jan 12, 2012
    Messages:
    572
    Likes Received:
    1,204
    Your Tools have been a game changer for me as i use them all the time. Its a big thumbs up from me and thank you for all you do.
     
    redapg, Manfredk2 and Corti like this.
  10. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    Short Info: i fixed an Issue, where the Outside Tire Skid Sound from the SFX was used as the Outside Tire Scrub Sound in the JSON.
     
    yashiman, philrob, Corti and 2 others like this.
  11. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    Thanks @redapg for this incomplete but useful tool. I hope you can refine the process.

    I'm testing it and it generally does the job well, but it doesn't seem to handle the horn.

    What lines should I include to be able to use the horn?
     
  12. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    Researching I have tried this and it works.
    (...)
    {
    "burst": {
    "name": "limiterToggle",
    "volume": 0.05,
    "sample": ".wav"
    }
    },
    {
    "loop": {
    "name": "seat",
    "sample": "Secondary\\seat.wav"
    }
    },
    {
    "loop": {
    "name": "mirror",
    "sample": "Secondary\\mirror.wav"
    }
    },
    {
    "loop": {
    "name": "horn",
    "sample": "Secondary\\horn.wav"
    }

    },
    {
    "crossfade": {
    "name": "collision",
    "bankKey": "collisionType",
    "effect": "onboard",

    (...)

    The next question is: How should the horn be referenced so that it can be changed via vehicle upgrades?
     

    Attached Files:

  13. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    I add.
    With that option you can't hear it outside the car, so I'm still investigating.
     
  14. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    There are 2 main "bank" Sections: Inside and Outside.
    Put the same Entry into the Outside Section too and it should work then (without Guarantee :)).
     
  15. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    Thanks, that's what I'm trying now.
    Let's see if we can find a way to choose the horn via upgrades.
     
  16. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    Tested and working including the lines in the section outside.
     
  17. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    I fear that the necessary Code, to be able to select Sound Options in the Upgrades, like it was with the SFX= Code is not implemented yet.
     
  18. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    361
    Likes Received:
    362
    I agree with you.
    I have tried with:

    UpgradeLevel="Opcion A"
    {
    Description="Opcion A"
    //SFX=VS_INSIDE_HORN=2.0,Secondary\horn1.wav
    //SFX=VS_OUTSIDE_HORN=3.0,Secondary\horn1.wav
    SFX=horn=Secondary\\horn1.wav
    }

    ... but without success.
     
  19. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    Did anyone of you encounter Problems, with Tires that have been resized with one of my Tools, in the last Weeks?
     
  20. yoss

    yoss Registered

    Joined:
    Nov 4, 2010
    Messages:
    1,021
    Likes Received:
    2,700
    Not me
     
    redapg likes this.

Share This Page