
Originally Posted by
HoboBob
If you're having trouble importing the object at all into RaceRender, you'll need to copy the .rro attachment above into Documents -> RaceRender 3 -> Styles folder. Then if RaceRender is open, close it. Open RaceRender and your project. Then, click Add (under Display Objects), click on the Enhanced Display Object category in the pop-up, and click on "Drag Stats" to add it to your video.
If you've already added it but are having trouble getting it to display anything, this object relies on the current Lap Time to work. Typically, display objects will simply react to whatever is currently in the input data files on any given frame that needs to be rendered. However, this object needs to take note of the time when a certain point is reached and keep track of that through the end of the video. This means that if you're jumping around using the time slider that it might overwrite a previous value since it basically restarts its calculations and forgets the time when you first crossed that distance and uses the current time instead. You don't need to worry about that when you render the video though since it will correctly calculate everything there (assuming you render the entire run).
The most likely issue that you're seeing is that the lap time is not setup correctly causing it to look like it took you all of your warm-up time prior to the run itself starting just to get to 60ft. If that's the case, find the frame where the lights turn green, then click on "Side by Side" under Input Files. In that pop-up window, change the left dropdown file to be your Input Data File (it likely defaults to it already), and copy the "Sync Input Time" textbox (I'll use 00:00:19.971 in this example). Close the pop-up, and then click on "Laps" next to the "Create Video" button. In the Lap List pop-up, click Edit Lap Times, and before the Lap 001 add a Lap 000:
Lap 000: 00:00:19.971
Lap 001: 00:00:53.713
Now click OK. This tells RaceRender that the time and distance for your lap start at that point in your data file (i.e. when the lights turn green). This should get you the correct times (or at least much closer). You could also try synchronizing the opposite way if you know the exact time that you crossed the finish line by lining up everything there instead of at the beginning.
Note that the way the object is setup right now, only the first run in any given session will work. If your data file spans multiple runs, then you would either need to edit your data file to remove the other runs, or I would need to modify the object to work differently (e.g. you could instead store values in a separate data file and synchronize that to the start of the run which might work better if you have the exact values on a slip and simply want to display them as you pass that exact moment). I can pretty easily do that, but I'd prefer not to waste time if that's not the issue that you're having.
If none of those work, please describe what specifically isn't working, and I'll see what I can do to debug.