hardtohandle
Registered
Hi, I am interesting in trying to create a rf2 plugin or external tool even which could be used to detect where any collisions occur in a race. If this is possible, I can then take things a stage further and create an interface for reviewing race collisions.
So if theres 4 collisions in a race, I would like to pickup the point on track where it happened, and the time, so I could then (theortically) control the replayer programatically to shoot straight to the place and time where the collision occurred so the user can review the incident.
I am in the very early stages of thinking about this. With my limited knowledge I have gotten the following 2 possible solutions.
1) Read the VCR files, try and detect collisions from this, and log collision points/times to a file for later use.
2) If the above is technically impossible, then i guess I will need a plugin to run whilst the race is actually running on server, and try and detect collisions whilst race is in progress and log it that way.
I am not experienced in writing plugins, but I know what I'm doing with C++ and I am happy to have a crack at it.
Can you guys who know a bit more than me advise me on the viability of doing this? Perhaps such a thing is not possible, but if there is a way I would be very interested to hear your views.
Many thanks,
hardtohandle
So if theres 4 collisions in a race, I would like to pickup the point on track where it happened, and the time, so I could then (theortically) control the replayer programatically to shoot straight to the place and time where the collision occurred so the user can review the incident.
I am in the very early stages of thinking about this. With my limited knowledge I have gotten the following 2 possible solutions.
1) Read the VCR files, try and detect collisions from this, and log collision points/times to a file for later use.
2) If the above is technically impossible, then i guess I will need a plugin to run whilst the race is actually running on server, and try and detect collisions whilst race is in progress and log it that way.
I am not experienced in writing plugins, but I know what I'm doing with C++ and I am happy to have a crack at it.
Can you guys who know a bit more than me advise me on the viability of doing this? Perhaps such a thing is not possible, but if there is a way I would be very interested to hear your views.
Many thanks,
hardtohandle