Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Addons & Mods Depot
»
OFP - Addons & Mods General
(Moderator:
Gnat
) »
Custom Face in Config
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Custom Face in Config (Read 1154 times)
0 Members and 1 Guest are viewing this topic.
WAKA-WAKA
Guest
Custom Face in Config
«
on:
04 Aug 2004, 21:27:56 »
I recently made a spiderman addon that needs the spiderman face i made to make it look right. I have put a Face.pbo with the config file into the game and i can see my face in the face scroll down thing when u go to edit your player.
What I wanted to do was make it so whenever u selected the spiderman player u got the spiderman face i made on instead of anyother one.
THANX
Logged
Maximus-Sniper
Guest
Re:Custom Face in Config
«
Reply #1 on:
05 Aug 2004, 00:12:39 »
Hei
I'am not so good in this face area, but i think you have to add this in your config.cpp file:
class CfgFaces
{
class Spiderman
{
name="Spiderman";
texture=\Youaddonsname\Pic\Faces\spiderman.paa;
east=1;
west=1;
};
};
I hope this help you.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Addons & Mods Depot
»
OFP - Addons & Mods General
(Moderator:
Gnat
) »
Custom Face in Config
Top of page