How make the choice for the QuickActionKey permanent?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

ZIRB

Inhuman
Feb 24, 2001
482
0
0
Sweden
www.zirbaction.go.to
When playing online the choice made for QuickActionKey almost always go back to default between every round. How can I make it stay? (I want the nade as QuickActionKey)
 

Crowze

Bird Brain
Feb 6, 2002
3,556
1
38
40
Cambridgeshire, UK
www.dan-roberts.co.uk
AFAIK you can't, it's buggy. Fixed in 2.9. You could use the following aliases (put them in InfiltrationUser.ini under [Engine.Input]):
Aliases[32]=(Command="Getweapon INFc_KaBar | Getweapon raKabar | Getweapon TripWireKabar",Alias=INFMelee)
Aliases[33]=(Command="Getweapon INFc_GrenadeList | Getweapon raGrenadeList | Getweapon TripNadeList",Alias=INFGrenades)
Aliases[34]=(Command="Getweapon INFc_HK69 | Getweapon raHK69 | Getweapon raEvilHK69",Alias=INFExplosives)
Aliases[35]=(Command="Getweapon INFc_M92F | Getweapon raM92F | Getweapon INFc_DE50 | Getweapon raDE50 | Getweapon INFc_FSVEN | Getweapon raFSVEN",Alias=INFPistols)
Aliases[36]=(Command="Getweapon INFc_PSG | Getweapon raPSG | Getweapon INFc_RC50 | Getweapon raRC50",Alias=INFSnipers)
Aliases[37]=(Command="Getweapon INFc_P90 | Getweapon raP90 | Getweapon INFc_AKMSU | Getweapon raAKMSU | Getweapon INFc_MP540 | Getweapon raMP540",Alias=INFSMGs)
Aliases[38]=(Command="Getweapon INFc_SIG551 | Getweapon raSIG551 | Getweapon INFc_M16 | Getweapon raM16 | Getweapon INFc_FAMAS | Getweapon raFAMAS",Alias=INFRifles)
Aliases[39]=(Command="Getweapon INFc_M3 | Getweapon raM3",Alias=INFShotguns)


Now you can bind whatever key you want to INF<weapon type>.

If you want a single key to quickly switch between primary weapons and grenades, use these:
Aliases[38]=(Command="Getweapon INFc_M3 | Getweapon raM3 | Getweapon INFc_SIG551 | Getweapon raSIG551 | Getweapon INFc_M16 | Getweapon raM16 | Getweapon INFc_FAMAS | Getweapon raFAMAS | Getweapon INFc_P90 | Getweapon raP90 | Getweapon INFc_AKMSU | Getweapon raAKMSU | Getweapon INFc_MP540 | Getweapon raMP540 | Getweapon INFc_PSG | Getweapon raPSG | Getweapon INFc_RC50 | Getweapon raRC50 | Getweapon INFc_M92F | Getweapon raM92F | Getweapon INFc_DE50 | Getweapon raDE50 | Getweapon INFc_FSVEN | Getweapon raFSVEN | Getweapon INFc_HK69 | Getweapon raHK69 | Getweapon raEvilHK69 | set input <key> INFGrenades",Alias=INFPrimary)
Aliases[39]=(Command="Getweapon INFc_GrenadeList | Getweapon raGrenadeList | Getweapon TripNadeList | set input <key> INFPrimary",Alias=INFGrenades)


It's a bit messy, I know, but it should work. (EDIT: I've not tried it, it might, but I'm not sure if it'll do both the weapon switching and redefining keys. Can't test at the moment.)
 
Last edited:

(SDS)benmcl

Why not visit us here in the real world.
May 13, 2002
1,897
0
0
Visit site
I used to use a very similar method but with me playing both RAv2 and RA286 I ran into problems.

This problem gave me a bonus. Since I don't use the nade that often anymore my teams mates no longer fear being me around me. :)
 

zeep

:(
Feb 16, 2001
1,741
1
36
Visit site
cool Crowze :)
i asked for something like this a while ago but never found out how to do it. I'm gonna try all that stuff out now.