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!