OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: swordfish on 05 Sep 2002, 00:37:06

Title: Putting xicht_a.paa in the config
Post by: swordfish on 05 Sep 2002, 00:37:06
Hi
In the .p3d of civilians and soldiers you get a file called xicht_a.paa its a face with a beard. But when i put my addon in game the civilians and soldiers don't have this face.
Is there something i put in the config.cpp to use a face
like  face=\my_addon\xicht_.paa\
Title: Re:Putting xicht_a.paa in the config
Post by: Wires on 05 Sep 2002, 07:21:56
Isn't that the "damaged" face?

 :beat:
Title: Re:Putting xicht_a.paa in the config
Post by: major asshole on 05 Sep 2002, 08:57:33
G'day

The only place I see xicht_a.paa is in the wounds section but if you look closer you'll see that every face is listed so I guess the game has certain defaults it uses or whatever. Anyway,I believe faces are defined in the description.ext file

face="face 1"  (which is xicht_a.paa btw)

Look under CfgFaces in the config.cpp for more

hope this helps

L8R
Title: Re:Putting xicht_a.paa in the config
Post by: swordfish on 06 Sep 2002, 20:50:38
Hi
I don't think its a damaged face, but i found this in a config for a face pack. would this work?

class CfgFaces
   {
class xicht_a
   {
      name="xicht_a";
      texture="\myaddon\xicht_a.paa ";
      east=1;
      west=1;
   };