KeyBindings

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

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
I want to make a SlowMouse button for aiming.
Therefore I copied my keybinding from UT99
Aliases[36]=(Command="Set Engine.Playerpawn MouseSensitivity 7.0 | OnRelease Set Engine.Playerpawn MouseSensitivity 25.0",Alias="SlowMouse")
and wrote it in the UT2004 User config.
But without result!
How can this get going?
 

GreatEmerald

Khnumhotep
Jan 20, 2008
4,042
1
0
Lithuania
Why such a big number for Aliases? But your issue is that there is no such thing as Engine.Playerpawn. Just do SetSensitivity Number instead.
 

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
HAHAHAA! Great this works!
Thanks! You must know - I cant play any shooters since I found this command.
Maybe there are some special mouse config programs out there but who cares?
Heres the complete alias for all readers:

Aliases[1]=(Command="SetSensitivity 7.0 | OnRelease SetSensitivity 25.0",Alias="SlowMouse")

This must be changed in the System/User file and also assigned to the desired button.

LeftMouse=SlowMouse
 
Last edited: