White border appearing on HUD screens on PS5

Version: 1.7.35.0

Frequency: Consistently

Severity: Low

Marketplace package name: AzurPoly Rafale C

Bug description:
Hello,

On PS5, a white border appears around instrument screens when the cursor or mouse hovers over them.

This behavior also occurs when hovering over our HUD, even though it is not clickable. This causes the strange lines visible in the attached video.

Is there a way to disable this border, at least for HUD screens?

Attachments:

Thanks, kind regards,
Romain

Hello @AZP

There is indeed an issue with WASM instrument that are always flagged as interactive.
We will have a look at adding an option to control this.

As I’m not sure this can be looked at in the near future, I can suggest a workaround:

The issue lies in the WasmInstrument gauge that is used as a prefix for your WASM gauge in panel.cfg
The base WasmInstrument defines the following method:

get isInteractive() { return true; }

Now, you can copy this instrument from the VFS (in html_ui\pages\vcockpit\instruments\wasminstrument) to your own gauge directory and edit this function so it returns false instead.

Then you will just need to edit the WASM vcockpit section to use your modified version instead of the base one:
htmlgauge00=AZPCTHRAF_FS24/WasmInstrument.html?wasm_module=...

I hope this helps.
Great aircraft btw, congratulations for the successful release.

Regards,
Sylvain