UPS Friendly Nixie Tubes


Fork of Santa's Nixie Tubes, with effort to make it more UPS friendly.

Utilities
8 days ago
1.1 - 2.1
19.0K
Circuit network

Changelog

Version: 0.4.0
Date: 2026-07-14
  Features:
    - Factorio 2.1 compatibility
    - Opening any Nixie Tube in a row now opens the configuration of its rightmost tube
    - The GUI now shows the value the display is currently showing
    - The signal can now be configured on Nixie Tube ghosts
    - Hovering any Nixie Tube in a row now shows the configured signal in its tooltip
  Gui:
    - The GUI title now names the Nixie Tube type and is localized, and closing plays a sound
  Translation:
    - Added German, Dutch, Polish and Russian translations for the new GUI strings
  Optimizations:
    - Digits are now only redrawn when the displayed value actually changes, significantly reducing script time for displays showing stable values
    - The selected signal is now cached instead of being re-read from the circuit condition every update
    - Nixie Tubes on surfaces nobody is looking at no longer consume the update budget
  Changes:
    - The hidden digit sprites no longer appear in Factoriopedia and can no longer be damaged
  Scripting:
    - Cleaned up lifecycle wiring and storage initialization
  Bugfixes:
    - Fixed that destroying any Nixie Tube closed every player's open Nixie Tube GUI
    - Fixed GUI windows getting stuck on screen after a mod update or /reconfigure-nixie-tubes
    - Fixed a crash when running /reconfigure-nixie-tubes from the server console
    - Fixed leftover floating digits and frozen displays when a Nixie Tube is removed by another mod or by deleting a surface
    - Cloned Nixie Tubes now work instead of staying blank
    - Overflow notation now accounts for the minus sign, so negative values no longer show as a positive number (e.g. -12 on two tubes shows -9 instead of 99)
Version: 0.3.2
Date: 2026-05-19
  Bugfixes:
    - Fixed crash when starting a new game when the "Enable overflow notation" mod setting is disabled (credit to nzdgg)
Version: 0.3.1
Date: 2026-01-08
  Bugfixes:
    - Fixed multiplayer crash (credit to Speshkitty)
Version: 0.3.0
Date: 2025-02-05
  Features:
    - Added overflow notation "999..." when numbers exceed display capacity (credit to n00mkrad)
  Bugfixes:
    - Fixed crash when undoing deconstruction of nixie tubes
Version: 0.2.9
Date: 2025-01-27
  Bugfixes:
    - Fixed nixie tubes not updating when viewed through remote view [fork by nmkd]
Version: 0.2.8
Date: 2024-12-09
  Translation:
    - Added Russian translation (credit to dodther)
Version: 0.2.7
Date: 2024-12-05
  Bugfixes:
    - Fixed crash when removing a Nixie Tube from a space platform
    - Fixed crash when deleting a surface with Nixie Tubes on it
Version: 0.2.6
Date: 2024-11-29
  Bugfixes:
    - Fixed displays not rendering when there is only a little bit of power available
Version: 0.2.5
Date: 2024-11-28
  Bugfixes:
    - Fixed Nixie Tubes not updating correctly when placed to the left or in the middle of a row
Version: 0.2.4
Date: 2024-11-28
  Bugfixes:
    - Fixed a crash when there were no observable Nixie Tubes, e.g. when all connected players are in map view
Version: 0.2.3
Date: 2024-11-24
  Bugfixes:
    - Fixed numbers not being removed when removing a Nixie Tube
  Optimizations:
    - Improved performance when rendering Nixie Tubes
    - Improved performance when placing and removing Nixie Tubes
    - Improved performance when loading the mod after a configuration change
Version: 0.2.2
Date: 2024-11-26
  Features:
    - Added descriptions to items and entities
    - Improved localization
  Optimizations:
    - Prevented updating Nixie Tubes on surfaces nobody is looking at
  Translation:
    - Added Polish translation (credit to skill3472)
    - Added Dutch translation (credit to pindab0ter)
  Bugfixes:
    - Fixed Nixie Tubes updating multiple times in one tick
    - Fixed not always using the full updates per tick budget
    - Fixed counting skipped updates towards updates per tick usage
Version: 0.2.1
Date: 2024-11-24
  Bugfixes:
    - Small Reinforced Nixie Tube recipe now requires the correct items
Version: 0.2.0
Date: 2024-11-24
  Features:
    - Factorio 2.0 compatibility
    - Added support for negative numbers
    - Added a simple GUI for setting the circuit network signal
    - Improved wire connection visuals
    - Made it even more FPS friendly
  Changes:
    - Removed the "Update delay" setting, as this could lead to stuttering
  Scripting:
    - Cleaned up the code to make it readable
Version: 0.1.19
  Features:
    - dedebugger
Version: 0.1.18
  Features:
    - Fixed nixie breaking bug
Version: 0.1.17
  Features:
    - Fixed an issue that was causing message spamming when nixies are removed by other mods
Version: 0.1.16
  Features:
    - commented out a log dump that was causing slowdowns on placing ghosts
Version: 0.1.15
Date: 1/11/2023
  Features:
    - added some code to rebuild all nixie databases and regenerate all sprites when configuration changes
Version: 0.1.14
Date: 12/26/2022
  Features:
    - Removed on_entity_cloned event because it was causing crashes
Version: 0.1.13
Date: 12/9/2022
  Features:
    - Fork to UPS friendly version
Version: 0.1.12
Date: 26. 11. 2020
  Features:
    - Updated to base game 1.1 (1.1.1)
Version: 0.1.11
Date: 23. 01. 2020
  Features:
    - Updated to base game 0.18 (0.18.1)
Version: 0.1.10
Date: 19. 10. 2019
  Bugfixes:
    - Fixed placing a nixie over another resulting in an error displaying unknown localisation.
Version: 0.1.9
Date: 30. 03. 2019
  Changes:
    - Made smaller circuit network connector sprites for the reinforced nixie tube
  Modding:
    - Listening to script_raised events (mod compatibility with "Construction Drones" mod)
Version: 0.1.8
Date: 26. 02. 2019
  Features:
    - Updated to base game 0.17 (0.17.0)
Version: 0.1.7
Date: 27. 10. 2018
  Changes:
    - Made smaller circuit network connector sprites for the regular nixie tube (not reinforced)
    - New screenshots for the mod page (and also available in the mod itself)
Version: 0.1.6
Date: 16. 9. 2018
  Features:
    - New additional nixie tube sprite
  Changes:
    - Added new nixie recipe to include the new nixie
Version: 0.1.5
Date: 9. 8. 2018
  Bugfixes:
    - Fixed invalid nixie when deconstructing using robots
    - Fixed icon in power network only showing half
Version: 0.1.4
Date: 16. 5. 2018
  Changes:
    - Soft coded technology ingredients (compatibility with MoreScience mod by lovely_santa)
    - Updated prototype coding for feature release
Version: 0.1.3
Date: 17. 12. 2017
  Features:
    - Hiding arrows of the combinator on detailed view
Version: 0.1.2
Date: 14. 12. 2017
  Features:
    - Updated to base game 0.16 (0.16.2)
Version: 0.1.1
Date: 28. 9. 2017
  Bugfixes:
    - Fixed positioning of arrows on small nixie display
Version: 0.1.0 - First public release
Date: 30. 7. 2017
  Major Features:
    - Initial release of regular and small nixies