Fixed setup not working in server

Discussion in 'Technical & Support' started by DanRZ, Jun 2, 2023.

  1. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    742
    Likes Received:
    229
    Hello i'm here to get some help.
    My fixed setups are no longer working on the GTE ...

    The file FavoriteAndFixedSetups.gal is setup properly (Tested on single).
    The path to the svm is ok inside the .gal.
    Setup load properly in Open server.

    As soon as i hit "Fixed setups" on the dedicated, the setups gets back to the default one.

    I used a modified Upgrade.ini to fix the max size of the fuel capacity ...
    Everything works perfectly but the fixed setups don't work.

    I tried a lot of things and triple checked all parameters ... Fixed setup not working.
    Player connecting are on default setup ... GTE, with Aero Package "Le Mans".

    PS : The .gal is renamed as .txt to be able to upload it.

    Any idea on what can be wrong ? I'm desperately looking for my error ...

    All my previous fixed upgrades and setups were working perfectly. :(
     

    Attached Files:

  2. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    742
    Likes Received:
    229
    I just realized i may have make something wrong with Fuel Capacity ...

    Part of LeMans Upgrade ini file
    Code:
      UpgradeLevel="Le Mans"
      {
        Description="Le Mans aero package, with reduced downforce. Package-specific set of gearbox ratios."
    // weight
        HDV=[GENERAL]
        HDV=Mass=1330
    // fuel tank capacity
        HDV=FuelRange=(1,1,99)
        ...
    
    And the part i added to the ini
    Code:
    UpgradeType="Fuel Capacity"
    {
      UpgradeLevel="58L"
      {
        Description="58 Liters"
        HDV=[GENERAL]
        HDV=FuelRange=(8, 1, 51)
        HDV=FuelSetting=50
      }
    }
    I have 2 different FuelRange and FuelSetting that might generate some weird behaviour ...
     

Share This Page