Mouse Wheel in Blood?

Discussion about using or improving the BuildXP guide.

Moderator: Moderators

Post Reply
Guest

Mouse Wheel in Blood?

Post by Guest » Tue Jul 26, 2005 10:13 am

Is it possible to configure my mouse wheel in Blood? I have this tendency of using my mouse wheel as my weapon switcher, and I love to be consistent.

User avatar
Lord Molder
Cultist
Posts: 275
Joined: Sat Apr 16, 2005 6:04 pm
Location: Australia

Post by Lord Molder » Wed Feb 24, 2010 9:35 pm

Not as far as i know,but there might be a way to change the config file to bind mouse wheel,but im not sure the game could recognize it.Hell,even mouse look is a bit dodgey in Blood.But its old and set in its ways. :)
`theres no place like home....Eheheeee!

ssjlance
Rat
Posts: 3
Joined: Tue Apr 17, 2012 10:44 pm

Re: Mouse Wheel in Blood?

Post by ssjlance » Sat May 17, 2014 10:16 pm

Download and install AutoHotKey, and make a new script. Just open it with Notepad and paste this in there:
*WheelUp::
SendEvent {Up Down}
Sleep 200
SendEvent {Up Up}
Return

*WheelDown::
SendEvent {Down Down}
Sleep 200
SendEvent {Down Up}
Return
Adapted it from a post found here: http://www.gog.com/forum/blood_series/u ... ns_in_ouwb
Basically, removed the top line which made it target just the DOSBox window. Make sure to close it after you're done playing, otherwise your mousewheel just registers as keyboard up/down. lol

Post Reply