Posted April 23, 2010
Hi!
Unfortunately, Outcast does not support the mouse wheel by itself. As I like to be able to use the mouse wheel for zooming with the EVD and choosing weapons, I created a small AutoHotkey.
It maps WheelUp/Down to Kp9/Kp3 (by default this is next/previous weapon) and WheelLeft/Right to Home/End (zooming). To use it, copy it in the Outcast directory and execute it; a recent AutoHotkey version is needed
Caveats: It does not work with Win98 compatibility mode (probably as WheelLeft/Right are not supported there). There are small pauses between zooming steps, due to the fact that the Wheel can only register KEY DOWN and no KEY UP events.
Unfortunately, Outcast does not support the mouse wheel by itself. As I like to be able to use the mouse wheel for zooming with the EVD and choosing weapons, I created a small AutoHotkey.
It maps WheelUp/Down to Kp9/Kp3 (by default this is next/previous weapon) and WheelLeft/Right to Home/End (zooming). To use it, copy it in the Outcast directory and execute it; a recent AutoHotkey version is needed
Caveats: It does not work with Win98 compatibility mode (probably as WheelLeft/Right are not supported there). There are small pauses between zooming steps, due to the fact that the Wheel can only register KEY DOWN and no KEY UP events.