Which file is the GUI setting of the "linked chest" in?

Place to get help with not working mods / modding interface.
Post Reply
sdgmlj
Fast Inserter
Fast Inserter
Posts: 127
Joined: Sun Jul 04, 2021 11:12 pm
Contact:

Which file is the GUI setting of the "linked chest" in?

Post by sdgmlj »

I want to modify the GUI of "linked chest", but I haven't found the file. Where is it?

robot256
Filter Inserter
Filter Inserter
Posts: 596
Joined: Sun Mar 17, 2019 1:52 am
Contact:

Re: Which file is the GUI setting of the "linked chest" in?

Post by robot256 »

Mods generally can't modify core vanilla GUIs outside of the entity API properties that govern the GUI. Mods can add sidebars to a particular entity GUI, or instantly close the entity GUI and open a separate mod GUI in its place.

sdgmlj
Fast Inserter
Fast Inserter
Posts: 127
Joined: Sun Jul 04, 2021 11:12 pm
Contact:

Re: Which file is the GUI setting of the "linked chest" in?

Post by sdgmlj »

robot256 wrote:
Tue Mar 29, 2022 5:38 pm
Mods generally can't modify core vanilla GUIs outside of the entity API properties that govern the GUI. Mods can add sidebars to a particular entity GUI, or instantly close the entity GUI and open a separate mod GUI in its place.
thank you

In fact, I just want to find the original script, see how it works, and then copy it into my new GUI, and then make modifications, such as changing the graphics mode to digital input

Because I don't understand how it works, I want to know how they are related

robot256
Filter Inserter
Filter Inserter
Posts: 596
Joined: Sun Mar 17, 2019 1:52 am
Contact:

Re: Which file is the GUI setting of the "linked chest" in?

Post by robot256 »

GUIs are all generated from code during the game, so they aren't part of the Lua prototype definitions. You'll have to use other mods as an example instead.

Post Reply

Return to “Modding help”