Swap fire modes for the paladin

  • 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.

Mulch_D

Noxious Weed
Mar 9, 2003
468
0
0
35
Melborne, Australia.
mulchd.net
Hi guys, I know you can swap fire modes for the weapons but is it possable to set it up for vehicles, in this case the paladin? If so can someone please tell me how I'de really appriceate it.
Thanks :)
 

hyrulian

Rainbow Brite
May 20, 2001
9,548
0
0
42
Chula Vista, CA
hyru.ath.cx
Hmm...I don't think there was ever an option to swap fire modes for the vehicles. But what you can do is set up a couple keys to swap fire modes for everything. For example, in your User.ini, you can set up a couple keys like this...
Code:
LeftBracket=set input LeftMouse Fire | set input RightMouse AltFire
RightBracket=set input LeftMouse AltFire | set input RightMouse Fire
 

Mulch_D

Noxious Weed
Mar 9, 2003
468
0
0
35
Melborne, Australia.
mulchd.net
Hyrulian Hero said:
you can set up a couple keys like this...
Code:
LeftBracket=set input LeftMouse Fire | set input RightMouse AltFire
RightBracket=set input LeftMouse AltFire | set input RightMouse Fire
Cool thanks for that but I slightly changed it so I only use the one key:
Code:
Aliases[37]=(Command="set input LeftMouse Fire | set input RightMouse AltFire | OnRelease set input Semicolon NormalFire",Alias="SwapFire")
Aliases[38]=(Command="set input LeftMouse AltFire | set input RightMouse Fire | OnRelease set input Semicolon SwapFire",Alias="NormalFire")

...

Semicolon=SwapFire