HGuderian 0 Posted February 2, 2008 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
Ryan_D 0 Posted February 3, 2008 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. Share this post Link to post Share on other sites