Jump to content
Sign in to follow this  
BL1P

Russian voices

Recommended Posts

Hello.

I was wondering if its possible to somehow make my games Russian soldiers speak English.

I tend not to play the Russian side in multiplay because of the voices being in Russian.

So was hoping I could just make them use the English speaking files instead.

Share this post


Link to post
Share on other sites

In mission in description.ext you can setidentity to all soldiers.

For example in description file you must add code.

Class cfgidentities

{

class john

{

name = "John Smith";

face = "face11";

glasses="none";

speaker = "male01en";

pitch = "1.00";

};

};

in editor put russian soldier and give him name rus1 and add line

rus1 setidentity "john"

Save mission and your russian speak english.

---------- Post added at 08:59 AM ---------- Previous post was at 08:49 AM ----------

Sorry

pitch = 1.00;

You can set speaker

male 01-05? For example.

For russian language use:

male01ru

for takistani guys

male01tk,

for cdf/napa/cz

male01cz.

You can setidentity to all units in your mission in editor.

Share this post


Link to post
Share on other sites

Isnt quite what I meant but thanks anyway tom.

What i was after is for example :-

to play online in other peoples missions but be able to play as east and hear English voices.

Share this post


Link to post
Share on other sites

Maybe if someone or you can modify this mission and change description.ext and change all players speech from russian to english it would work, you play as east and hear english voices.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×