Jump to content
Korean Random
Sign in to follow this  
pramalot

Male commander voices

Recommended Posts

Is there any setting in XVM that I can use to disable female voices when I have a female commander, so I can hear a male voice instead?

 

I want to hear male voices in the tank nation language, not male english all the time, so the in-game setting is not satisfying

Edited by pramalot

Share this post


Link to post

Short link
Share on other sites

http://forum.worldoftanks.eu/index.php?/topic/563633-1001-custom-crew-voice-configuration-reviewed-per-tanknationall/#topmost

 

I use the mod that is described here and have updated it with new languages as they have been added.

 

In C:\Games\World_of_Tanks\mods\configs\nationChange\mod_NationChange.xml you can change a line to read something like:

 

<set name="usa" mode="EN" sex="male"/>

 

My file has these lines as I want my voices to be either UK or US and dont mind if they are male or female. You can replace /> on each line with  sex="male"/>

    <set name="germany" mode="random:UK,EN"/>
    <set name="ussr" mode="random:UK,EN"/>
    <set name="usa" mode="EN"/>
    <set name="france" mode="random:UK,EN"/>
    <set name="uk" mode="UK"/>
    <set name="china" mode="random:UK,EN"/>
    <set name="japan" mode="random:UK,EN"/>
    <set name="czech" mode="random:UK,EN"/>
    <set name="poland" mode="random:UK,EN"/>
    <set name="sweden" mode="random:UK,EN"/>
    <set name="italy" mode="random:UK,EN"/>
    <debug log="yes"/>

 

I do not know if you need "mode=" if you are not changing the national voice so you could try removing those sections. Alternatively correct each mode:

"germany" mode="DE"/>

"ussr" mode="RU"/>
"usa" mode="EN"/>
"france" mode="FR"/>
"uk" mode="UK"/>
"china" mode="ZH_CH"/>
"japan" mode="JA"/>
"czech" mode="CS"/>
"poland" mode="PL"/>
"sweden" mode="SV"/>
"italy" mode="IT"/>

 

Hope this helps

David

 

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites

Thank you so much! I was able to make it work with your advice.

 

<mod_nationChange>
    <set name="germany" mode="DE" sex="male" />
    <set name="ussr" mode="RU" sex="male" />
    <set name="usa" mode="EN" sex="male" />
    <set name="france" mode="FR" sex="male" />
    <set name="uk" mode="UK" sex="male" />
    <set name="china" mode="ZH_CH" sex="male" />
    <set name="japan" mode="JA" sex="male" />
    <set name="czech" mode="CS" sex="male" />
    <set name="poland" mode="PL" sex="male" />
    <set name="sweden" mode="SV" sex="male" />
    <set name="italy" mode="IT" sex="male" />
    <debug log="yes" />
</mod_nationChange>

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...