Do a barrel roll!

Author Topic: Do a barrel roll!  (Read 1026 times)

I'm in a bit of a pickle.

I've enhanced Kaje's minigun with bullet spread, and slwoer movement speed while firing, but would like to take it one step further by making right click spin the barrel, so you don't have to wait for it to spin up

Any idea how to do this?

Make it so when the server detects the jet trigger and you have the minigun, it switches to a separate minigun that takes a second to warm up, then fires without delay. When the trigger is released, it switches back to original image.

Not sure. Just a guess. Idea from portal gun mod.

I'm not a big fan of weapons that override the jet trigger.  It's very inconvenient.

Thanks for using the catch phrase though.

I'm not a big fan of weapons that override the jet trigger.  It's very inconvenient.

Thanks for using the catch phrase though.

Alternatives:

Crouch trigger.

Jump trigger?

Get them to download it/bind a key to a servercmd.

Make a separate weapon?

Add it in to another function, like how light is used in the portal gun mod.

Perhaps have it in the jet trigger, but when it is pressed, it sets a variable to true in the client, and a schedule to set it to false it in one second. If the jet trigger is pressed and the variable is already true(Double tap), it spins the barrel until the trigger is released.

We need a system for binding /cmds to keys. I have one but Im a very lazy person. Meaning I might fix it up and release today, or it could take me a month.(for example, I've had it for about 2 months)