IA Name

Discussion in 'General Discussion' started by Marcos Guk, Aug 14, 2020.

  1. Marcos Guk

    Marcos Guk Registered

    Joined:
    Aug 14, 2020
    Messages:
    5
    Likes Received:
    0
    Is it possible to edit the name of the AI and define its strength?
     
  2. davehenrie

    davehenrie Registered

    Joined:
    Jul 6, 2016
    Messages:
    7,454
    Likes Received:
    4,369
    Yes, but probably not with the DLC cars. You can edit a file associated with a car that ends with .rcd. But not sa ll cars/mods have them, and not all mods work even if they are included. You probably have to use the dev mod to extract the files, edit, and repack them.
     
    Last edited: Aug 16, 2020
  3. Bernd

    Bernd Registered

    Joined:
    Jul 9, 2013
    Messages:
    1,509
    Likes Received:
    755
    I don't want to be a smartass, but it's .rcd instead of .red. ;)
     
    davehenrie likes this.
  4. Tomislav Leskovic

    Tomislav Leskovic Registered

    Joined:
    Apr 14, 2019
    Messages:
    155
    Likes Received:
    96
    Yes, it's possible, even with DLC cars. For example, let's say that you want to change AI names and define strength for McLaren 650S GT3. You need to unpack v2.61 (current latest version) of the rfcmp file. After unpacking, you'll get car-upgrade.mas file that also needs to be extracted (using MAS file utility). In order to change AI name, edit in .veh file line that starts with Driver=

    For strength edit, create .rcd file and first line has to have same entry as in classes in .veh file (set GT3 for McLaren), and then inside curly braces have an entry for each driver whose strength you want to define.

    So for example, you can create rcd file that looks like this.

    GT3 // same as class in .veh file
    {
    Andrew Watson // same as Driver in .veh file
    {
    Nationality =
    DateofBirth =
    Starts = 260
    Poles = 8
    Wins = 9
    DriversChampionships = 1
    Aggression = 75
    Reputation = 85
    Courtesy = 80
    Composure = 90
    Speed = 84
    QualifySpeed = 84
    WetSpeed = 80
    StartSkill = 90
    Crash = 1.1
    Recovery = 93
    CompletedLaps = 95
    MinRacingSkill = 79
    DrivingLine = FAST
    }
    }

    Then, you need to repack extracted mas file and create new pack for talent file and copy/install to rf2
     
    McKiernan likes this.
  5. davehenrie

    davehenrie Registered

    Joined:
    Jul 6, 2016
    Messages:
    7,454
    Likes Received:
    4,369
    No Problem Mr Bered...just a typo! :)
     
    Bernd likes this.
  6. Marcos Guk

    Marcos Guk Registered

    Joined:
    Aug 14, 2020
    Messages:
    5
    Likes Received:
    0

Share This Page