Jump to content

Silent Battle Timer


Recommended Posts

  • Administrator

I've checked Locastans websites for upgrades, but no luck, the same mod is there like I have in modpack. Must have WG changed something for Skirmishes or you are using some sound mod that is taking over the countdown sounds.

Link to comment
  • 2 weeks later...
  • Moderator

Figured it out! Sneaky little issue.  :ph34r:

 

Reproduction steps:

Select Silent Battle Timer

Run WoT - Go into Training (the tutorial)

Timer is silent.

 

Now...

Select Silent Battle Timer

Select, under WoT Tweaks, "Preload Sounds"

Run WoT - Go into Training (the tutorial)

Timer is ticking.

 

Something in the Preload Sounds mod makes it load sounds from the normal audio folder, and not the res_mods one.

(Preload Sounds generates the "engine_config.xml" thingie.

 

Possible fix/solution:

      <project>
        <name>GUI</name>
        <preload>true</preload>
      </project>

If the installer detects selecting both Silent Battle Timer, and Preload Sounds, make Preload Sounds have this instead:

      <project>
        <name>GUI</name>
        <preload>false</preload>
      </project>

And then....

Select Silent Battle Timer

Select, under WoT Tweaks, "Preload Sounds"

Edit "engine_config.xml", changing the code bits above to "false"

Run WoT - Go into Training (the tutorial)

Timer is silent.

 

(The GUI files total less than 4 MB data.. so it shouldn't affect performance in any noticeable way..)  ^_^

Link to comment

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.