[b3095/Release] Flag flapping sound emitting from vehicles with custom sound packs

  1. b3095 (production) and FXServer version:7290 (8958 also tested)
  2. Any custom vehicle audio streamed and used on vehicles in game build 3095 emits a sort of flapping flag sound from the root bone of the vehicle. You can hear this when the vehicle is in motion or when moving the camera past the vehicle when it is stationary. This does not happen on b2944.
  3. Category of bug: Client
  4. Example of the flapping sound emitting from parked vehicles: https://streamable.com/7dn9wx

Test resource (vehicle spawn hash: onx_polcruiser):
onx_polcruiser.zip (6.5 MB)

2 Likes

The example video is not available anymore

I think this is an issue with how you’re making your add-on/custom vehicle sounds. Whoever is setting it up likely did something wrong in the creation process of those sound files. That or the files are set up incorrectly.

Here’s a vehicle with custom vehicle audio on my server (no flag sounds):

Your vehicle on my server (you can hear the flag sounds):

We are having the same issue, any advice/knowledge?

1 Like

This is a 3095 issue for us, 2944 doesn’t have the same flapping sounds. Changing game builds shouldn’t have different behavior for sound flags.

Not sure what happened there, I’ve fixed the link

Like AvarianKnight said this has only become an issue on the latest game build. Are you able to show the load order for files on that audio? Is it add on audio or replacement?

This happens with any of our vehicle audio files. We have 10+ from multiple creators, all with the same issue.

This is how I do it:

I have 29 add-on sounds streamed like this, none of them have any issues at the moment.

Hello! Followed this thoroughly. Currently on build version 3095. Ive come across several audios what DO NOT emit any flag sound and audios what DO emit the flag sound. This is a good refrence to use but it’s still sadly not fixing the current 3095 issue. Thank you for the post.

However, Have you tested all 29 ? Are they all not emitting any Flag sounds. Please let me know as soon as possible. Ive tested approx 40 give or take and Ive had a variety of results; Some emit flapping sounds. The others don’t. It could be some values within the gamedat54.rel and gamedat151.rel which you can view them as XMLs if you export via codewalker and scan through. Please let me know your results further.

getting the same issue on our server

Also on build 3095

managed to resolve this by importing the game.dat151.rel into codewalker, exporting it as an xml and replacing all the cloth elements with a self closing cloth tag and then reimporting to replace the old ones.

example:
original: <Cloth>value<Cloth/>
changed: <Cloth/>

not really sure why this broke between game versions, might have been changes on the game side

1 Like

Great find! Thanks