View Single Post

Fixing the invert mouse problem on vehicles
Old 03-01-2008, 07:23 PM   #1 (permalink)
eNsLaVe
ArtificialAiming Trusted
 
eNsLaVe's Avatar
 
eNsLaVe is offline
Join Date: Feb 2007
Location: Brugge, Belgium
Posts: 2,467
Fixing the invert mouse problem on vehicles

there was already a "half" fix for it out there but I've made a better one

locate a file called: "Defaultinput.ini"
wich you can find here:
C:/Program Files/THX/Frontlines-Fuels Of War/GCGame/Config/Defaultinput.ini


find this line of code:
Code:
    ;==================== BEGIN LANDVehicle-SPECIFIC BINDINGS ====================
    .BindingsLand=(Name="W",LookupName="MoveForward")
    .BindingsLand=(Name="S",LookupName="MoveBackward")
replace it with:
Code:
;==================== BEGIN LANDVehicle-SPECIFIC BINDINGS ====================
.BindingsLand=(Name="MouseY",Command="Axis aMouseY Speed=-2.0")
.BindingsLand=(Name="W",LookupName="MoveForward")
.BindingsLand=(Name="S",LookupName="MoveBackward")
the fix found on Forumplanet also worked but the vertical aiming was pretty messed up and annoying
getting rid of the AbsoluteAxis=100 seems to fix it


Have fun!
__________________

Last edited by eNsLaVe : 03-01-2008 at 08:46 PM.
  Reply With Quote