Jump to content
Sign in to follow this  
johnwilso007

Face textures

Recommended Posts

ok im having troubl with my models is there a special texture to load on the face so that the model picks a random face from the game?

is there any tutorials on how to do this online?

Share this post


Link to post
Share on other sites

face and hands must be in the osobnost selection and a cfgmodels section added to your config, something like this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels

{

class Default

{

sections[]={};

sectionsInherit="";

};

class Man: Default {};

class yourmodelnamehere: man

{

sections[] = {"head injury","body injury","l arm injury","p arm injury","l leg injury","p leg injury","hlava","krk", "custom_selection1", "customselection2"};

sectionsInherit= "Head";

};

};

you can add as many custom selection as you like, of course, not only 2.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×