Jump to content
Sign in to follow this  

Recommended Posts

Hi! I'm building my own cockpit and I would like to know if there is any way to export instruments data to an external monitor.

 

I've read, that SF2 dos not support a secondary monitor, so I would like to know if could be possible use an external app that captures some data, for example altitude, speed, MDF data...

 

I'm .NET developer so if you can tell me any way to do something like this (accessing shared memory for example) I could develop my own app.

 

Thanks!!!

Share this post


Link to post
Share on other sites

You would have to reverse engineer the game to figure out how to access the necessary values in memory. I don't believe anyone has done this, yet. But I see no reason why it couldn't be done if you are good at monitoring programs while they are running. I am sure there are a few people who would like to see you figure this out. I would certainly benefit from it :)

Edited by streakeagle

Share this post


Link to post
Share on other sites

I've been making some attempts but I've realised something. There are some memory address with the same values, I think this is because there are some data that can be found in some different places. For example:

Altitude can be found in HUD, altimeter (some cockpits have more than one)

 

Could be possible use a cockpit without any instrument? This make lot easier this job.

 

Thanks!!

 

PD: looking for any cockpit.ini you can se something like this:

 

...ADI...

 

Instrument[005]=ADI_Roll

Instrument[006]=ADI_Pitch

Instrument[007]=ADI_Heading

Instrument[008]=ADI_Slip_Ball

Instrument[009]=ADI_Bearing

Instrument[010]=ADI_Range

 

What I need is to know the memory address where is stored for each one of this variables.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..