flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
4.97k stars 1.03k forks source link

CPT MW p/b with no sound #8904

Open becas22 opened 4 days ago

becas22 commented 4 days ago

Aircraft Version

Development

Build info

{
    "built": "2024-09-13T19:31:48+00:00",
    "ref": "refs/heads/a380x-experimental",
    "sha": "74f1594ff159fa17b96b0ee67c3452730accbc10",
    "actor": "flogross89",
    "event_name": "manual",
    "pretty_release_name": "a380x-experimental:74f1594f",
    "version": "a380x-v0.12.0-a380x-experimental.74f1594"
}

Describe the bug

Captain's Master Warning pushbutton with no click sound

Expected behavior

*click*

Steps to reproduce

  1. Click CPT's MW p/b

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

flogross89 commented 4 days ago

Most likely due to a naming issue in the GLTF model file: Node is named PUSH_GLARESHIELD_CS_MASTERAWARN, but should be named PUSH_GLARESHIELD_CS_MASTERWARN

tracernz commented 4 days ago

The clickspot + blue highlight wouldn't work if it was a naming issue? It's definitely got the right name in the last blend file I have (and the origin is in the right place too): image The clickspot and highlight are also working in sim.

flogross89 commented 3 days ago

We do have both spellings at the moment inside the gltf, with and without the typo. I suppose the clickspot works because of the correctly named node, but I don't know why the WWISE event won't trigger. I suggested to Rep to clean up the typo, let's see then