PDA

View Full Version : Mouse Acceleration in menus


taKer
05-20-2011, 12:42 PM
I'm getting some pretty bad mouse acceleration in menus, I had this problem in Fallout 3 as well but I found a fix but I can't remember what it was.

I already know about this:
fForegroundMouseAccelBase=0
fForegroundMouseAccelTop=0
fForegroundMouseBase=0
fForegroundMouseMult=0

Which fixes the acceleration issues in game but once I access menus wether it be the pipboy or conversations the mouse acceleration is terrible.

Genome852
05-21-2011, 01:46 AM
It should disable all accel, even in menus. I know the place you had to add the lines in was changed after the first patch I think. I don't think there is any accel when aiming in the game BEFORE the changes (haven't tested this), only accel in the menu cursor, so basically you have the four lines of code in the wrong file.

They should be in Fallout_Default in the game directory I believe.

taKer
05-21-2011, 06:45 AM
I solved my issue.