Home   Help Search Login Register  

Author Topic: Gastovski's voice  (Read 579 times)

0 Members and 2 Guests are viewing this topic.

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Gastovski's voice
« on: 28 Sep 2003, 09:05:41 »
Hello, this has probably been covered but i can't find it.
How do i get gastovki's voice for my unit?
Here is my description.exe

class CfgIdentities
{
   class you1
   {
      name = "you1";
      face = "Face24";
      glasses="None";
      speaker = "Adam";
      pitch = 1.10;
   };
   
};





class CfgSounds
{
sounds[] = { locate };
class locate
{
name = "bobsound1";
sound[] = {"locate.ogg", db+80, 1.0};
titles[] =
{
0, $STRM_locate
};
};

you1 is the name of my unit in the name field.

as always  ??? ??? ??? ???
« Last Edit: 28 Sep 2003, 09:45:06 by The-Architect »
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

Offline rhysduk

  • Former Staff
  • ****
Re:Gastovski's voice
« Reply #1 on: 03 Oct 2003, 00:04:03 »
First of all - your description file should .ext and not .exe - Dont know if you noticed that  - thought i should point it out anyhows...

Right so u want Gastovski's voice in your mission ? Unless you know what the file name is that contains the voice u may/might have to dePBO the PBO Files in your Operation Flashpoint directory....

Do you understand.. if u do not have a dePBO tool head to the Editors Depot here :-

http://www.ofpec.com/editors/index.php
Reviewed Missions Board: Please Read the User's Guide before posting!

Pride and Joy 1 (HW100-T)

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:Gastovski's voice
« Reply #2 on: 03 Oct 2003, 09:52:40 »
I de-pbo'd the campaign and found the bit with gastovski's voice but there were other voices as well. I am having trouble with the start and finish. how it links to the next bit in my description .ext
ie, from cfgsounds to cfg identities etc.
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

KyleSarnik

  • Guest
Re:Gastovski's voice
« Reply #3 on: 03 Oct 2003, 22:25:59 »
Architect, the "name" part for CfgIdentities is for the characters accual name, for example: "David Armstrong". It will be the name that apears in radio messages and in the gear and group sections of the breifing notepad. The "class" part is just like any other classname, ex: "DaveA".

So in his init:
this setidentity "DaveA"

Just thought I would point that out.  ;)

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:Gastovski's voice
« Reply #4 on: 05 Oct 2003, 21:43:17 »
Cheers guys that's fixed it. ;D
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."