Hi,
I have the project of creating a server for championships. I would like to publish the race results on a website, not necessarily in live, after the end of sessions. *I use the XML output to "\Documents\rFactor2\UserData\Log\Results" to grab the result data.
My first question is, is this the best solution to import race data?
The second - and most important - question is: how can I uniquely identify the drivers between races. In the XML file, there are only the driver names. It is not a safe way to validate the relation between the driver in the game and the person registered on the website. Do you guys have any ideas as to how I could uniquely and safely identify a driver? An ID or email address would have been perfect, but the XML tree does not display such unique *keys*.
Thanks for your help.
I have the project of creating a server for championships. I would like to publish the race results on a website, not necessarily in live, after the end of sessions. *I use the XML output to "\Documents\rFactor2\UserData\Log\Results" to grab the result data.
My first question is, is this the best solution to import race data?
The second - and most important - question is: how can I uniquely identify the drivers between races. In the XML file, there are only the driver names. It is not a safe way to validate the relation between the driver in the game and the person registered on the website. Do you guys have any ideas as to how I could uniquely and safely identify a driver? An ID or email address would have been perfect, but the XML tree does not display such unique *keys*.
Thanks for your help.