UPS Friendly Nixie Tube Display mod. The Nixie Tubes are an extension of a Lamp, which means it inherits its circuit connection section as well.
This is what I would like to achieve:
- Remove the lamp specific section (Use colors/Color mapping/Color components/Packed RGB)
- Keep the Enable/disable section
- Add a section where you can select the signal which value you would like to display on the nixie tube(s)
Can anyone help me out with how to go about this? I'm a software engineer so I'm well at home with programming in general. I got the mod to a state where it works. I'm just not familiar with the Factorio API and how to approach this.
What parts of this go in the prototypes? What part is runtime behaviour? What are the relevant parts of the API? How would you approach this?