Author Topic: Text-labels of POI's in FSX  (Read 4680 times)

larshgf

  • Newbie
  • *
  • Posts: 2
Text-labels of POI's in FSX
« on: January 12, 2012, 07:50:17 pm »
Just out of curriosity: is the text-labels in FSX made by "programming" the Mission SDK? Or maybe some other place in the FSX SDK?

B.R.
Lars

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50683
    • VIRTUALI Sagl
Re: Text-labels of POI's in FSX
« Reply #1 on: January 12, 2012, 10:54:16 pm »
No Mission SDK, but a lot Simconnect calls, and also several undocumented features, internet access (there's a mini-browser inside), and a whole Python interpreter to glue all everything together.

larshgf

  • Newbie
  • *
  • Posts: 2
Re: Text-labels of POI's in FSX
« Reply #2 on: January 13, 2012, 12:04:59 am »
Thanks Umberto - really complicated. No XML -> BGL files involved?