Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

[PSA] the newest update (1.182.2) has broken lcd updates [Fixed in 1.182.203]

$
0
0
Basically lcds only update once every 100 ticks (0.6fps) now. doesnt matter if its SP or MP.

Edit: Workaround has been found, you can force an update by making the lcd switch to texture and back to text like in ye olden days (this drains performance tho):
Code:
lcd.ShowTextureOnScreen();
lcd.ShowPublicTextOnScreen();
thx to MMaster for taking a peek using dotpeek :)

Edit2: talking with a dev, figuring out the issue

Edit3: please dont use the walkaround unless you absolutely have...

[PSA] the newest update (1.182.2) has broken lcd updates [Fixed in 1.182.203]

Viewing all articles
Browse latest Browse all 903

Trending Articles