Page 1 of 1

Lines on sprites and textbox in Android version?

Posted: 17 Jul 2020, 16:05
by Clashman
https://i.redd.it/iwl2jv50zbb51.png

The sprites do this intermittently, sometimes the sprite looks normal and then it can change to a different pose covered in the lines. The lines don't go past the sprites and the mouth movements appear on top of the lines.

The data verified perfectly fine and the sprite files look perfectly normal, so this is presumably a rendering error. I'm running the game on a 9th gen Kindle Fire 10, changing between OpenGL 2 or 3 or turning data caching on or off doesn't help. Is there anything I can do to fix this?

Re: Lines on sprites and textbox in Android version?

Posted: 17 Jul 2020, 19:19
by vit9696
Use render-self=no in ons.cfg. It is mentioned several times here on the forums.

Re: Lines on sprites and textbox in Android version?

Posted: 18 Jul 2020, 01:07
by Clashman
Oh, I looked up tearing in the forum and saw that mentioned, but from the context of that specific comment I thought I was supposed to put it in default.cfg which didn't work. Putting it in ons.cfg fixes it perfectly. Thank you!