AniMouse
SMSatisfactory Modding
•Created by AniMouse on 3/14/2025 in #help-developing-mods
Need help with Blueprint/C++ of custom resource extractor
I have been working on a custom version of miner which outputs a fixed resource and requires additional input in form of a catalyst resource consumed per production cycle. The issues are:
- Input Inventory and input connection component dsn't work at all, I have dug through a lot of info on this server and nothing has worked in the end
- Setting custom resource to the output in OnExtractableResourceSet doesn't work at all
- Overriding FactoryTick_Producing works only partially, production cycle float gets iterated but nothing comes out of the output
- As an extra I wasn't able to figure out what can/should be done in Blueprint if needed at all, can't fully understand from modding starter project guide
What works:
- CanProduce seems to be working properly despite input inventory not properly functioning
- The whole thing about restriction to resource nodes of special type works too
- As said earlier, production cycle iterates but i feel like it's not thanks to the code i have already written
22 replies