Danny1412 0 Posted May 8, 2006 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? any good download please tell me thanks Share this post Link to post Share on other sites
codarl 1 Posted May 8, 2006 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" . Share this post Link to post Share on other sites
Danny1412 0 Posted May 10, 2006 But i dont need to donwload any addon right? Share this post Link to post Share on other sites
Wilco 944 Posted May 10, 2006 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
Danny1412 0 Posted May 10, 2006 is there a list to the positions they can do? Share this post Link to post Share on other sites
MrZig 0 Posted May 11, 2006 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
Big Dawg KS 6 Posted May 11, 2006 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
Wilco 944 Posted May 11, 2006 I've always wanted a crouch. Share this post Link to post Share on other sites
Deagle 0 Posted May 11, 2006 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" Share this post Link to post Share on other sites
Big Dawg KS 6 Posted May 11, 2006 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