AtomicTorch Studio Forums

CryoFall => Modding info => Topic started by: MightyMonte88 on December 07, 2020, 04:18:27 PM

Title: How do i expand furnace interface
Post by: MightyMonte88 on December 07, 2020, 04:18:27 PM
I increased the inventory input and output slots on furnaces and electric furnaces, however the lower row of output slots cannot be seen , they appear below the cutoff line for the interface window. What files would i need to access to change this to accommodate for more slots?
Title: Re: How do i expand furnace interface
Post by: ai_enabled on December 08, 2020, 02:19:43 PM
Hello!
This UI control is used for the furnace interaction window: Core.cpk\UI\Controls\Game\WorldObjects\Manufacturers\WindowManufacturer.xaml

Client mod could override it to change the layout.

BTW, you can increase the stack sizes for specific item types with a mod. In that case, the expanded furnace would be not necessary.

Regards!
Title: Re: How do i expand furnace interface
Post by: MightyMonte88 on December 08, 2020, 02:33:28 PM
I'm planning to run the stackmod that you modified to be serverside, and i hadn't actually thought about it that way but yeah your right lol, but ty anyways for the info on if i did want to still expand the interface.