15 lines
675 B
Markdown

# How to export a package
- Run `pnpm install` and `pnpm prod` to build gauge
- Export from MSFS
# Note on package files
Due to the `panel.cfg` differences in 2020 and 2024, two MSFS package XMLs
are included, one for 2020 and one for 2024.
It is to note that the 2024 package export will produce a model with broken
texture mappings due to the new 2024 texture format. The 2024 package is only
included to aid in development.
Exports should only ever be made from the 2020 XML in 2020. To create a 2024
package, the `panel.cfg` must be replaced and the `layout.json` remade
**after** the 2020 export process.
As it stands, the code is the same across both simulators.