Hi, I'm new to MSFS 2024 development but I'm okay with HTML/JS, etc. I want to create a new gauge so I'm following Creating JS Instrument Tutorial but it doesn't seem to match reality, and ultimately it doesn't work for me. I feel it's very close but I'm just missing some key point. Here's what's happened.
- Installed the DA62 from the Samples menu in DevMode.
- Manually Copied the DA62 folder to a my development folder V2 (The tutorial says Save..As, that doesn't work)
- Opened the V2\DA62 project and built it
- Started a free flight and selected the "DA62 SDK" plane. Everything looked correct
- Followed the Tutorial and created the TestGauge HelloWorldDisplay which results in HTML, JS, CSS files
- Set the Pack order hint (not in the Tutorial) to 'Instrument Patch' (other options are Custom Instrument, Custom Instrument Patch)
- Changed the output path in the project inspector to 'html_ui\Pages\VCockpit\Instruments\HelloWorldDisplay\'
- Built the project, also Build All in project, weirdly says "0 of 10 errors" in the console but no sign of any errors - even with toggling the filters
- I change the Panel.cfg and panel.xml in PackageSource to use the same ID as in the HTML/JS
- Start a flight and all the instrument panels and black/dead.
- I look at Coherent GT Debugger and I can see the ID for the new gauge element is missing!
- If I select the console for that element

