Graham Pollitt Posted March 11, 2006 Report Posted March 11, 2006 Using offset 1400 I can read 170lbs which when looking at the default cessna config is 1 passenger. How do I read the 2nd passenger (I assume is the 2nd station?) Ive looked in the SDK and FSInterrogate but cant locate any info to directly access the 61 stations except that they are 48bytes apart but from where? What is the starting offset of these 60 stations? thanks Graham
Pete Dowson Posted March 11, 2006 Report Posted March 11, 2006 Using offset 1400 I can read 170lbs which when looking at the default cessna config is 1 passenger. How do I read the 2nd passenger (I assume is the 2nd station?) I don't know. That'll be to do with the aircraft definition -- check the AIRCRAFT.CFG file, or look in the FS menu for payloads. Ive looked in the SDK and FSInterrogate but cant locate any info to directly access the 61 stations except that they are 48bytes apart but from where? What is the starting offset of these 60 stations? 1400 is the start of the 61 entries, of course as you already know. It does say that, and you've just quoted it. That means the first station is at 1400, then next at 1430, etc (30 being 48 in hex). 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