Is there any way to modify existing GUI?
Is there any way to modify existing GUI?
I'm trying to add a checkbox to the train schedule GUI, but I don't see any documentation on modifying it, is it even possible at the moment?
Re: Is there any way to modify existing GUI?
Not really. I suppose that's a protection against buggy mods making the vanilla GUIs unusable. The best thing you can do is using a relative GUI which will be anchored to some other GUI. Custom Color is an example for a mod that attaches its own GUI to vanilla GUIs:
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
Re: Is there any way to modify existing GUI?
Yes, relative GUIs are the way: https://github.com/ClaudeMetz/UntitledG ... nilla-GUIs
My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Re: Is there any way to modify existing GUI?
Thanks, that was quite helpfulPi-C wrote: Mon Aug 14, 2023 6:27 amNot really. I suppose that's a protection against buggy mods making the vanilla GUIs unusable. The best thing you can do is using a relative GUI which will be anchored to some other GUI. Custom Color is an example for a mod that attaches its own GUI to vanilla GUIs:
relative-gui.png
Re: Is there any way to modify existing GUI?
That's a really nice tut, thx a bunchXorimuth wrote: Mon Aug 14, 2023 11:11 am Yes, relative GUIs are the way: https://github.com/ClaudeMetz/UntitledG ... nilla-GUIs