slower mouselook key

  • 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
As we know in UT a way to set new keys via console.
I need one which alters my mouselook speed with a slower for aiming.
The key shall be the right mouse button and work pressed.
 
Last edited:

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
Is this a programming or a keybind question?

Try something like "SetMouseSpeed x | OnRelease SetMouseSpeed y" with y being your default mouse speed and x some lower value.
 

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
Yeah got it!!!

Find the selected button in the user.ini and edit it like this:
LeftMouse=setmousespeed 5.0 onrelease setmousespeed 25.0

Thanks!
 
Last edited:

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
LOL!
By pressing the button I slowed the mouse abit and thought it worked!
So if you guys know the exact input please post it here!
 
Last edited:

Kyllian

if (Driver == Bot.Pawn); bGTFO=True;
Aug 24, 2002
3,575
0
36
45.64.294
kyllian.deviantart.com
I can't remember if UT uses the Aliases used in 2k4 or not, but this is one I hammered out long ago for 2k4
Might be able to tweak something out of this

Aliases[37]=(Command="set engine.playerinput MouseSensitivity 1.80|onrelease set input 5 Mouse5",Alias="Mouse1")
Aliases[38]=(Command="set engine.playerinput MouseSensitivity 0.55|onrelease set input 5 Mouse1",Alias="Mouse5")
 

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
I tried every thinkable option also the aliases with the buttons but it doesnt apply.
@Wormbo: I did also try with the |.
 
Last edited:

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
Here we go:

Aliases[26]=(Command="SetMouseSpeed 5.0 | OnRelease SetMouseSpeed 25.0",Alias=SlowMouse)
LeftMouse=SlowMouse

If Im correct this should work but it doesnt.
 

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
Now I tried like this:

Aliases[26]=(Command="Set Mouse Speed 5.0 | OnRelease Set Mouse Speed 25.0",Alias=SlowMouse)
LeftMouse=SlowMouse

But console replies "Mouse" and "MouseSensitivity" are no recognized classes!
 
Last edited:

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
But this time!

Aliases[26]=(Command="Set Engine.Playerpawn MouseSensitivity 7.0 | OnRelease Set Engine.Playerpawn MouseSensitivity 25.0",Alias=SlowMouse)
LeftMouse=SlowMouse


Yeah - it really works!!

Thaaanks!
 
Last edited:

Kaal979

TheSinew
Jan 10, 2009
404
0
0
Germany
This results in another important question - Is is possible to define single bots within this command?
For example:
Set Botpack.Marine Health 110 or how?
Maybe Skins.Marine Health 110 ?
 
Last edited: