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.
Shield gun keybind broken
- captainsnarf
- Posts: 3072
- Joined: Tue Jul 06, 2021 1:51 pm
- Location: Washington
- Server Sponsor: Yes
- Server Admin: Yes
- Contact:
Re: Shield gun keybind broken
It's probably UTComp. It overrides the shield gun.
Try removing the 'XWeapons.' part.
this might also work:
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.
Try removing the 'XWeapons.' part.
Code: Select all
NumPad6=getweapon shieldgun | Button bAltFire | onrelease SwitchToLastWeapon
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
Thanks, the second one worked.captainsnarf wrote: ↑Thu Sep 08, 2022 11:57 pm
this might also work:Also, that's a sweet key bind.Code: Select all
NumPad6=SwitchWeapon 1 | Button bAltFire | onrelease SwitchToLastWeapon
- Miauz55555
- Posts: 33
- Joined: Thu Jul 01, 2021 7:33 am
Re: Shield gun keybind broken
For the perfect shieldjump, if someone needs it:
System » User.ini » [Engine.Input]
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.
System » User.ini » [Engine.Input]
Code: Select all
Aliases[36]=(Command="switchweapon 1 | Button bFire | Fire | OnRelease Jump",Alias="Hammerjump")
https://www.youtube.com/channel/UCTKeMl ... wLcro94Z6g
www.ceonss.net
https://steamcommunity.com/groups/CEONSS
https://discord.gg/X4V8THM <- More Links like Instagram old Stats...
Re: Shield gun keybind broken
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.Miauz55555 wrote: ↑Wed Dec 07, 2022 12:06 pm For the perfect shieldjump, if someone needs it:
System » User.ini » [Engine.Input]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.Code: Select all
Aliases[36]=(Command="switchweapon 1 | Button bFire | Fire | OnRelease Jump",Alias="Hammerjump")
“Never argue with stupid people, they will drag you down to their level and then beat you with experience.”
― Mark Twain
― Mark Twain
- captainsnarf
- Posts: 3072
- Joined: Tue Jul 06, 2021 1:51 pm
- Location: Washington
- Server Sponsor: Yes
- Server Admin: Yes
- Contact:
Re: Shield gun keybind broken
Seems like cheating . I'll keep trying and failing the hard way
Re: Shield gun keybind broken
Nah, this is just a case or working smarter not harder!captainsnarf wrote: ↑Wed Dec 07, 2022 1:52 pm Seems like cheating . I'll keep trying and failing the hard way
“Never argue with stupid people, they will drag you down to their level and then beat you with experience.”
― Mark Twain
― Mark Twain
- McLovin
- Posts: 1334
- Joined: Sat Apr 03, 2021 12:54 pm
- Location: Salt Lake City, Utah
- Server Sponsor: Yes
- Server Admin: Yes
Re: Shield gun keybind broken
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.