Page 1 of 1

Confusion bug

Posted: Sun Jan 15, 2012 10:51 am
by vedun-z
Hi guys!

I have nice bug with confusion debuff. See screenshot below:

http://img.leprosorium.com/1346278

As you can see, my hero have no buff or debuff, but my screen is still corrupted. Do you know how to fix it?

Re: Confusion bug

Posted: Sun Jan 15, 2012 8:21 pm
by Varil
I've noticed this with confusion too. When it wears off or is cured, the screen stays fuzzy until after my next turn. Are you saying yours is persisting past the one turn?

Re: Confusion bug

Posted: Sun Jan 15, 2012 10:30 pm
by bricks
Deactivating shaders in the graphics options might work... (Not sure, shaders have never worked on my system.) But it's just a temporary fix.

Re: Confusion bug

Posted: Mon Jan 16, 2012 7:55 am
by vedun-z
Varil wrote:. Are you saying yours is persisting past the one turn?
Screen stays fuzzy even on the global map.
bricks wrote:Deactivating shaders in the graphics options might work
Yep, it works.

I want to send something helpful to developers, event log or character dump, but i don't clearly understand what they need.

Re: Confusion bug

Posted: Tue Jan 17, 2012 7:53 am
by thanatopsis6
I just had this happen to me too.. First I tried dying, which did no good.. Then I attempted to close TOME down and restart, to no avail :P Decided to try getting confused again and see if it'd clear after that confusion ticked out and still no good..

I switch to my golem and his vision is 20/20! I feel drunk with all this fuzz..

Either way, no error message popped up or anything and I can continue foward, albeit fuzzy :P

I wanted to dig around in debugging to see about a fix but I can't seem to get it to work.. Tried first to get it working for the Ambush! bug, followed the instructions and added cheat = true cheat.cfg to the settings folder.. No response from ctrl A or ctrl L.. It said something about keybiding a key for debugging but I can't find an in-game option and only found keybinds2.cfg in the 4.0 folder and its an empty text document.. :(

Any suggestions? :)

Re: Confusion bug

Posted: Tue Jan 17, 2012 8:19 am
by edge2054
When you have cheat mode active you can press escape to pull up the options. One of those choices is keybindings or hotkeys or something. In that option you want to bind the console to a hotkey so you can pull it up.

control + "L" pulls up the lua console regardless of keybindings (to the best of my knowledge) but requires some knowledge of the games functions and lua to make use of.

Are you sure the file name is correct? Windows likes to rename it cheat.cfg.cfg which is wrong. Also you may need to use notepad++ to enter cheat = true but I'm not 100% sure (maybe regular notepad or wordpad will work).

Re: Confusion bug

Posted: Tue Jan 17, 2012 2:34 pm
by yufra
It sounds like even though the "Confused" timed effect cleared the "confused" attribute was not properly removed. If you get the Lua console up and running (edge2054 posted a few pointers there) then it would be helpful to know the result of this:

Code: Select all

=game.player:attr("confused")
Cheers!