Home   Help Search Login Register  

Author Topic: config.ccp  (Read 1080 times)

0 Members and 1 Guest are viewing this topic.

Ice Man 3:16

  • Guest
config.ccp
« 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

Lucknow

  • Guest
Re:config.ccp
« Reply #1 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.

major asshole

  • Guest
Re:config.ccp
« Reply #2 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

Ice Man 3:16

  • Guest
Re:config.ccp
« Reply #3 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)