JB3DG Posted November 2, 2013 Report Posted November 2, 2013 Hi Pete Do you have any idea which dll contains the flight model acceleration and velocity calculations? The reason I ask is I would like to hook directly into that function so i can be syncronized with the simulation in order to simulate an INS correctly but i am unsure of where to start. Thanks JB
Pete Dowson Posted November 2, 2013 Report Posted November 2, 2013 Do you have any idea which dll contains the flight model acceleration and velocity calculations? The reason I ask is I would like to hook directly into that function so i can be syncronized with the simulation in order to simulate an INS correctly but i am unsure of where to start. Well pretty much all (probably all in fact) of the flight simulation modelling is in SIM1.DLL. But good luck finding functions you can use -- the whole of FS since FS2004 and on is a set a black boxes using objects. You need the object references. I'm an old-time programmer and Object Oriented Programming defeats me. I'm a regular bottom-up procedural programmer! ASM and C forever! ;-) Regards Pete
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now