Jump to content
Sign in to follow this  
HGuderian

Aiming position

Recommended Posts

I would change the default soldier position (anim) with lowered rifle to the aimin' position, so by default it walk with raised gun. Anyone may help?

Thanks as lot

Share this post


Link to post
Share on other sites

You need to get the config from anims.pbo, unrap it, edit it to make lowered rifle anims the same as holding the gun up, put it into a seperate addon replacement and repack it. You'll want to edit this part:

Quote[/b] ]

class RifleLowStandActions : NoActions {

stop = "AmovPercMstpSlowWrflDnon";

default = "AmovPercMstpSlowWrflDnon";

StopRelaxed = "AidlPercMstpSlowWrflDnon01";

turnL = "AmovPercMstpSlowWrflDnon_turnL";

turnR = "AmovPercMstpSlowWrflDnon_turnR";

turnLRelaxed = "AmovPercMstpSlowWrflDnon_turnL";

turnRRelaxed = "AmovPercMstpSlowWrflDnon_turnR";

reloadMagazine = "WeaponMagazineReloadStand";

reloadMGun = "AmovPercMstpSlowWrflDnon";

reloadMortar = "AmovPercMstpSlowWrflDnon";

throwGrenade = "AwopPercMstpSgthWrflDnon_Throw1";

.............

Hope this helps. wink_o.gif

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  

×