Who has the biggest?

Discussion in 'General Discussion' started by memoNo1, Apr 10, 2022.

  1. green serpent

    green serpent Registered

    Joined:
    Feb 2, 2016
    Messages:
    710
    Likes Received:
    724
    Simply unacceptable. Minimum to show your face in these parts is 1000 hrs. On ya bike, see you in 6 weeks time.
     
    memoNo1 and atomed like this.
  2. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    936
    Likes Received:
    6,382
    RF2 saves MetersDriven value in all_vehicles.ini file under rFactor 2\UserData\player folder, which keeps all distance you have driven for various vehicles. If you have never deleted this file, then it should be quite accurate.

    To calculate the sum of total driven distance, just find a way to extract all MetersDriven values from all_vehicles.ini, and add them up.

    Here is a simple bash shell command to calculate sum (requires terminal emulator that supports bash):
    Code:
    cat ./all_vehicles.ini | awk '/MetersDriven=/ {print $1}' | cut -c14- | awk '{sum+=$1} END {print sum}'
     
    pkelly, memoNo1, Corti and 3 others like this.
  3. Highlandwalker

    Highlandwalker Registered

    Joined:
    Nov 11, 2016
    Messages:
    808
    Likes Received:
    2,257
    Here's my time in rF2. 13,336.5hrs
    HRS-rF2.jpg
    AC-706.9hrs
    ACC-203.5hrs
    AMS-181.7
    AMS2-269.2hrs
    RaceRoom-36.9hrs
     

Share This Page