Upgrades.ini

Discussion in 'Car Modding' started by DanRZ, Feb 24, 2023.

  1. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    726
    Likes Received:
    223
    Hello, how can i make the file XXX_Upgrades.ini from scratch.
    I have an issue with the Aston Vantage GT3, with PLights not found ...
    I noticed there was no Upgrades.ini in the original .mas file or in mine and tried to make it.
    How can i specify the good files in XXX_Upgrades.ini ?
    For example AMV_GT3_Pled.gmt does not exist and i have an error.
    How can i find the good file ?

    My file not working :
    Code:
    UpgradeType="Position lights"
    {
      Instance="Plights"
      Instance="Plights_Glow"
    
      UpgradeLevel="ON"
      {
        GEN=<Plights>=AMV_GT3_Pled.gmt
        GEN=<Plights_Glow>=AMV_GT3_Pled_anim.gmt
      }
    
      UpgradeLevel="OFF"
      {
        GEN=<Plights>=AMV_GT3_Box.gmt
        GEN=<Plights_Glow>=AMV_GT3_Box.gmt
      }
    }
    Thanks for any help on that.
     
    Last edited: Feb 25, 2023
  2. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    726
    Likes Received:
    223
    I was having issues with my rfcmp upgrade but the question is still valid.
    How can i make a Upgrades.ini from scratch if i have no one ?
    Thanks.
     
  3. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,038
    Likes Received:
    2,893
    You simply can write one for every Car, by using the proper "Syntax".
    But for DLC Cars, the first Step is to check the veh Files for the proper Name of the used Upgrades.ini.
    BUT, if a Car has none (which is not normal BTW) and you e.g. want to add Options that use different gmt, you can not do that, because you have no Access to the GEN Files, which need to have according Entries.
    And without matching "Schemes" in the GEN and Upgrades.ini Files, it will not work.
    But you e.g. can use all HDV or Cockpitinfo.ini Entries and make Upgrades to these.
     
    DanRZ likes this.
  4. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    726
    Likes Received:
    223
    Thanks. I understand now ...

    Why aren't there any Upgrades.ini in the Aston GT3 ?

    Most of the time there is one Upgrades.ini in the car_upgrades.mas.
    Looks like the Upgrades.ini of the Aston GT3 is only in the base car.mas.
     
  5. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,038
    Likes Received:
    2,893
    In the car-upgrade.mas of the 3.55 is an Upgrades.ini.
     
  6. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    726
    Likes Received:
    223
    Not the Aston Martin Vantage GT3 2019 ... No ini at all in car_upgrades.ini.
     
  7. Reiche

    Reiche Registered

    Joined:
    Oct 15, 2015
    Messages:
    64
    Likes Received:
    217
    amv.JPG

    Code:
    DisplayClassOverride="GT3"
    
    ///////////////////////////////////////////////////////
    
    UpgradeType="Position lights"
    {
      Instance="Plights"
      Instance="Plights_Glow"
    
      UpgradeLevel="ON"
      {
        GEN=<Plights>=AMV_GT3_pled_panel.gmt
        GEN=<Plights_Glow>=AMV_GT3_pled_led_on.gmt
      }
    
      UpgradeLevel="OFF"
      {
        GEN=<Plights>=AMV_GT3_pled_panel_off.gmt
        GEN=<Plights_Glow>=AMV_GT3_pled_led_off.gmt
      }
    }
     
    DanRZ likes this.
  8. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    726
    Likes Received:
    223
    o_O
    I will recheck, looks like i was opening the wrong car_upgarde.mas. Maybe one i have done and forget or remove the .ini ...

    Thanks.
     
    Reiche likes this.

Share This Page