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
) »
How to add certain faces to the units?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to add certain faces to the units? (Read 900 times)
0 Members and 1 Guest are viewing this topic.
Laser
Guest
How to add certain faces to the units?
«
on:
03 Jun 2003, 11:54:42 »
Here's the question: how do I add only some certain faces for my addon? Suppose I'm making Somalian militia pack and I would like the to use only african faces. How do I do that? Thanks.
Logged
qwertyuio
Guest
Re:How to add certain faces to the units?
«
Reply #1 on:
03 Jun 2003, 20:01:50 »
class CfgFaces
{
class unit
{
name="unit";
texture="\pbo\face.paa";
east=1;
west=1;
etc=1;
};
};
This is the closest youll get I think. You might have to set face manually in the init field.
Note don't type the etc above
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Addons & Mods Depot
»
OFP - Addons & Mods General
(Moderator:
Gnat
) »
How to add certain faces to the units?
Top of page