lorddakkon / diablo-iii-wasd

Automatically exported from code.google.com/p/diablo-iii-wasd
0 stars 0 forks source link

Keep running #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start D3
2. Run Diablo III G13JOY v1.4.ahk
3. Enter a game

What is the expected output? What do you see instead?
The avatar keeps running 24/7, no stopping, the G13 joystick does not respond

What version of the product are you using? On what operating system?
Diablo III G13JOY v1.4.ahk
G13 keypad, G9 mouse, Vista 64bit.
F12 assigned as move in script and game.
G13 stick assigned as joystick

Please provide any additional information below.
Whenever I start this script, my avatar keeps running non-stop toward where the 
mouse is. Can't alt tab out of the game, and can't click items in game. Also 
can't change keybinds in options while script is running.

Original issue reported on code.google.com by david.su...@gmail.com on 14 Jun 2012 at 12:19

GoogleCodeExporter commented 8 years ago
With the G13 script this will only happen when there is a calibration issue 
with your joystick on the pad.

You can try calibrating it in windows by searching for Game in the search box 
and you should see an option called "Set up a USB Game Controller". When you 
open that and select your G13 you should see an option for calibration.

If after calibrating, this still happens then it is because your joystick isn't 
returning to a center value close enough to 50, 50. The G13 stick starts at 0, 
0 in the upper left corner and is 100, 100 at the bottom right. Center should 
be 50, 50 but not all sticks return to rest at that properly.

The script is set to have a threshold of 5. That means it will do nothing at 
values of plus or minus 5 from center. that means as long as your stick returns 
between values of 45-55 for both axes it wont move by itself. If after 
calibration, it still is moving by itself then you need to increase the 
threshold variable in the script a bit. Try putting it to 10 and see if that 
helps.

Original comment by jsig...@gmail.com on 14 Jun 2012 at 2:49