Results 1 to 3 of 3

Thread: Split sectors

  1. #1
    Potential Tuner
    Join Date
    May 2016
    Posts
    4

    Lightbulb Split sectors

    Hi,

    I'm using RR3 Ultimate, with RaceChrono CSV files. I'm a big fan of RR, fantastic product.
    I've made a custom lap timer object in RR using the enhanced object script editor (imitating early 90's F1 TV shows). Sample:


    Now I would like to show split times.

    The CSV files do have a "Session fragment #" channel indicating when I cross a split time line, but it seems RR does not exploit this at present time.

    What would be super cool would be to have functions like:
    GetLapTime(LapNum [, SECTOR, [bool CUMULATED]])
    with an optional SECTOR parameter, and another optional CUMULATED to tell if one wants the time of just that sector or the time from the beginning of the lap until that sector
    GetCurSectorNum()
    GetCurLapTime([SECTOR])
    GetBestLapNum([SECTOR])
    if SECTOR specified, then return the number of the lap with the best sector #SECTOR
    GetBestLapTime([SECTOR,[CUMULATED]])
    GetCurBestLapNum, etc

    Hope this helps for future developments :-D
    Sonick
    Last edited by nc45; 05-05-2016 at 03:14 PM.

  2. #2
    HPT Employee Weston@HPTuners's Avatar
    Join Date
    Jul 2014
    Location
    39.735034, -103.894459
    Posts
    868
    Nice video! Specific visualizations and other support for sector splits is in our roadmap for later this year, so you should see this kind of stuff in an upcoming update!

  3. #3
    Potential Tuner
    Join Date
    May 2016
    Posts
    4
    Good news ! Thanks