Can weapons on the rifle slot be made dual wield? Super soaker or railgun?...dual swords...
![]()
...dual dubstep guns...
![]()
It looks strange holding 2 guns with animation for rifle.Can weapons on the rifle slot be made dual wield?
YepIt looks strange holding 2 guns with animation for rifle.
ThnaksNice character admixon
WaybeThnaks
I found this in weapon_melee_attacks:Waybeok you got it to hold a sword in both hands, what if in the plyf.xtbl(female animations file) create a duplicate line of the animation for stand ready used by the left hand and make a duplicate line(add an extra line below it) for the right hand so that both swords are held up correctly
? Then if that works then create a duplicate animation line for the rest of the supported actions(swing sword left and right and so on).
<Melee_Attack_Set>
<Name>dual_swords</Name>
<StandingPrimary>Dual_swords_a</StandingPrimary>
<StandingSecondary>Dual_swords_b</StandingSecondary>
<MovingPrimary>Dual_swords_move</MovingPrimary>
<MovingSecondary>Dual_swords_move</MovingSecondary>
<ProneAttackPrimary>2hm_prone_attack</ProneAttackPrimary>
<ProneAttackSecondary>2hm_prone_kick</ProneAttackSecondary>
<_Editor>
<Category>Entries</Category>
</_Editor>
<Target_Search_Range>1.8</Target_Search_Range>
</Melee_Attack_Set>
Ok. So there is a reference to dual swords. In that plyf.xtbl there must be a way ro add the correct lines for the right hand animations. That plyf.xtbl changed my players hand animation to hold the thumpgun up correctly after i changed the stand ready command. So there must be a way to edit that.I found this in weapon_melee_attacks:
Code:<Melee_Attack_Set> <Name>dual_swords</Name> <StandingPrimary>Dual_swords_a</StandingPrimary> <StandingSecondary>Dual_swords_b</StandingSecondary> <MovingPrimary>Dual_swords_move</MovingPrimary> <MovingSecondary>Dual_swords_move</MovingSecondary> <ProneAttackPrimary>2hm_prone_attack</ProneAttackPrimary> <ProneAttackSecondary>2hm_prone_kick</ProneAttackSecondary> <_Editor> <Category>Entries</Category> </_Editor> <Target_Search_Range>1.8</Target_Search_Range> </Melee_Attack_Set>