Request: Export standings from a race

Discussion in 'Plugins' started by Wishmaster, Apr 26, 2016.

  1. Wishmaster

    Wishmaster Registered

    Joined:
    Nov 30, 2012
    Messages:
    315
    Likes Received:
    32
    I tried to code it myself but i failed. So i thought i ask here if somebody can help me.

    I want to write a plugin which exports the current standings every time the leader crosses the start/finish line into a file. So i guess at the end the laps for the leader must be lapcount-1.

    1. player1 team1 10laps
    2. player2 team2 10laps
    3. player3 team3 10laps
    4. player4 team4 9laps

    The background is if during an endurance race the server crashs and there is no log file there is an offical result file and this file could be used to restart the race in the correct order and also give all drivers/teams their laps back.
     
  2. Marcel Offermans

    Marcel Offermans Registered

    Joined:
    Oct 4, 2010
    Messages:
    644
    Likes Received:
    2,926
    I have code for that, it's part of some code I open sourced. I don't have much time to support it though so I can point you in the right direction for using it, but you have to invest some time to understand and install it yourself.
     
  3. Wishmaster

    Wishmaster Registered

    Joined:
    Nov 30, 2012
    Messages:
    315
    Likes Received:
    32
    That would be great. Maybe this is the starting point i need. I got the demo plugin running but then i was lost.
     
  4. cosimo

    cosimo Registered

    Joined:
    Apr 14, 2013
    Messages:
    827
    Likes Received:
    99
    Working on such a plugin. Will report back here when it's usable.
     
  5. cosimo

    cosimo Registered

    Joined:
    Apr 14, 2013
    Messages:
    827
    Likes Received:
    99

Share This Page