PDA

View Full Version : Russian voices



BL1P
Jun 6 2011, 07:07
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.

tom3kb
Jun 6 2011, 08:59
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.

BL1P
Jun 6 2011, 17:19
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.

tom3kb
Jun 6 2011, 17:49
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.