Lines on sprites and textbox in Android version?

Clashman

2020-07-17 13:05:42

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?

vit9696

2020-07-17 16:19:34

Use render-self=no in ons.cfg. It is mentioned several times here on the forums.

Clashman

2020-07-17 22:07:22

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!