- A machine which scans the world for tiles and/or entities and/or ghosts which are blueprintable, and generates information on the circuit network it is connected to.
- A machine which takes information from the circuit network, and generates in-world ghosts.
- A machine which can cancel ghosts.
- A machine reads from a blueprint item, and sends its contents to the circuit network.
- A machine reads from the circuit network, and writes to a blueprint item.
- A machines which takes a blueprint book, and crafts it into a blueprint item, and a blueprint book which is missing that page.
- A machine which takes a blueprint item and a blueprint book, and crafts them together into a blueprint book which has that page added.
- A machine which examines the world, and writes to the circuit network whether or not that location is marked for deconstruction.
- A machine for creating deconstruction planner items from the circuit network.
- A machine which can mark or unmark a particular x, y position (taken from the circuit network) for deconstruction, possibly using a deconstruction planner item as a filter.
- A machine which scans the world for non-blueprintable-but-deconstructable entities and outputs what it sees to the circuit network. This means, trees, rocks, cliffs.
- A machine for creating upgrade planner items from the circuit network.
- A machine for applying an upgrade planner to the world, or cancelling planned upgrades.
- A machine for reading from an upgrade planner item, to the circuit network.
Automatable Blueprints
-
- Burner Inserter
- Posts: 9
- Joined: Wed Feb 20, 2019 3:57 am
- Contact:
Automatable Blueprints
This idea is to add a dozen or so machines which make all aspects of blueprints automatable.
-
- Filter Inserter
- Posts: 587
- Joined: Sun Jun 09, 2019 10:40 pm
- Contact:
Re: Automatable Blueprints
So, sounds like you want more or less a sequence of steps that go from "nothing" to "recursive blueprints", and expose all the bits that are implied (but probably not implemented) inside the logic of it, yes?
AAI Programmable Structures already provides some of the scanning and marking stuff, and is very close on other parts. Perhaps asking Erendal to add some of those features, if missing, would be the fast next step?
Not the blueprint book manipulation stuff, but the marking and scanning. Oh, and check out "ghost scanner", which is one of several mods that export data about ghosts in the local region to the circuit network.
AAI Programmable Structures already provides some of the scanning and marking stuff, and is very close on other parts. Perhaps asking Erendal to add some of those features, if missing, would be the fast next step?
Not the blueprint book manipulation stuff, but the marking and scanning. Oh, and check out "ghost scanner", which is one of several mods that export data about ghosts in the local region to the circuit network.