SOLVED Knockout qualy isn´t working (DEDI server)

Discussion in 'Hosting Help' started by maartinn, May 29, 2023.

  1. maartinn

    maartinn Registered

    Joined:
    May 29, 2023
    Messages:
    4
    Likes Received:
    0
    Hi, I am trying to host a DEDI server using the "knockout qualifying" plugin, I set all the parameters in the "CustomPluginVariables.JSON".
    At first, it seemed to work properly, running the number of the qualy sessions setted and the time of each session. But in the last session it only let 3 cars to go out, no matter if it was setted to 6, 10 or 15...
    Is there anyone could tell what is wrong and how to solve it? Thanks.
     
  2. Lazza

    Lazza Registered

    Joined:
    Oct 5, 2010
    Messages:
    12,346
    Likes Received:
    6,572
    Sorry for the late post, but can you paste your settings from the json? Sometimes they can be confusing. Be sure to paste all of them.
     
  3. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    @maartinn Do you see a red DNF for the Cars that do not leave the Garage in the 3rd Session?
    The whole Thing could be a similar Problem to THIS one, where that happens, when you've set 3 or 4 Race Sessions.
    So the Bug seems to appear when more than 2 Qualy or Race Sessions are set/used.
     
    Last edited: Jun 6, 2023
    Lazza likes this.
  4. maartinn

    maartinn Registered

    Joined:
    May 29, 2023
    Messages:
    4
    Likes Received:
    0
    Sure!!

    "KnockoutQualifying.dll":{
    " Enabled":1,
    "FixedNumberScored":0,
    "NumQualSessions":2,
    "TimedLapRequired":0,
    "Total1Session1Minutes":0,
    "Total1Session1Scored":43,
    "Total2Session1Minutes":10,
    "Total2Session1Scored":20,
    "Total2Session2Minutes":10,
    "Total2Session2Scored":7,
    "Total3Session1Minutes":0,
    "Total3Session1Scored":30,
    "Total3Session2Minutes":0,
    "Total3Session2Scored":20,
    "Total3Session3Minutes":0,
    "Total3Session3Scored":7,
    "Total4Session1Minutes":0,
    "Total4Session1Scored":43,
    "Total4Session2Minutes":0,
    "Total4Session2Scored":36,
    "Total4Session3Minutes":0,
    "Total4Session3Scored":24,
    "Total4Session4Minutes":0,
    "Total4Session4Scored":12
     
    Last edited: Jun 6, 2023
  5. maartinn

    maartinn Registered

    Joined:
    May 29, 2023
    Messages:
    4
    Likes Received:
    0
    That´s a good point. I set 2 qualys (knockout), Race 1 and Race 2; and as you mention I had the same bug, however i could fix it adding warmup session as well as setting "TimedLapRequired":0 in the "CustomPluginVariables.JSON"
     
  6. Lazza

    Lazza Registered

    Joined:
    Oct 5, 2010
    Messages:
    12,346
    Likes Received:
    6,572
    Thanks!

    So you want to change to this:

    FixedNumberScored":1

    As that makes all the numbers absolute. When it's 0 it uses your numbers as relative sizes, so for example if you have scored:20 in session 1 and scored:10 in session 2, and at the end of session 1 there are 16 cars that have set a time, you'll only have 8 competing in session 2 (as 8 is half of 16, same as 10 is half of 20).

    (Disclaimer: it's been 7 years since i looked through the source code for that plugin, but I'm fairly sure that's how it works!)

    Hopefully that correlates to what you had happen in the sessions? Even if not, change that setting and see if it helps :)
     
    maartinn and redapg like this.
  7. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    3,959
    Likes Received:
    2,809
    In my Tool, with that you can edit the CustomPluginVariables.JSON File, i did use this as the Explanation for FixedNumberScored:
    has to be set to "1" if you want to use the hereinafter specified number of drivers
    So @Lazza is correct, i would say.
     
    maartinn likes this.
  8. maartinn

    maartinn Registered

    Joined:
    May 29, 2023
    Messages:
    4
    Likes Received:
    0
    I´m sorry for the delay..
    Yeah.. That was the problem... Now it works as intended, really really appreciate your help!! :):)
     

Share This Page