Log in

View Full Version : Green, Clicking to desktop


Vidar
10-15-2019, 01:19 PM
So im piddling on green. for some reason all of a sudden when i left click(not on a mob, just terrain) my game minimizes and im staring at my desktop. any idea how to make it so i cant click through the game?

Deathrydar
10-15-2019, 01:30 PM
So im piddling on green. for some reason all of a sudden when i left click(not on a mob, just terrain) my game minimizes and im staring at my desktop. any idea how to make it so i cant click through the game?

Sounds like a windowed mode/resolution issue. There are many things that can cause it so I would recommend looking at the sticky's in this thread.

Deathrydar
10-15-2019, 01:43 PM
Long story short: This was happening to me. The way I fixed it was two fold-

First: You have to log in and out of the game in windowed mode. You can try to change it back to fullscreen once in the game, but even if that works, you have to change it back to windowed mode every time you log out! There is a line in the ini file that you can change to "windowed" to remedy this.

Secondly, in the ini file, do this:

hit ctrl+f, type windowedwidth, you should see something like this:

WindowedWidth=1280
WindowedHeight=768
Width=1280
Height=768
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=1280
HeightWindowed=768


change it to this:

WindowedWidth=800
WindowedHeight=600
Width=800
Height=600
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=800
HeightWindowed=600

That should fix it, although you may have to mess with it a bit.