Jump to content
Sign in to follow this  
Danny1412

Good Shooting Animations

Recommended Posts

where can i get a good animation that makes the soldiers keep standing or proneing and not just here a shot and hit the floor? help.gifhelp.gifhelp.gifhelp.gif any good download please tell me thanks

Share this post


Link to post
Share on other sites

you can script or mod it.

In the init line of the soldier type: this unitpos "up"

Or dePBO the animations, and replace the "standtocrouch" like animations with the normal "stand" smile_o.gif .

Share this post


Link to post
Share on other sites

Nope.

Just put

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this setunitpos "up" in the init line of the unit.

Share this post


Link to post
Share on other sites

Yup.

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

Down

There ya go.

Share this post


Link to post
Share on other sites
Yup.

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

Down

There ya go.

You forgot "AUTO" which returns them to their default state.

Share this post


Link to post
Share on other sites

I've always wanted a crouch.

Share this post


Link to post
Share on other sites

If you want to crouch, then you just need to write in the init field:

this setUnitPos "Up"; this setBehaviour "Combat"

And then write in trigger or waypoint:

this switchMove "CombatToCrouch" smile_o.gif

Share this post


Link to post
Share on other sites
I've always wanted a crouch.

VBS1 supports the use of "Crouch", so I'd count on it being in ArmA.

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  

×