MrWolf
SMSatisfactory Modding
•Created by MrWolf on 11/14/2024 in #help-developing-mods
Widget recipe selection.
I've been digging through the widget nodes. I havent been able to figure out a good method to generate a list of recipes used by a building type. The manufacturing widget does this with a stubbed function. Is there a way to call down into that function perhaps?
The best I've come up with so far is to grab a list of recipes from each category, and then cycle through the recipes and filter by which are buildable by class of type self.
It might be better to write that up as a subsystem or cache it somehow... But I figure there has got to be a better method... Or perhaps not, and that may be why most widget mods don't carry recipe selection.
It might be better to write that up as a subsystem or cache it somehow... But I figure there has got to be a better method... Or perhaps not, and that may be why most widget mods don't carry recipe selection.
21 replies
SMSatisfactory Modding
•Created by MrWolf on 11/10/2024 in #help-developing-mods
Animation Help
4 replies