Page 2 of 2

Re: /c game.take_screenshot{show_gui=true} problem

Posted: Wed Jun 01, 2016 8:50 pm
by Rseding91
Zeblote wrote:
Rseding91 wrote:Other player's GUIs aren't available.
What? They why is the modding api so limited?
It's not the mod API: other player GUIs don't exist for the local player. They only exist on the local instance the player is connecting from.

Moded GUI elements have special backing classes that store all the properties/values so you can read/write them without actually having the real GUI elements created. That's also why they change the game state because they're saved out to the save file unlike non modded GUI elements.

Re: /c game.take_screenshot{show_gui=true} problem

Posted: Thu Jun 02, 2016 11:06 am
by binbinhfr
Rseding91 wrote:Moded GUI elements have special backing classes that store all the properties/values so you can read/write them without actually having the real GUI elements created.
That makes sense.
But it does not explain why the local gui cannot be saved, as it was before (as matjojo the author of SSU mod confirmed it).