Slowly trying to wrap my head around this system. I figure that if you want to add you own custom html gauges to your own aircraft that you'd set it up like this in the Community folder:
your-aircraft-folder
-Contentinfo
-Marketplacedata
-SimObjects (this has your model and textures and everything else)
-html_ui (this is where your gauge would go buried deep in the folder structure (see asobo-vcockpits-instruments)
-layout.json
-manifest.json
Is my understanding of this arrangement correct? I don't think you put html gauges in the panel folder in SimObjects although that is where you put wasm gauges (see SDK samples/Aircraft/GaugeAircraft). Or would setting things up like asobo-vcockpits-instruments for the individual aircraft be the right way to go? I don't like that method as it would involve dumping two folders into the community folder which isn't going to help with clutter.
I guess you'd have to be very careful with your naming conventions to prevent accidentally overwriting (over-riding?) anyone elses gauges.
your-aircraft-folder
-Contentinfo
-Marketplacedata
-SimObjects (this has your model and textures and everything else)
-html_ui (this is where your gauge would go buried deep in the folder structure (see asobo-vcockpits-instruments)
-layout.json
-manifest.json
Is my understanding of this arrangement correct? I don't think you put html gauges in the panel folder in SimObjects although that is where you put wasm gauges (see SDK samples/Aircraft/GaugeAircraft). Or would setting things up like asobo-vcockpits-instruments for the individual aircraft be the right way to go? I don't like that method as it would involve dumping two folders into the community folder which isn't going to help with clutter.
I guess you'd have to be very careful with your naming conventions to prevent accidentally overwriting (over-riding?) anyone elses gauges.