Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Then you fire the weapons:
"BLAM, BLAM, BLAM, BLAM, BLAM."
My god. Its awful. I'll take the lousy reload sound effects.
If you need or want more direct and immediate assistance, I'm always available on my Sigsound discord, cheers!
Either way, its gone now. If it comes back I'll start removing mods to see if its a conflict, but as far as I'm aware aside from ACE modifications to volume loudness, this is the only direct sound altering mod loaded.
I'll get you a clip of it on youtube later today. It's also the same sound effect that I previously mentioned that applied during wind in some towns which sounds like a car is stuck inside of something, or smashed into something (although I haven't checked recently if that still occurs)
What is the exact circumstance that occurs when you experience it?
It sounds so bad and rips me completely out of the game.
I'd be happy to have a sit down with you and hear your thoughts on where I could get started with a compat for halo.
Bogdass, yes.
LEE O C, I currently don't have a supporting compat for CWR so I'm not sure why that'd be happening.
Captain jonhson, Your english is fine! if you want compats for such mods click the button above.
Neb, See above.
Ham Roller, Gonna need specifics please, which guns in particular?
faystyle83, working on it.
Bit.Byte, Choice is yours friend, cheers.
Apricot_ale, Currently not possible, at least not until I figure out how to enhance the patchout system with CBA, and how does it break it?
If only can you edit for the SOG nickel Steel?
(Sorry for bad Eng)
Thanks!
Apricot_ale, That code is a worthy suggestion! I've been trying to figure it out myself on how to achieve that, thanks to you I can make that possible. As for the XM250 also see above for the request form, thank you.
And I have suggestion for you about ACE compat.
ace flash bang works well with this config:
class CfgAmmo {
class SmokeShell;
class ACE_G_M84: SmokeShell {
ace_grenades_flashbangExplodeSound[] = {
{"\SIG_Sounds\Impact\Expl\Grenade_Flash\expl_flash-01.ogg", 10, 1.2, 400},
{"\SIG_Sounds\Impact\Expl\Grenade_Flash\expl_flash-02.ogg", 10, 1.2, 400},
~~~~~~~
{"\SIG_Sounds\Impact\Expl\Grenade_Flash\expl_flash-12.ogg", 10, 1.2, 400},
{"\SIG_Sounds\Impact\Expl\Grenade_Flash\expl_flash-13.ogg", 10, 1.2, 400}
};
};
class ACE_G_CTS9: ACE_G_M84 {};
};
this is copy from my mod. and It's long time works fine
ty
Chris P. Bacon, Your welcome!