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):
thx to MMaster for taking a peek using dotpeek ![Smile :) :)]()
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]
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();

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]