Page 1 of 1

[0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 5:42 pm
by binbinhfr
Hi,

in debug mode (F5) i have this strange overwritten texts on top, which make the whole thing unreadable.
It's quite new , because before it was working ok, no ?

And If I pause the game (ESC), I can see after a few seconds that things are getting a little better (look in the upper dark zone)
debug overwrite.jpg
debug overwrite.jpg (291.7 KiB) Viewed 2531 times
debug overwrite 2.jpg
debug overwrite 2.jpg (179.31 KiB) Viewed 2531 times

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 6:25 pm
by TruePikachu
Not a bug. That is one of the debug overlays (F4), which overlaps with the detailed time info because of your window size. Things get better when you pause because nothing needs to be simulated, so there is less in the detailed time info :)

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 6:58 pm
by binbinhfr
But I cannot solve this, even in full screen on 1920x1080 ?
How can I read these infos correctly ?
A way to downsize the font ?

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 7:05 pm
by TruePikachu
GUI scale.

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 7:31 pm
by binbinhfr
TruePikachu wrote:GUI scale.
That's a turnaround, but I'll have to switch it everytime I want to consult the debug, otherwise my game GUI is too small on a HD screen...

So it would be better if the debug font was smaller, or customisable in INI file.

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 7:39 pm
by Loewchen
Just to make sure, you know you can hide info you don't need in the debug menu (F4)?

Re: [0.13.12] overwritten debug infos

Posted: Sat Jul 30, 2016 8:01 pm
by binbinhfr
Loewchen wrote:Just to make sure, you know you can hide info you don't need in the debug menu (F4)?
Good idea. I missed this one. It's the solution. Thx :-)

Re: [0.13.12] overwritten debug infos

Posted: Mon Aug 01, 2016 2:43 pm
by posila
Overlapping of debug info also annoyed me, so I added debug_font_size to config.ini to 0.13.14.

I won't even put it to changelog as debug layer is not considered part of main game and we usually change it as we need when debugging issues.

Re: [0.13.12] overwritten debug infos

Posted: Mon Aug 01, 2016 3:13 pm
by binbinhfr
Thx guy ! good idea. Even I often use it to see if my mods are not too cpu demanding.