Author Topic: Two Different Guns At The Same Time?  (Read 1222 times)

Well say I want to hold a gun in one hand and a rocket Launcher in the other, and both fire, How would I do this?

That would double the amount of datablocks as you'd need a 'Left Hand' version of every weapon. (Mountpoint as 1)

You'd need to make a lot of changes to the scrolling inventory list to make it like RTB's and override Jets to trigger slot 1 or make keybinds for altTrigger();, only usable by you or those who have the mod.

ok.........now I have two guns at the same time, buuuuuuut........the gun in the left hand slot doesn't fire, and I stays there, even if I switch weapons.....

Quote
override Jets to trigger slot 1 or make keybinds for altTrigger();, only usable by you or those who have the mod.

Quote
override Jets to trigger slot 1 or make keybinds for altTrigger();, only usable by you or those who have the mod.
ok, but what I want is like dual guns except for different guns, I made it get rid of the EM--.......Rocket Launcher when I switched weapons, but I still can't fire the left gun, And can you tell me how to set a altTrigger(); if II can't do dual gun style?

Look at double gun thing.

Make it so left click triggers BOTH weapons at the same time? Also, to get rid of the second hand weapon why not just Ctrl + W the left hand weapon and pick it back up again (while avoiding it being selected)

Thats how I get rid of the left-hand shield :3

Make it so left click triggers BOTH weapons at the same time? Also, to get rid of the second hand weapon why not just Ctrl + W the left hand weapon and pick it back up again (while avoiding it being selected)

Thats how I get rid of the left-hand shield :3
HOW?

When you use the Fire trigger, schedule or something a check to fire the right hand weapon. I used the state system of the Right Hand Gun to trigger the left, but since you want yours to work with every weapon you'll need a new method.

I'm not giving you loads of code because you'll just copy/paste it and not learn a thing.

Again, look at the Dual Guns for the trigger functions.