MobiFlight Community Support

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! 

05/03/2024 - This forum is read-only

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.

icon
Avatar
linx69
Posts: 48
Good morning, in programming my OVHT I saved 2 or 3 files on MF, but I see that it does not work, or rather,... on MF you can upload only one file and that's fine, but obviously everything that is stored in the other files is not seen . And you can't open MF multiple times at the same time each with a different file, so I deduce that you have to create a single file with the entire programming for the whole sim. Am I right?
2020-06-10 08:49
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Technical all awnsers are YES.

1. Mobiflight can run only ONE instance at a time.
BUT
In theory ( some users do so) you can run Mobiflight one time per Computer.
If you own "WideFS" the Network client from FSUIPC (Payware) you can run another Mobiflight System on each computer that is in the network and WideFS is installed on it.
But i think this is not needed or profitable for your Situation !

2. Files
Also Right.... Mobiflight can load only one MCC file at a time. So the main logic is to include ALL Configs in ONE file !
Your mistake you start different here.

To solve:
If there are only less configs i recommend to build a Final file again ..... So you get sure all is fine and correct and there are no hidden issues in the logic.
If the files are verry complex and you not like to spent again lots of hours you can try to "combine" the files.
Open each file with a Text Editior ( Like Windows Edit, Wordpad, OpenOffice or as i prefer "NOTEPAD++"
Then you must copy paste the correct Code parts from all Files and build one final file together.
NOTE: You should know how to do this.... One wrong line and the File is broke.
Also check for duplicated ID Numbers then.... I not think that can ever happen but in theory its possible !
Good Luck !
2020-06-10 10:03
icon