Hello, if some one would please take on the challenge of providing a F1 style Timing & Scoring interface that would be awesome. Here is the requirements for Timing and Scoring with examples on how I would like it implemented.
When a driver completes to a split, there should be a Race Control Message (hence forth referred to as, RCM) displayed to only that user with their split time. For example, if a user has reached Split 3 of a 4 Sector track the time displayed should be Split 1, Plus Split two Minus Split 3 giving you only the time they spent in that sector. (Split1 + Split2) - Split3 = SectorTime The RCM should be then colorized by the quickness of their sector time. For example, if the server has set the fastest split for that session the color of the time, displayed in the RCM, should be purple. Should the driver set a personal best sector time, then the RCM should be green. If it does not meet any of these conditions then no color should be applied. The RCM should only display for 5 seconds, and then clear.
If you could, also on session end save out a csv file with the sector time data that would be awesome.
Thank you to any one who picks up the project, your a supper star!
[EDIT]Just so you all know, MaKaKaZo has picked up the project and has released the program and source code in this thread titled C++ - LFS Session Timing (application/tutorial)
When a driver completes to a split, there should be a Race Control Message (hence forth referred to as, RCM) displayed to only that user with their split time. For example, if a user has reached Split 3 of a 4 Sector track the time displayed should be Split 1, Plus Split two Minus Split 3 giving you only the time they spent in that sector. (Split1 + Split2) - Split3 = SectorTime The RCM should be then colorized by the quickness of their sector time. For example, if the server has set the fastest split for that session the color of the time, displayed in the RCM, should be purple. Should the driver set a personal best sector time, then the RCM should be green. If it does not meet any of these conditions then no color should be applied. The RCM should only display for 5 seconds, and then clear.
If you could, also on session end save out a csv file with the sector time data that would be awesome.
Thank you to any one who picks up the project, your a supper star!
[EDIT]Just so you all know, MaKaKaZo has picked up the project and has released the program and source code in this thread titled C++ - LFS Session Timing (application/tutorial)