Difference XML log tags RaceLaps, RaceTime, Laps and Minutes

Discussion in 'General Discussion' started by mauserrifle, Apr 30, 2013.

  1. mauserrifle

    mauserrifle Registered

    Joined:
    Feb 26, 2013
    Messages:
    382
    Likes Received:
    3
    I'm wondering what the difference is between the XML tags RaceLaps, RaceTime, Laps and Minutes.

    For example I have a practice session log file that has:

    Code:
    <RaceLaps>0</RaceLaps>
    <RaceTime>20</RaceTime>
    
    <Laps>2147483647</Laps>
    <Minutes>15</Minutes>
    
    Why 20 vs 15 minutes? Does anyone know the exact meaning? I thought that Laps and Minutes were the 'max' settings of the server. But if 15 min is the max, how can the race time be 20.

    Someone know? :)
     
  2. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,264
    Likes Received:
    983
    I can guess. <Laps> and <Minutes> are for current session only. So, 15 is Practice time probably. <Laps>2147483647</Laps> means no limit on laps in this session.
     
  3. mauserrifle

    mauserrifle Registered

    Joined:
    Feb 26, 2013
    Messages:
    382
    Likes Received:
    3
    Then I guess RaceLaps and RaceTime is probably some pre-knowledge about the race coming up? That could make sense because in lobby you can also click 'race settings'.
     
  4. SmellySkidmark

    SmellySkidmark Registered

    Joined:
    Jan 11, 2012
    Messages:
    500
    Likes Received:
    173
    I'd say it's has to do weather you choose to have a timed race or a #laps race?

    SS
     

Share This Page