Jump to content
The simFlight Network Forums

msagner

Members
  • Posts

    5
  • Joined

  • Last visited

About msagner

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male
  • Location
    near EDDL, Germany

msagner's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Are you using extern "C" { ..... } in your FSUIPC header file? That's how you tell C++ that you want to use straight C functions.
  2. Is it conceivable to make this an option, so an application can specify which planes are to be included? If this option defaults to the current mode, this would be compatible with existing software.
  3. I'm experimenting with the AI traffic interface of FSUIPC, and have noticed that sometimes the AI planes will disobey their orders. So far, I couldn't find out a pattern to this behaviour. FSUIPC's return codes are being checked and signal that everything's OK, yet the planes will ignore some of their commands. So far I didn't find a way to check on this other than changes in parameters (speed, heading) after a certain time. Another phenomenon that I could observe sporadically was that AI planes on approach to a runway (status 'Landing') seem to get erased from the FSUIPC tables once they have been controlled by a third-party program for some time (two or three minutes). All these phenomena are hard to reproduce since they do happen only from time to time. PS: I'm using the latest FSUIPC version released March 4th, 2005, and there is no change in this respect to the previous version which I used to develop my piece of software.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy 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.