Shield gun keybind broken

Got a Glitch? Always Lagging? Need help with anything technical? Want to move off Windows XP?
Post Reply
Xexx
Posts: 102
Joined: Sat Jul 03, 2021 4:04 am

Shield gun keybind broken

Post 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.
User avatar
captainsnarf
Posts: 2632
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: Shield gun keybind broken

Post 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.
Xexx
Posts: 102
Joined: Sat Jul 03, 2021 4:04 am

Re: Shield gun keybind broken

Post 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.
User avatar
Miauz55555
Posts: 33
Joined: Thu Jul 01, 2021 7:33 am

Re: Shield gun keybind broken

Post 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.
User avatar
Enyo
Posts: 1626
Joined: Mon Apr 05, 2021 11:27 pm
Server Sponsor: Yes
Server Admin: Yes

Re: Shield gun keybind broken

Post 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.
“Never argue with stupid people, they will drag you down to their level and then beat you with experience.”
― Mark Twain
User avatar
captainsnarf
Posts: 2632
Joined: Tue Jul 06, 2021 1:51 pm
Location: Washington
Server Sponsor: Yes
Server Admin: Yes
Contact:

Re: Shield gun keybind broken

Post by captainsnarf »

Seems like cheating :lol:. I'll keep trying and failing the hard way :D
User avatar
Enyo
Posts: 1626
Joined: Mon Apr 05, 2021 11:27 pm
Server Sponsor: Yes
Server Admin: Yes

Re: Shield gun keybind broken

Post 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!
“Never argue with stupid people, they will drag you down to their level and then beat you with experience.”
― Mark Twain
User avatar
McLovin
Posts: 1165
Joined: Sat Apr 03, 2021 12:54 pm
Location: Salt Lake City, Utah
Server Sponsor: Yes
Server Admin: Yes

Re: Shield gun keybind broken

Post 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.
Post Reply