Right mouse click "Key = 501" doesn't work at all
Hi, I am trying to fix 3D "How to survive third person standalone" It's almost done but I want to use Right Mouse button "key = 501" for a low separation and convergence... perfect for aiming heads... but doesn't work at all, a simple key "key = 74" (j) works perfect but RMB doesn`t work, even I can't increase or decrease separation with IR emitter's wheel when "key = 501" is in DX9Settings.ini file. Simple key (j) works perfect [code][KEY4] ;aiming Key = 74 Presets = 8;9; Type = 2 [PRES8] UseSepSettings = true Convergence = 0x00000000 UseSepSettings = true Separation = 0x00000000 [PRES9] UseByDef = true UseSepSettings = true Convergence = 0x43480000 UseByDef = true UseSepSettings = true Separation = 0x42440000[/code] RMB doesn't work at all, EVEN BLOCKS SEPARATION FROM IR EMITTER'S WHEEL [code][KEY4] ;aiming Key = 501 Presets = 8;9; Type = 2 [PRES8] UseSepSettings = true Convergence = 0x00000000 UseSepSettings = true Separation = 0x00000000 [PRES9] UseByDef = true UseSepSettings = true Convergence = 0x43480000 UseByDef = true UseSepSettings = true Separation = 0x42440000[/code] Why me??!?!?! Please help me!!!!
Hi, I am trying to fix 3D "How to survive third person standalone" It's almost done but I want to use Right Mouse button "key = 501" for a low separation and convergence... perfect for aiming heads... but doesn't work at all, a simple key "key = 74" (j) works perfect but RMB doesn`t work, even I can't increase or decrease separation with IR emitter's wheel when "key = 501" is in DX9Settings.ini file.
Simple key (j) works perfect
[KEY4]

;aiming
Key = 74
Presets = 8;9;
Type = 2

[PRES8]
UseSepSettings = true
Convergence = 0x00000000
UseSepSettings = true
Separation = 0x00000000

[PRES9]
UseByDef = true
UseSepSettings = true
Convergence = 0x43480000
UseByDef = true
UseSepSettings = true
Separation = 0x42440000

RMB doesn't work at all, EVEN BLOCKS SEPARATION FROM IR EMITTER'S WHEEL
[KEY4]

;aiming
Key = 501
Presets = 8;9;
Type = 2

[PRES8]
UseSepSettings = true
Convergence = 0x00000000
UseSepSettings = true
Separation = 0x00000000

[PRES9]
UseByDef = true
UseSepSettings = true
Convergence = 0x43480000
UseByDef = true
UseSepSettings = true
Separation = 0x42440000


Why me??!?!?! Please help me!!!!

#1
Posted 03/26/2017 10:31 PM   
Try this... [code]Key = 02[/code] ...it works on an older version of the DLL I had installed VK_LBUTTON 01 Left mouse button VK_RBUTTON 02 Right mouse button VK_MBUTTON 04 Middle mouse button on a three-button mouse edit:typo(-/=) and just Key = 2 seems to work also...
Try this...

Key = 02

...it works on an older version of the DLL I had installed

VK_LBUTTON 01 Left mouse button
VK_RBUTTON 02 Right mouse button
VK_MBUTTON 04 Middle mouse button on a three-button mouse

edit:typo(-/=) and just Key = 2 seems to work also...
#2
Posted 03/26/2017 11:14 PM   
@TsaebehT THANKS!!!! YOU SAVED MY LIFE!!! I'VE BEEN THE WHOLE DAY TRYING A MILLIONS OF THINGS AND NOTHING WORKED..... YEAH!!!! THIS LITTLE THING WORKED!!!! THANKS A LOT!!!!! :)
@TsaebehT THANKS!!!! YOU SAVED MY LIFE!!! I'VE BEEN THE WHOLE DAY TRYING A MILLIONS OF THINGS AND NOTHING WORKED..... YEAH!!!! THIS LITTLE THING WORKED!!!!
THANKS A LOT!!!!! :)

#3
Posted 03/27/2017 12:07 AM   
Heh. No problem at all... glad it worked for you! :)
Heh. No problem at all... glad it worked for you! :)
#4
Posted 03/27/2017 02:49 AM   
Scroll To Top