Need help pulling out some information from rf2

Martin Vindis

Registered
I've been looking around for quite a while now and can't for the life of me find out how to get the pit speed limit of the current track and session. Sounds like this should be a simple task but I'm not finding it in any struct.

Another thing I would like to fetch is the latency to the server (if in a multiplayer session ofc).
 
The pit limit speed is in the gdb file of the track (unless overriden in the vmod).
A more empirical method is turning speed limiter on and accelerating until it reaches the limit.

I don't understand what you mean with the latency. Ping value?
 
So there is no way to access it within a internals plugin (should have mentioned this in my first post, shouldn't I)?

Yes, ping value.
 
So there is no way to access it within a internals plugin (should have mentioned this in my first post, shouldn't I)?
I don't know if it can be accessed via internals plugin. Probably I would say.

For ping value I think you can only visualize your opponents ping if you are racing. In the server you can see every driver's ping. I don't think these values can be managed via plugins.
Yes, ping value.
 
Back
Top