Banner
Black Ops 6 Colt Model 723
Thumbnail
Downloads602
Views2,019
Publish Date4 months ago
Last Updated4 months ago by
Version1.00
Avatar

This gun, as well as most custom weapons i download, is to me earsplittingly loud compare to vanilla. any ideas as to why this could be? Very cool, but i cannot use for this reason :(

Avatar

XAudio was noted to be rather loud, so one option would be Pawcio's XAudio removal mod linked below, which will revert the firing sounds to vanilla.
https://modworkshop.net/mod/25413

You alternatively can hard remove the XAudio sounds by going into the main.xml and deleting the section starting with <sounds> and ending with </sounds>, which will force the game to fallback to the vanilla soundbank. For example, the Colt 723's would is in the spoilered section.

Spoiler!
<sounds fire="coslo723_fire" fire_single="coslo723_fire" fire_auto="coslo723_fire" stop_fire="m16_stop" use_fix="true">
			</sounds>	

If you find the reload fokey is too loud, that would require going into the animation_states xml and return every cue into its vanilla sound. For example, you'd need to change "coslo723_mag_take_new" into "wp_foley_generic_clip_take_new".

As a general warning, it is fairly easy to break something in there without some experience working with that xml format.

37 1156