Page 1 of 1

client only with gui?

Posted: Tue Mar 21, 2017 3:27 pm
by SilverB1rd
Is it possible to have a mod that has a gui, but does not affect gameplay, that would not require Synchronization?

I'm trying to create a ratio cheat sheet / calculator mod, which would display a window with handy building ratios like pumps -> boilers -> steam engines 1->14->10. The mod would not be attempting to change the game state, unless gui elements are considered game state.

I have searched around but have not been able to find much reference material on how to make a mod that does not require Synchronization.

Re: client only with gui?

Posted: Tue Mar 21, 2017 3:41 pm
by daniel34
No, it's not possible. If your mod contains a data.lua or control.lua (which is required for GUIs) then it requires synchronization.
The only mods that don't require synchronization are mods that only contain scenarios, campaigns or locale files.
SilverB1rd wrote:The mod would not be attempting to change the game state, unless gui elements are considered game state.
GUI elements are in fact considered part of the game state.

Re: client only with gui?

Posted: Wed Mar 22, 2017 12:38 pm
by Helfima
SilverB1rd wrote:I'm trying to create a ratio cheat sheet / calculator mod
i have create a mod for that :P Helmod