Jump to content
Sign in to follow this  
mystic

Females.....

Recommended Posts

How do i set my females walk like a normal woman or civilian in the game??? They all walk like a soldier.. yuck!

Share this post


Link to post
Share on other sites

I believe this would require a custom animation - unless...do the females civvies in Resistance walk different to the men?

Share this post


Link to post
Share on other sites

I looked and the females do have there own little walk.There buts kinda sway back and forth,And the men walk like they have been riding horses all there life.

Share this post


Link to post
Share on other sites

i cant find the part where the female animation are.... where do they place?

Share this post


Link to post
Share on other sites

where does the woman class came from?

I cant find it....

Share this post


Link to post
Share on other sites

Look for something like in the OFP's config file:

class Woman1: Civilian

{

};

Then just configure your addon to inherit from this class

class myPrettyBabe: Woman1

{

};

(You'll find decrypted config.cpp's on aLoneWolf's page: http://web.quick.cz/fholesinsky/OF/ - download this one: http://web.quick.cz/fholesinsky/OF/config185o.zip ).

Eventually put following lines into the config of your addon:

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

moves="CfgMovesMCWoman";

woman=1;

and it should do the thing as well...

Share this post


Link to post
Share on other sites
Guest

So this is the OFP equivilent of "Your Mother wears Army boots" huh? wink_o.giftounge_o.gif

Share this post


Link to post
Share on other sites
Guest ####

ooops just realised that Airwolf put the same thing. Well my vid demostrates how that bit of code works.

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  

×