Jump to content

"Sounds instead of Crew Voices" Adds Back Radio Static At Death


Go to solution Solved by Aslain,

Recommended Posts

Posted

Note: I'm testing these configurations with this replay I randomly grabbed: https://wot-record.com/replay/233497/jalava72_t_100lt_rigged_gun_see_for_yourself

 

When I select "Remove annoying sound from destroying allied/enemy tank" the radio static no longer occurs. Configuration attached as "No Static"

 

When I add the "Sounds instead of crew voices" sound mod, the radio static returns. Configuration attached as "No Static with Simple Sounds"

 

A friendly dies ~50 seconds in to the game.

_Aslains_Installer_Options - No Static.inf _Aslains_Installer_Options - No Static with Simple Sounds.inf

  • Administrator
  • Solution
Posted

Sounds instead of crew boices and Remove annoying... are not working together, they change same file, one mod will overwrite another. It was always like that, and is not limited to just to this mod.

Posted

Thanks, I finally have a chance to try this out.

 

You're right, I updated this file: [World of Tanks install location]\res_mods\1.22.1.0\gui\sound_notifications.xml

 

Changing these two sections:

  <event>
    <name>ally_killed_by_enemy</name>
    <chance>100</chance>
    <fxEvent>expl_ally_NPC</fxEvent>
    <cooldownFx>0</cooldownFx>
  </event>
  <event>
    <name>enemy_killed_by_ally</name>
    <chance>100</chance>
    <fxEvent>expl_enemy_NPC</fxEvent>
    <cooldownFx>0</cooldownFx>
  </event>

To:

  <event>
    <name>ally_killed_by_enemy</name>
    <chance>100</chance>
    <fxEvent></fxEvent>
    <cooldownFx>0</cooldownFx>
  </event>
  <event>
    <name>enemy_killed_by_ally</name>
    <chance>100</chance>
    <fxEvent></fxEvent>
    <cooldownFx>0</cooldownFx>
  </event>

 

Is there a base file that this modified file is derived from? 

  • Administrator
Posted

I will think to make this automatic. I usually don't do that, because it's like making 3rd mod from 2, but...

 

Currently mods based on sound_notifications.xml are delivered hardcoded in this file, and not as auto-patcher of the original xml.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.