Results 1 to 4 of 4

Thread: Russian voices

  1. #1

    Russian voices

    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.

  2. #2
    Master Gunnery Sergeant
    Join Date
    Mar 8 2011
    Location
    Poland, Sieradz
    Posts
    1,213
    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.

  3. #3
    Staff Sergeant BL1P's Avatar
    Join Date
    Apr 14 2011
    Location
    England
    Posts
    251
    Author of the Thread
    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.

  4. #4
    Master Gunnery Sergeant
    Join Date
    Mar 8 2011
    Location
    Poland, Sieradz
    Posts
    1,213
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •