How do i expand furnace interface

Started by MightyMonte88, December 07, 2020, 04:18:27 PM

MightyMonte88

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?

ai_enabled

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!

MightyMonte88

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.