Nixie Tubes


Adds nixie tubes, for displaying values from a connected circuit network.

26 days ago
0.13 - 2.0
82.5K

Changelog

Version: 2.0.8
Date: 2025-08-27
  Changes:
    - add `/NixieTypeCode [code]` for looking up type codes in-game
Version: 2.0.7
Date: 2025-08-25
  Changes:
    - correct dependency threshold for factorio >=2.0.58 for `mod-data` prototypes
    - register `{`, `}`, `@` signals for signalstrings if present
Version: 2.0.6
Date: 2025-07-31
  Changes:
    - add `:` character mapping for alpha nixies too
Version: 2.0.5
Date: 2025-07-31
  Changes:
    - add `:` character
    - add time formatter (60)
Version: 2.0.4
Date: 2025-07-30
  Changes:
    - support other mods registering additional number formats
    - use the entity color if 'Use Colors' option is not selected
      - entity color changes may not be reflected immediately, update the value or format signals to force a refresh
      - a one-time migration will reset the colors to default on tubes that were set as white, as this seems to be a common condition for old blueprint
Version: 2.0.3
Date: 2025-07-18
  Changes:
    - updated icons of remaining extra virtual signals to match 2.0 style
    - fix colors on alpha nixies
    - enable/disable conditions now work on alpha nixies to turn the dispaly off entirely
    - enable/disable condition now forced always-on for numeric nixies (used for tracking when signals changes)
    - renamed `signal-float` to `signal-number-type`
    - added fixed-point and unsigned number types
    - added four char ASCII and Typecode types. `signal-number-type` always renders as Typecode.
Version: 2.0.2
Date: 2025-02-11
  Changes:
    - unify virtual signals with the ones added to base in 2.0.34
    - fix error when removing mods providing signals used in nixies
Version: 2.0.1
Date: 2024-10-18
  Changes:
    - cleanup unused prototype fields
Version: 2.0.0
Date: 2024-10-17
  Changes:
    - Updated for Factorio 2.0
    - Support for `double` by sending hex=2 and value high half on green, low half on red
Version: 1.1.5
Date: 2024-04-11
  Changes:
    - removed simhelper, use native sim mod loading
Version: 1.1.4
Date: 2023-12-22
  Changes:
    - removed use of funccapture, which is being removed
    - Type annotations and minor bugfixes
Version: 1.1.3
Date: 2022-06-02
  Changes:
    - use funccapture for tips & tricks
Version: 1.1.2
Date: 2021-02-03
  Changes:
    - Updated locales
Version: 1.1.1
Date: 2021-01-29
  Changes:
    - Added Tips & Tricks simulations
Version: 1.1.0
Date: 2020-11-24
  Changes:
    - Update for Factorio 1.1
Version: 0.18.5
Date: 2020-08-08
  Changes:
    - Option for slashed/nonslashed zero (Sprite from Reika)
Version: 0.18.4
Date: 2020-08-01
  Changes:
    - Updated Sprites thanks to Spectrus1702
    - Correctly initialize unconnected Nixie Tube mode selection when built unconnected
Version: 0.18.3
Date: 2020-05-01
  Changes:
    - Removed debug requires
Version: 0.18.2
Date: 2020-01-31
  Changes:
    - Release script skipped a version!?
Version: 0.18.1
Date: 2020-01-31
  Changes:
    - Fixed Rebuild Nixies re-adding tubes incorrectly