Home   Help Search Login Register  

Author Topic: Putting on Glasses  (Read 1739 times)

0 Members and 1 Guest are viewing this topic.

PunkerSXDX

  • Guest
Putting on Glasses
« on: 01 Sep 2002, 05:41:16 »
what's the Syntax to add glasses and what are the Values for Specticles and Sun Glasses?  ???

T.S.C.Plage

  • Guest
Re:Putting on Glasses
« Reply #1 on: 01 Sep 2002, 06:39:55 »
No syntax as such.

You need to configure the glasses in the description.ext:

class CfgIdentities               
{   
        class XXX                      Identity
        {
        name = "XXX";                Name
        face = "Face1";              Â Face
        glasses = "none";            No glasses
        speaker = "Adam";           Voice      
        pitch = 1.00;                  Voice height   
        };      
};


Hope this will help...
« Last Edit: 01 Sep 2002, 06:41:56 by T.S.C.Plage »

seanver

  • Guest
Re:Putting on Glasses
« Reply #2 on: 01 Sep 2002, 06:41:51 »
I'll giv eyou the answer quiclky I've almost fall asleep.

 you have to create a description.ext file. Put in there this:

Class CfgIdentities
{
Identities[] = {Hinojosa};

class Hinojosa
{
name = "Hinojosa Cobacho";
face = "face27";
glasses = "none";
speaker="Adam";
pitch = 1.00;
};
};

I think you can delete the face, name speaker, etc if you don't want them. IN glasses put Spectacles or sunglasses. Then in the init of th eunit put this setidentity "name". in this case the name would be "hinojosa". I think I wrote in English, I nearl can't see... going to bed now! hope this helps

PunkerSXDX

  • Guest
Re:Putting on Glasses
« Reply #3 on: 01 Sep 2002, 17:44:09 »
Can I put this in the mission.sqm file?

seanver

  • Guest
Re:Putting on Glasses
« Reply #4 on: 01 Sep 2002, 18:01:26 »
Nope

DeusRich

  • Guest
Re:Putting on Glasses
« Reply #5 on: 01 Sep 2002, 18:04:56 »
im not sure, but to make a description .ext file, you dont have to do anything fancy, create a normal wordpad (.txt) file in the same directory, copy that stuff down into it, then save and exit, then at the top of the folder go to tools > folder options > view > show file extensions
then simply make sure that you rename your .txt file
"description.ext" without the quotes of course....
i wudent try editing the mission.sqm file because all the data it holds is relevant, ie: every unit in the game, and the description just holds values which you can change to...

seanver

  • Guest
Re:Putting on Glasses
« Reply #6 on: 01 Sep 2002, 18:07:54 »
Yes as simple as that. Just create the description.ext file and put it into the missions folder.

PunkerSXDX

  • Guest
Re:Putting on Glasses
« Reply #7 on: 02 Sep 2002, 01:36:10 »
Okay Thanx Guys :toocool: