Server with semi-fixed setups

Discussion in 'Hosting Help' started by elgagon, Apr 21, 2023.

  1. elgagon

    elgagon Registered

    Joined:
    Dec 21, 2022
    Messages:
    213
    Likes Received:
    139
    Hi all.
    Is it possible to configure a server locking only some parameters of the setup?
    For example:
    Leave open Fuel, Gearshift and Aerodynamics.
    Lock the rest of the setup parameters.

    Thank you.
     
  2. Goanna

    Goanna Registered

    Joined:
    Jan 19, 2012
    Messages:
    1,407
    Likes Received:
    957
    You sure can by changing the FreeSettings line in the server's player.json.
    Just add the numbers so if you wanted just starting fuel, tyre compound and brake bias free you'd add 8+16+32=56 so you'd set the FreeSetting line to 56. I generally change the "Multi FreeSettings" line for online stuff, the other option is the "CURNT FreeSettings" line
    Available things are;
    Code:
    FreeSettings#":"-1=use RFM\/season\/GDB default, or add to allow minor changes with fixed\/parc ferme setups: 1=steering lock, 2=brake pressure, 4=starting fuel, 8=fuel strategy 16=tire compound, 32=brake bias, 64=front wing, 128=engine settings",
    You also need to do the steps outlined by Chris (redapg) here => http://meetme.bplaced.net/rF2_onlin...s/pdfdownload.php?file=HowTo fixed Setups.pdf
     
  3. elgagon

    elgagon Registered

    Joined:
    Dec 21, 2022
    Messages:
    213
    Likes Received:
    139
    @Goanna , AFAIK the FreeSettings affect to the Parc Ferme.
    What i want is to lock the suspension page, but leave opened the aero and wheels page (for example) in all sessions.
     
  4. Goanna

    Goanna Registered

    Joined:
    Jan 19, 2012
    Messages:
    1,407
    Likes Received:
    957
    Nah, it applies to all sessions, it's been a while so
    1. I created a setup in SP as per the link to Chris's pdf that I link in my previous post, and saved and assigned it. (all I did to the default setup was change the fuel level to 1litre)
    2. Copied the svm file to the server's settings/track folder, copied the gal file to the server's player folder.
    3. created the vmod on the server with the same content that I'd used to created the "fixed" svm
    4. In server's player.json changed the fixed setups to
    Code:
    "Fixed Setups":true,
    5. Fired up the server and joined.
    result was that when I went into setups I saw this;
    fixed1.png
    Bit hard to see, but at the bottom you can see that the starting fuel is greyed out.... so far so good. Shut everything down and in the servers player.json changed the FreeSetting to 4 (allow change to starting fuel) Fired everything up again and now could adjust starting fuel
    fixed2.png
     
    elgagon likes this.
  5. elgagon

    elgagon Registered

    Joined:
    Dec 21, 2022
    Messages:
    213
    Likes Received:
    139
    Thank you very much @Goanna
    I'll test this weekend and tell you if i got it.
     
    Goanna likes this.
  6. elgagon

    elgagon Registered

    Joined:
    Dec 21, 2022
    Messages:
    213
    Likes Received:
    139
    Thank you very much @Goanna
    I think that i got it.
    I suposse that the MULTI ParcFerme has to be 0 to have the parc oppened.
    I've configured the server, we´ll se how it works
     

Share This Page