Home   Help Search Login Register  

Author Topic: Red hammer voice?  (Read 1735 times)

0 Members and 1 Guest are viewing this topic.

Storm-Dk

  • Guest
Red hammer voice?
« on: 30 May 2003, 20:05:47 »
HI!

Can you get the russian voices from Red Hammer to you voice? I mean can you put the voices in the folder where voices are?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Red hammer voice?
« Reply #1 on: 30 May 2003, 20:45:09 »
Don't quite follow, sorry.    What do you want to do?    What have you tried?    What went wrong?
Plenty of reviewed ArmA missions for you to play

Storm-Dk

  • Guest
Re:Red hammer voice?
« Reply #2 on: 30 May 2003, 21:31:34 »
I just aks't. I have tryd but nothing happen. I unpbo'd the fil and put the russian voices in and camprest it, but nothing happen

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Red hammer voice?
« Reply #3 on: 30 May 2003, 21:54:53 »
 ::) ;D snak ordenligt, mand - der er jo ingen der fatter en pind  :o  :P ;D


Hey, stormy! :thumbsup:

Need a custom voice... for the player  ??? or what is the deal?

Player voices are set by the main-player setting menu, yanno, the one in the upper-left corner of the main screen  :)

Or ya can set in using "Description.ext" files which basically contain all the basic player (and group-) defines for a mission; the *ext file is put in the same fodler as the mission.sqm file (sö: thats the "NameOfMission" folder).

whats the prob matey  ??? :D


if its about *ext files - visit the "Editors Depot" and read a tute, m8 :thumbsup:



Ace

  • Guest
Re:Red hammer voice?
« Reply #4 on: 31 May 2003, 19:17:25 »
When you install Red Hammer a PBO called RHvoices is installed into your addons folder, as well as an updated stringtable and description.

So you'll need to create an identity for a player. (i presume you know about creating identitys, they were used in the BIS campaigns to create characters like David Amrstrong, Victor Troska, yada, yada.)  And then give him a russian voice. The possible names are :

  • Nikolai
  • Vitaliy
  • Sergey
  • Oleg
  • Ruslan
  • Aleksei
  • Andrei
  • Boris
  • Georgiy
  • Vadim
  • Vladimir

Iwesshome

  • Guest
Re:Red hammer voice?
« Reply #5 on: 31 May 2003, 20:44:22 »
Ace,

Quote
So you'll need to create an identity for a player. (i presume you know about creating identitys, they were used in the BIS campaigns to create characters like David Amrstrong, Victor Troska, yada, yada.)

How do you create an identiy?

IW

Storm-Dk

  • Guest
Re:Red hammer voice?
« Reply #6 on: 31 May 2003, 21:10:54 »
Ace! I didnt understand anything what you said. Try agen so all can understand it?
« Last Edit: 31 May 2003, 21:23:16 by Storm-Dk »

Bremmer

  • Guest
Re:Red hammer voice?
« Reply #7 on: 31 May 2003, 21:34:15 »
Hello Storm

I think what ACE was trying to say was this:

First in the init line of your player unit type this setidentity yourname

Next create a description file (just a text file called description.ext). The contents of the file should look like this ->

Code: [Select]
class CfgIdentities
{

   class yourname
   {
      name = "Your name";
      face = "Face52";
      glasses = "none";
      speaker = "andrei";
      pitch = 1.00;
   };

};

Obviously you can replace yourname with whatever you like. The section in the description name = "Your name"; controls how your name looks in radio messages, again you can set it to whatever suits you.

As ACE said you can change the speaker to any of the names he listed, and you can also change the pitch of the voice, the units face and whether the unit wears glasses or sunglasses.

If you already have a description.ext the just add the cfgidentities into that.

Cheers
« Last Edit: 31 May 2003, 21:36:15 by Bremmer »

Storm-Dk

  • Guest
Re:Red hammer voice?
« Reply #8 on: 31 May 2003, 22:41:33 »
But where to add it? I didnt understand

Storm
« Last Edit: 31 May 2003, 22:50:20 by Storm-Dk »

Ace

  • Guest
Re:Red hammer voice?
« Reply #9 on: 01 Jun 2003, 00:43:26 »
I have a tute in the pending bit of the editors depot. check that

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Red hammer voice?
« Reply #10 on: 01 Jun 2003, 00:54:41 »
lol this is one of the best threads I have seen in a while for nobody really understanding what is going on ;D

Storm-Dk, are you familiar with the file description.ext?  Are you trying to give the player a Russian sounding voice?
Plenty of reviewed ArmA missions for you to play

Storm-Dk

  • Guest
Re:Red hammer voice?
« Reply #11 on: 01 Jun 2003, 10:49:40 »
Yes but its at all time. not just in a mission. I want to have the russian sounds in the menu calld Player. thats all!

Ace

  • Guest
Re:Red hammer voice?
« Reply #12 on: 01 Jun 2003, 12:36:20 »
thats a doozey.
it is very possible, i have seen it been done. you have to edit the config and stringtable files.

not easy and I would strongly recomend against it. But if you do decide you still want a russian voice you'll have to ask soemone else as my knowledge doesn't extend into game encoding.

Just remember to backup whatever you edit

Offline FatWombat

  • Members
  • *
  • Dangerous Marsupial
Re:Red hammer voice?
« Reply #13 on: 11 Jun 2003, 06:15:17 »
This should work-
Edit your UserInfo.cfg with a text editor (/OFPDir/Users/YourName/UserInfo.cfg), find class Identity and change speaker name to one of the names Ace posted earlier.

This is from my UserInfo.cfg-
Code: [Select]
class Identity
{
   face="Custom";
   glasses="None";
   speaker="John"; **change the name here
   pitch=1.132091;
   squad="http://www.users.bigpond.com/deeink/squad/squad.xml";
};
However if you look at your profile ingame it will probably be reset to one of the american voices...
"He who aims at nothing is sure to hit it." - Confucius