blender_msfs_livery_create_package
Create an MSFS livery package with the required folder structure, manifest.json, and layout.json. Specify aircraft, livery name, and textures to generate a ready-to-install package.
Instructions
Create MSFS livery package folder structure with manifest.json and layout.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Author name | |
| airline | No | Airline name for aircraft.cfg | |
| output_dir | Yes | Base directory for the package | |
| aircraft_id | Yes | Aircraft identifier (e.g., 'fbw_a32nx') | |
| description | No | Livery description | |
| livery_name | Yes | Name for the livery | |
| texture_dir | No | Directory containing texture files to include |