The aim of this project is to streamline the creation of InGamePanels for Microsoft Flight Simulator 2020. After modifying the Scripts.py file with the project's Name, Creator, and the title of the window to be displayed, the project will automatically incorporate this information and launch Microsoft Flight Simulator 2020 to build the project, generating the .spb file. The project will be ready for export to Microsoft Flight Simulator 2020.
- Open the
Scripts.pyfile and modify the following information:{project-name},{project-creator}, and{project-title}where:{project-name}: Name of the package to be exported to Microsoft Flight Simulator (e.g.toolbar-pushback){project-creator}: Developer/company name (e.g.Helbert,SkyX Simulations){project-title}: Title of the addon window (e.g.Toolbar Pushback)
- Save the file.
- Double-click to execute the script.
- If the script does not execute upon double-clicking, open the Windows terminal (e.g.
CMD) and enter the following command:
python Scripts.py- You just need to change the
MyPanel.html,MyPanel.cssand,MyPanel.json theCommunity/html_ui/InGamePanels/folder
- Copy the folder inside
Communityfolder to theCommunityfolder fromMicrosoft Flight Simulator 2020 - Open the
Microsoft Flight Simulator 2020.