Editing RCD Files

Discussion in 'Car Modding' started by chogger, Nov 15, 2012.

  1. chogger

    chogger Registered

    Joined:
    May 27, 2012
    Messages:
    69
    Likes Received:
    9
    I found a few old rfactor 1 information about editing rcd driver files. Are they still up to date?

    Are Reputation, Courtesy, Recovery still not used by the game?. If not what do they mean?
    And what about Recovery?

    --------------------------------------
    Are there any other information about rcd on the web?

    This is what i found:

     
  2. chogger

    chogger Registered

    Joined:
    May 27, 2012
    Messages:
    69
    Likes Received:
    9
    wow, 0 Replies :)
    Nobody working on Talent Files?
     
  3. Fabio Pittol

    Fabio Pittol Registered

    Joined:
    Oct 4, 2010
    Messages:
    274
    Likes Received:
    71
    To bump your thread and hoping for Tim to see it (as he worked hard on F2 Talents)

    I'd add a question that also could turn to be a wish.

    Is it possible to add overrides depeding on track type?

    In (a simple) example, let's assume someone are developing a IndyCar mod. Any who follows the series for the last 3-4 years knows that drivers like Will Power have better performances on Road Courses than at Oval tracks. And yet, series like NASCAR differ drivers talents on Short Tracks, Superspeedways AND Road Courses. The same example can be used to drivers performing differently at Street Circuits than normal Road Courses.

    In my mind it could be something like this:

    Code:
      Driver Name
      {
        Aggression = 95.0
        Reputation = 97.0
        Courtesy = 95.0
        Composure = 97.0
        Speed = 99.0
        QualifySpeed = 100.0
        WetSpeed = 100.0
        StartSkill = 95.0
        Crash = 0.5
        Recovery = 100.0
        CompletedLaps = 100.0
        MinRacingSkill = 98.0
        TrackTypeOverride = Street Circuit {
             CompletedLaps = 70.0
             MinRacingSkill = 95.0
        }
        TrackTypeOverride = SuperSpeedway Oval, Speedway Oval, Short Track Oval {
             CompletedLaps = 100.0
             MinRacingSkill = 100.0
        }
      }
    
     

Share This Page