qualitymdf.blogg.se

Dark souls 1 mouse camera fix
Dark souls 1 mouse camera fix










dark souls 1 mouse camera fix

So my question is: you guys know how can i assign the mouse axis to the keyboard and have them behave like axis instead of giving it a relative position?

dark souls 1 mouse camera fix

Numpad3::MouseMove, 1, 0, 100, R when you press d, mouse will move right 25 pixelsīut it doesn't act like an axis but rather it just moves the camera a little and it only works in 1 direction at a time, so you can't move up and left, you have to do up and then left.Īlso if you keep a button pressed long enough the camera stops moving (i've read somewhere it has something to do with how the game keeps resetting the mouse position because otherwise it runs out of screen space).

dark souls 1 mouse camera fix

Numpad1::MouseMove, -1, 0, 100, R when you press a, mouse will move left 25 pixels Numpad2::MouseMove, 0, 1, 100, R when you press s, mouse will move down 25 pixels Numpad5::MouseMove, 0, -1, 100, R when you press w, mouse will move up 25 pixels SetDefaultMouseSpeed, 0 Sets the delay of mouse speed to instant Code: Select all #IfWinActive, DARK SOULS™: REMASTERED












Dark souls 1 mouse camera fix