client only with gui?

Place to get help with not working mods / modding interface.
SilverB1rd
Inserter
Inserter
Posts: 47
Joined: Fri Mar 17, 2017 9:19 pm
Contact:

client only with gui?

Post 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.
daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: client only with gui?

Post 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.
quick links: log file | graphical issues | wiki
Helfima
Fast Inserter
Fast Inserter
Posts: 202
Joined: Tue Jun 28, 2016 11:40 am
Contact:

Re: client only with gui?

Post by Helfima »

SilverB1rd wrote:I'm trying to create a ratio cheat sheet / calculator mod
i have create a mod for that :P Helmod
Post Reply

Return to “Modding help”