Many modders (including me) are having problems making wires blueprintable due to script-created entities.
It would be nice if it was possible to add the connections to any entity and give it a custom luacontrolbehaviour to control the output signals via script.
circuit interface for all prototypes
circuit interface for all prototypes
creator of 52 mods
My requests: relAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
My requests: relAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
Re: circuit interface for all prototypes
This simply isn't possible. All circuit control behavior logic has to be associated with a backing C++ class and there are performance implications, save file size, and runtime memory usage to adding circuit support for any specific entity.
If you want to get ahold of me I'm almost always on Discord.