Satisfactory ModdingSM
Satisfactory Moddingβ€’7mo agoβ€’
12 replies
AniMouse

Configuring Overclock Widget for custom manufacturing UI

So, I have been making Lithium mod for a long time and the only thing I couldn't get is how to properly set up Overclock widget. My resource extractor has a custom widget which, as expected, includes overclocking.

What I have issues with is that it doesn't react to hotkeys when trying to move shards from overclock slot to player's inventory (dragging shards with works as expected). This works for extractor's other slots like input and output slots. And I have implemented DropInventorySlotStack so resources can be dropped from player's inventory to all buildable's slots - input, output, overclock.

I have found one more place where it was present in. In 1.0 if you tried to do the same in manufacturer UI before setting a recipe same would happen. But not in 1.1

I'm not sure what I miss. Is it an issue with Extractor widget? Overclock widget? Or even player inventory?
Solution
After setting Overclock Widget's buildable factory you need to clear MoveStack bindings and create a new one related to moving stacks and bind it to mentioned stack move event
UnrealEditor_MkI4DHT9Ur.png
Was this page helpful?