Page 1 of 1

Shield gun keybind broken

Posted: Thu Sep 08, 2022 10:25 pm
by Xexx
Has anything changed to break the shield gun keybind? It works on every server but omni.

NumPad6=getweapon XWeapons.shieldgun | Button bAltFire | onrelease SwitchToLastWeapon

It's bound to my mouse key.

Re: Shield gun keybind broken

Posted: Thu Sep 08, 2022 11:57 pm
by captainsnarf
It's probably UTComp. It overrides the shield gun.


Try removing the 'XWeapons.' part.

Code: Select all

NumPad6=getweapon shieldgun | Button bAltFire | onrelease SwitchToLastWeapon
this might also work:

Code: Select all

NumPad6=SwitchWeapon 1 | Button bAltFire | onrelease SwitchToLastWeapon

These bindings should work on all the servers including omni. If that doesn't work I'll remove the override. It's not necessary. The override does nothing.

Also, that's a sweet key bind.

Re: Shield gun keybind broken

Posted: Fri Sep 09, 2022 2:15 pm
by Xexx
captainsnarf wrote: Thu Sep 08, 2022 11:57 pm
this might also work:

Code: Select all

NumPad6=SwitchWeapon 1 | Button bAltFire | onrelease SwitchToLastWeapon
Also, that's a sweet key bind.
Thanks, the second one worked.

Re: Shield gun keybind broken

Posted: Wed Dec 07, 2022 12:06 pm
by Miauz55555
For the perfect shieldjump, if someone needs it:
System » User.ini » [Engine.Input]

Code: Select all

Aliases[36]=(Command="switchweapon 1 | Button bFire | Fire | OnRelease Jump",Alias="Hammerjump")
Find a free key like "Enter" and put: Enter=Hammerjump to it. Save and fine. Now point down and hold that key.. than the shildgun will load and on release you will make a shieldjump.

Re: Shield gun keybind broken

Posted: Wed Dec 07, 2022 12:49 pm
by Enyo
Miauz55555 wrote: Wed Dec 07, 2022 12:06 pm For the perfect shieldjump, if someone needs it:
System » User.ini » [Engine.Input]

Code: Select all

Aliases[36]=(Command="switchweapon 1 | Button bFire | Fire | OnRelease Jump",Alias="Hammerjump")
Find a free key like "Enter" and put: Enter=Hammerjump to it. Save and fine. Now point down and hold that key.. than the shildgun will load and on release you will make a shieldjump.
Very clever! I'm gonna try that, I've always had trouble with shield jumps for some reason, well, for the reason that I've never really practiced it all that much and it isn't as useful in ONS. This would be very handy on the freon servers though.

Re: Shield gun keybind broken

Posted: Wed Dec 07, 2022 1:52 pm
by captainsnarf
Seems like cheating :lol:. I'll keep trying and failing the hard way :D

Re: Shield gun keybind broken

Posted: Wed Dec 07, 2022 2:09 pm
by Enyo
captainsnarf wrote: Wed Dec 07, 2022 1:52 pm Seems like cheating :lol:. I'll keep trying and failing the hard way :D
Nah, this is just a case or working smarter not harder!

Re: Shield gun keybind broken

Posted: Wed Dec 07, 2022 6:41 pm
by McLovin
Anonymous does it very competently on MasterBath to get into the cabinet from the sink faucet. I'll continue to use my method of dropping down from the top to the desired shelf.