PDA

View Full Version : Control Pitstop actions via InSim?


bukhem
7th March 2008, 11:55
Hi.

As I haven't found anything usable in the forum I'm just asking:
Can one control what actions will take place during a pitstop via InSim?

E.g. how many fuel gets in the car, change wheels, etc ...

I'm currently using LFSlib.NET, so if one have working example I'd be even more happy :nod:

Cheers,
Michael

the_angry_angel
7th March 2008, 12:03
Unfortunately there's no way to force pit stop settings directly through InSim. Although you could probably rig something together by either reading memory, or something, but that would require something client side :(

bukhem
7th March 2008, 12:17
As you might know from other threads I'm coding an app to run on my PDA, which it actually does. ;)
So fiddling with memory is neither an option nor what I was looking for. :shrug:

Any other ideas accessing the pitstop settings?
I might "/press f12" and send the appropriate keys to set the what I want. Though I doubt the default settings are always the same or predictable ...

*thinking*

the_angry_angel
7th March 2008, 12:30
Nope, not predictable, unfortunately, unless you guarantee to set them back each time. However, considering that the settings cycle in some cases (iirc?), I'm not sure that you can.

There's nothing to say that you couldn't create something to read the memory and then transmit that to your application, over TCP or UDP though.