Hi SkyRanger-1, the toggle modification doesn 't seem to work. Maybe I didn't understand.. I was hoping that "toggle" would allow me to say: press F1 to "toggle" wheel 2 then all I need to do is press 1-8 to select the items I assigned to the slots in wheel 2 without having to press the modifier keys also. In other words, instead of F1+1, I was hoping for press F1 then press 1 . Is this possible?
Yes... I got what you meant, but was confused when I posted the ini. It should use mode 1 instead of mode 2 for those keys, like so:
Set srHotkey.num_wheels to 4Set srHotkey.init_key_scancode to srHotkey.init_key_scancode + (srHotkey.init_key_which==0) * 59Set srHotkey.init_key_wheelcount to srHotkey.init_key_wheelcount+(srHotkey.init_key_which==0) * 0Set srHotkey.init_key_mode to srHotkey.init_key_mode + (srHotkey.init_key_which==0) * 1 Set srHotkey.init_key_scancode to srHotkey.init_key_scancode + (srHotkey.init_key_which==1) * 60 Set srHotkey.init_key_wheelcount to srHotkey.init_key_wheelcount+(srHotkey.init_key_which==1) * 1 Set srHotkey.init_key_mode to srHotkey.init_key_mode + (srHotkey.init_key_which==1) * 1 Set srHotkey.init_key_scancode to srHotkey.init_key_scancode + (srHotkey.init_key_which==2) * 61Set srHotkey.init_key_wheelcount to srHotkey.init_key_wheelcount+(srHotkey.init_key_which==2) * 2Set srHotkey.init_key_mode to srHotkey.init_key_mode + (srHotkey.init_key_which==2) * 1 Set srHotkey.init_key_scancode to srHotkey.init_key_scancode + (srHotkey.init_key_which==3) * 62Set srHotkey.init_key_wheelcount to srHotkey.init_key_wheelcount+(srHotkey.init_key_which==3) * 3Set srHotkey.init_key_mode to srHotkey.init_key_mode + (srHotkey.init_key_which==3) * 1
Which, btw, still isn't exactly toggles. For toggles, you'd tap F2 to switch to a different wheel, and then tap it again to switch back to the original, and there would be 16 total wheels for each possible toggle combinatio of your 4 keys. Which this could do also, but probably wouldn't be much fun.
Also, when I was playing with this, it seems I could not use gear set on wheel0-slot1 to equip the rusty iron shield in the tutorial. It is wierd because when I assigned the same gear set to wheel 0 slot 2 it worked. What I was trying to do was: slot1: equip long sword and shield, slot3 equip long sword and torch. However, when I pressed "3" then press "1", it does not equip the shield. If I used slot2 for sword+shield.. this same process works as expected and the shield is equipped.. I hope this can be fixed! still a very cool mod though!
Sounds like an OBSE bug. I'll PM you my modified OBSE dll.