Get a list of all possible SignalIDs
Posted: Tue Mar 11, 2025 10:58 pm
I want to make a tool that can generate circuits, and for this I would like a list of all possible SignalIDs that can be on a circuit network. Currently I am doing the following:
- Get all prototypes of the types listed under SignalIDType.
- Remove all prototypes where hidden or hidden_in_factoriopedia are true.
- For recipe and asteroid chunk prototypes, remove everything where hide_from_signal_gui is true.
- Remove all entities that have an item with the same name.