lorddakkon / diablo-iii-wasd

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

WASD in Fullscreen not working? #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In fullscreen mode (non-windowed) script isnt working.

> What is the expected output? What do you see instead?

In windowed mode (including windowed-fullscreen) script is working perfectly 
(cheers!), but as mentioned above, cant get script working in fullscreen. Tried 
reloading script, various resolutions (2560x1600, 1920x1200, etc).

> What version of the product are you using? On what operating system?

script latest version, Win7 64bit.

Original issue reported on code.google.com by javat...@gmail.com on 22 Mar 2012 at 8:27

GoogleCodeExporter commented 8 years ago
Hmm. This is the first issue of this kind that I have heard of so I need to ask 
some more questions to pin down the issue if you are still having it.

What resolution are you running your desktop at?

What resolution is your game set to when it is in fullscreen mode?

One thing to keep in mind is the script only checks for your screen position 
once when you first enter the game. When it does that it calculates screen 
height, width, the center position and where the upperleft corner is (this is 
mainly so the script works with windowed versions). If anything changes after 
the fact that changes that information the script isn't going to work correctly.

So if your resolutions are different between fullscreen and windowed mode, or 
if you move the window after this calculation it will break the script.

Brainstorming your problem has moved me toward the idea that I need to 
incorporate a way for the script to reconfigure itself after a change in 
resolution or moving a window. I may add a Hotkey to actively resync while 
running the script. Thanks for bringing this issue up.

Sorry for the late response btw. I am new to Google Code sites and had been 
completely ignoring this page of the site.

Original comment by jsig...@gmail.com on 4 Apr 2012 at 6:45

GoogleCodeExporter commented 8 years ago
Hey,

finally I had a chance to play D3 again, and tested with your latest 1.2
script - and it works now 100%, in fullscreen or windowed alike. Tested
with various resolutions ;-)

Then I tested with 1.0 - fullscreen didnt worked (in any resolution,
2560x1600 (native, same as desktop) or 1920x1200, etc), in Windowed works
as intended (in all resolutions). Reloaded script after each change.

In any case - 1.2 works great and much love for the awesome script!

Original comment by javat...@gmail.com on 22 Apr 2012 at 11:12

GoogleCodeExporter commented 8 years ago
That is good to hear.

The latest versions of the scripts will automatically update window information 
just by tabbing in and out of the game so there is no reason or need to reload 
it each time you change your resolution. Just tab in and out of the game and it 
should recalibrate.

Original comment by jsig...@gmail.com on 22 Apr 2012 at 11:20

GoogleCodeExporter commented 8 years ago
It doesnt work anymore since blizzard removed the ability to alter the move 
assignment key/button

Original comment by zuberi...@gmail.com on 30 May 2012 at 12:33

GoogleCodeExporter commented 8 years ago
They haven't altered anything. You can still rebind Move Only to whatever you 
want. The only things you can't rebind are the left and right mouse buttons and 
the Cntrl key. Everything else is customize-able. What issue are you having 
specifically.

Original comment by jsig...@gmail.com on 30 May 2012 at 2:31