Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound of BRRRRRTTT seems to be broken #1

Open
DerZade opened this issue Nov 20, 2018 · 4 comments
Open

Sound of BRRRRRTTT seems to be broken #1

DerZade opened this issue Nov 20, 2018 · 4 comments
Labels

Comments

@DerZade
Copy link

DerZade commented Nov 20, 2018

Tested with FIR A-10 and vanilla A-10.

The sound of the gun (the BRRRRRTTT) is not audible to the ground troops unless the plane is passing directly over their head. The sound of the impacts seem to work properly.

Take a look at our super professional video:
https://www.youtube.com/watch?v=g3jr0Qptyuc

Arma Version: 1.84.144923

Mods used:
@a-10_warthog
@fir_aws
@the_mighty_gau-8_avenger
@the_mighty_gau-8_avenger_-_firewill

@Zabuzard Zabuzard added the bug label Nov 23, 2018
@Zabuzard
Copy link
Owner

Zabuzard commented Nov 23, 2018

Thanks a lot. Especially for the video 👍

Unfortunately, I stopped developing for ArmA and maintaining this mod. However, please feel free to fix it yourself, or to grab someone who wants to.
Then, just create a merge request or let me know what to change and I will of course redistribute the fix.

My guess is that the ArmA sound-engine API changed again and something needs to be adjusted. Maybe the documentation provides information, otherwise it may help to take a look at other mods.

@DerZade
Copy link
Author

DerZade commented Dec 6, 2018

After further testing we could get the GAU sounds sometimes working with the currently released version. Couldn’t really figure out a pattern when or why it works tho.

#2 seems to fix it for us.

@DerZade
Copy link
Author

DerZade commented Dec 11, 2018

As mentioned in #2 already we played a mission with nomisums fixed version and the FIR_A10 and still ran into the same issues.

The only time the gun was audible for the ground troops is in this clip at around 0:37: https://www.youtube.com/watch?v=ViogxvKcavw

Before seeing this clip I thought the sound didn’t work at all ^^ and this still sounds imho not right.

@DerZade
Copy link
Author

DerZade commented Dec 11, 2018

After further testing (with the allegedly fixed version by nomisum):

We couldn't reproduce the faulty behavior with the vanilla A-10. But this will need further testing before I would feel good about saying, that it's fixed for sure.

MG-8 with the Firewill A-10 is broken for sure.
First of all there are no particle effects (the smoke emitted by the gun) when firing.
The sound seems to work fine at first, but after rearming with the FIR_AWS Missile Carrier it didn't work anymore, although the weapons and magazines before and after were exactly the same:

WEAPONS:
[
    "FIR_MasterArm",
    "Gatling_30mm_Plane_CAS_01_F",
    "FIR_CMLauncher",
    "FIR_RKT_Launcher",
    "FIR_AGM65",
    "FIR_GBU38",
    "FIR_GBU12",
    "FIR_AIM9L",
    "Laserdesignator_mounted"
]


MAGAZINES:
[
    "MG8_1174Rnd_Gau8_30mm",
    "FIR_240rnd_CMFlare_Chaff_Magazine",
    "FIR_ALQ184_2_P_1rnd_M",
    "FIR_Hydra_P_7rnd_M",
    "FIR_AGM65G_P_1rnd_M",
    "FIR_GBU38_P_1rnd_M",
    "FIR_GBU12_P_1rnd_M",
    "FIR_GBU12_P_1rnd_M",
    "FIR_GBU38_P_1rnd_M",
    "FIR_AGM65G_P_1rnd_M",
    "FIR_Litening_Nomodel_P_1rnd_M",
    "FIR_AIM9L_P_2rnd_M",
    "Laserbatteries"
]

Either firewill is doing some sketchy stuff in his scripts or this is an Arma bug. My guess is the former.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants