Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.
You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks!
The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!
See you on our MobiFlight Community Discord server.
A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.
The forum is still providing a lot of good content, hence we keep this information accessible.
Here a comment from Sebastian is needed..... i don´t know if he plan this in the future.
By the way... I talk about exact this in a other topic some weeks ago.
I already think that a implement of this is not usefull in the current system. IF Sebastian will do this i think a complete seperated system is needed.
So we will get a "Mobiflight Basic" for FSX/P3D and a "Mobiflight XP Edition" for Xplane .
Otherwise in ONE software 50% of the features are not needed and make everything more difficult.... Specialy the User Interface
Last Note....
I think Sebastians intention to creat Mobiflight was, that there was no "link" existing in the past between Arduino and FSX .
In case of XPlane you said.... With ARDSimX this solution is existing already.....
So Sebastian needs to know himself if he like to spent hundrets of hours again to build something that is existing already ..... I Don´t know.
You can see the awnser of our question in the XPUIPC Files....
Basicly XPUIPC is a stand aloane programm that Read/Write Datarefs and define them to "virtual" Offsets.... ( Like a simple transloator( Compiler tool ) Simply said.... it make a virtual FSUIPC simulation that mobiflight can read/write . Mobiflight itself see XPUIPC in same way like FSUIPC.... Mobiy also not know that Xplane is running.... it means it work with FSX all the time.
Finaly..... If you have some programming skills you can rework the XPUIPC code as you like it.... Theres a special file where you can add additional code lines to get things working as you need.....
For example you want that function xxxx is on Offset yyyyy.... Then you need to add a code line in that file like " READ Dataref blabla and write it on Offset ???? ".
BUT NOTE: That need a little experience and skills with the syntax that XPUIPC is working with.
But, i couldn't understand where should i place these entries; under that file or in another, separate file ?
But, i couldn't understand where should i place these entries; under that file or in another, separate file ?
Not 1005 Shure... I have no Xplane so i can´t test it.....
But i think this must be write in THAT File you read the instructions....
All Text there is written with a "/" in front... Means that is code that will be not excecuted.
So i would try to write the new code in THAT File.