OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Ice Man 3:16 on 01 Nov 2002, 06:32:53

Title: config.ccp
Post by: Ice Man 3:16 on 01 Nov 2002, 06:32:53
hey all i had a few questions,

im working on a campain and im buliding my sides but i dont know the new resistance 1.74 config.ccp for units (adding handguns exct.)  also i need the config files for "man 6" and "man 4". also does anyone know how to add extra faces, aside from the normal custom face.  thanx for your help all.  ;D
Title: Re:config.ccp
Post by: Lucknow on 01 Nov 2002, 16:33:34
Put your email address up (or instant message me with it) and I'll send you a decrypted config.bin and config.cpp from the O.pbo (which contains new things introduced in 1.75).

You should then be able to find what you need.

Re: changing faces - no idea but I remember seein other threads about this so have a search.
Title: Re:config.ccp
Post by: major asshole on 01 Nov 2002, 17:59:52

G'day

You can change the face of a soldier etc. by using the SetFace command  e.g  this setface "face10"

To add your own face, add something like this to your config.cpp:

class CfgFaces
{
class YourFaceName
{
name="Your Face Name";
texture="\YourPBOName\YourFaceName.jpg";
east=1;
west=1;
}
}
Then include the .jpg with your textures, p3d and config when you pbo them

Then use the setface command to see your face in game

hope this helps

L8R
Title: Re:config.ccp
Post by: Ice Man 3:16 on 01 Nov 2002, 19:21:43
hey thanx for that help guys, i took care of the .ccp for the units already by extracting someones unit addon pack and looking at theres. but thanx for the help anyway :). the face pack worked also, thanx for all the help guys. 8)