http://bugs.winehq.org/show_bug.cgi?id=14025
Deck zorablazy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zorablazy@gmail.com
--- Comment #26 from Deck zorablazy@gmail.com --- (In reply to comment #2)
This also happens with the demo. A workaround is to edit input.cfg found in <game dir>/profiles/<profile name> and change MOUSE_AXIS_X & MOUSE_AXIS_Y to 90. Note tha tMOUSE_AXIS_Z is set to 160 by default in Wine. Perhaps there is an issue with radians/degrees?
This fixes the rotation problem with the mouse.. Wine 1.62... PCLinusOS x86..
To fix the zoom in and out... I applied the same idea.. change the input file Z to 1160..
If using the GOG version the config files are in MY DOCUMENTS... Home folder in linux..
Heroes of Might and Magic V folder.. includes Hammers Fate.. Heroes of Might and Magic V - Tribes of the East folder..
edit input.cfg in all folders..
bindconfigure MOUSE_AXIS_X 1.2 bindconfigure MOUSE_AXIS_Y 1.2 bindconfigure MOUSE_AXIS_Z 160
Change to:
bindconfigure MOUSE_AXIS_X 90 bindconfigure MOUSE_AXIS_Y 90 bindconfigure MOUSE_AXIS_Z 1160
this has fix the rotation and zoom issues in my installation..
Good Luck..