Dual wield guns like daggers dual wield trait.
-
barronvonburp
- Posts: 30
- Joined: Mon Jul 13, 2015 7:41 am
Dual wield guns like daggers dual wield trait.
I would verymuch like to be able to use guns in the same manner as pistols, and I have no clue how to go about making this.
-
barronvonburp
- Posts: 30
- Joined: Mon Jul 13, 2015 7:41 am
Re: Dual wield guns like daggers dual wield trait.
Alright, I figgured out how to make it so I can shoot both guns as if i was dual wielding, however how would I make it so they have the little section thing that daggers do (shows seperate cooldowns)
1st edit:I was wrong, I didn't figgure it out.
2nd edit: For reference, you can't even make it so that the daggers shoot and get seperate cooldowns.
1st edit:I was wrong, I didn't figgure it out.
2nd edit: For reference, you can't even make it so that the daggers shoot and get seperate cooldowns.
Re: Dual wield guns like daggers dual wield trait.
In my Mod, I cloned each Gun and simply gave them infinite ammo. That allows the character to hold a gun in each hand effectively. However, additional work would have to be done in order to allow the player to truly dual-wield (apply the Cooldown to only one hand). Shouldn't be too hard, I think 
Re: Dual wield guns like daggers dual wield trait.
Dual wielding only works properly with MeleeAttackComponent and RunePanelComponent. Other ItemActionComponents will always put both hands on cooldown.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Dual wield guns like daggers dual wield trait.
Works with Runepanel?? Which dual wield trait does this minmay?minmay wrote:Dual wielding only works properly with MeleeAttackComponent and RunePanelComponent. Other ItemActionComponents will always put both hands on cooldown.
Labyrinth of Lies (viewtopic.php?f=14&t=4400)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Re: Dual wield guns like daggers dual wield trait.
What do you mean? It works the same with RunePanelComponent as it does with MeleeAttackComponent.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Dual wield guns like daggers dual wield trait.
Hmm,
I have tried dual wielding a dagger and runewand together
with both "dual_wield" and "improved_dual_wield" traits...
But no dual wielding for me... I must be missing something here??
I have tried dual wielding a dagger and runewand together
with both "dual_wield" and "improved_dual_wield" traits...
But no dual wielding for me... I must be missing something here??
Labyrinth of Lies (viewtopic.php?f=14&t=4400)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Re: Dual wield guns like daggers dual wield trait.
The item with the RunePanelComponent needs the "light_weapon" or "dagger" traits to be dual-wielded, just like any other item...
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Dual wield guns like daggers dual wield trait.
Ahh sure, Of course (pls excuse my befuddlement today, brain is not working)minmay wrote:The item with the RunePanelComponent needs the "light_weapon" or "dagger" traits to be dual-wielded, just like any other item...
Labyrinth of Lies (viewtopic.php?f=14&t=4400)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)