Page 1 of 1

Generic recursive assembler

Posted: Sat Nov 23, 2024 5:42 pm
by Calid
My implementation of a generic assembler.

1. Specify an item to craft
2. Load base resources which are listed in the item's tooltip (All intermediates will be figured out automatically)
3. Profit

This version has a maximum depth of 4, but it is easily extendable, just copy-paste and add some wiring between levels.
First pass is the longest as intermediate resources are cached for the future passes.

Assembler in action: https://www.youtube.com/watch?v=0FMAHHLrje0

Image


Re: Generic recursive assembler

Posted: Tue Dec 10, 2024 9:43 am
by Thagaar
Very neat. Is it possible that you can share blueprint? as the button does work or I'm doing something wrong and cannot copy. Many thanks :D :D

Re: Generic recursive assembler

Posted: Wed Dec 11, 2024 8:26 am
by Thagaar
Got it sorted.

Re: Generic recursive assembler

Posted: Wed Dec 11, 2024 9:00 am
by aka13
Very nice