[REQ} Scroll through hotkeyed weapons with mouse wheel mod'.

Post » Thu Aug 26, 2010 6:42 am

Wondering if anyone can help out with this, I know there was one at one time in F3. If this is not available could someone point me in the right direction on how to accomplish this? I;ve used mods before but no so good on the SE. Much appreciated
User avatar
Emily Jones
 
Posts: 3425
Joined: Mon Jul 17, 2006 3:33 pm

Post » Thu Aug 26, 2010 4:35 am

To do this, you'd need to use NVSE's http://fose.silverlock.org/fose_command_doc.html#GetHotkeyItem to check which items are being referenced by the various hotkeys, and its http://fose.silverlock.org/fose_command_doc.html#IsKeyPressed to detect when the mouse wheel is being used (scancodes 264 and 265 for up and down, respectively).

Equipping/unequipping the items could be done via either http://geck.gamesas.com/index.php/EquipItem/http://geck.gamesas.com/index.php/UnequipItem, or by using NVSE's http://fose.silverlock.org/fose_command_doc.html#TapKey to emulate the relevant hotkey being tapped.

Cipscis
User avatar
Natalie J Webster
 
Posts: 3488
Joined: Tue Jul 25, 2006 1:35 pm

Post » Thu Aug 26, 2010 9:34 am

I was never able to get the dang mouse wheel to stop moving the camera in and out in Fallout 3. Without that scrolling through the hotkeys will be problematic. You'd probably have to exclude hotkey 2 as well.

If anyone knows how to stop that behaviour I'd appreciate it. Then maybe we could port over the hotkey scrollers from Oblivion and it would be even better.
User avatar
Mackenzie
 
Posts: 3404
Joined: Tue Jan 23, 2007 9:18 pm

Post » Thu Aug 26, 2010 10:47 am

Unfortunately, FVSE's DisableKey doesn't seem to work with mouse wheels, so that doesn't work (and even if it did, IsKeyPressed wouldn't return 'true' if the wheel was disabled and you tried using it). Gonna have to ask for some new functions from the NVSE team to get it working if we can't find some other way to disable the scroll wheel zooming in/out.
User avatar
Prohibited
 
Posts: 3293
Joined: Tue Jun 12, 2007 6:13 am

Post » Thu Aug 26, 2010 5:31 am

There was a setting in vanilla Oblivion that would change the scroll distance to zero, but that setting was eliminated for Fallout and none of the similar settings seem to work.
User avatar
He got the
 
Posts: 3399
Joined: Sat Nov 17, 2007 12:19 pm

Post » Wed Aug 25, 2010 11:38 pm

Well I've never had the problem of the wheel functioning alone, or zooming in and out for that matter. But i did appreciate the mod in F3. Made it easier to hit the 3 -4 weapons I use the most. I did have one for oblivion as well, I remember scrolling through my spells with it. Oh well I'll check back, surely someone will figure something out. Thanx for all the work a lot of you do btw
User avatar
Mashystar
 
Posts: 3460
Joined: Mon Jul 16, 2007 6:35 am


Return to Fallout: New Vegas