Extends tooltips with additional information: building dimensions, fluid filters, module limits, heat parameters, radar scan time, and more.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 1.0.4
Date: 2026-06-23
Info:
- Updated for Factorio 2.1
Version: 1.0.3
Date: 2026-06-17
Features:
- Added effect source indicators (modules, beacons, surface) with new settings
Changes:
- New build_icon_tooltip_fields utility for consistent icon grouping
- Refactored allowed_modules_info: now properly filters module categories by allowed_effects,
shows icons for standard modules and localized text for modded modules,
added caching for module lookup and parameter limit protection (max 18)
- Refactored modules_effects_info: now uses build_icon_tooltip_fields
- Refactored lab_info: now uses build_icon_tooltip_fields
- Refactored ammo_categories_info: now uses build_icon_tooltip_fields
- Consistent icon ordering: speed → efficiency → productivity → quality → pollution
Bugfixes:
- Fixed Localised string key is too large errors in ammo_info and allowed_modules_info
- Fixed Too many parameters for localised string error
- Fixed beacon effect source display in allowed_modules_info
- Removed duplicate target_filter display in ammo_info
Version: 1.0.2
Date: 2026-06-16
Bugfixes:
- Fixed entity_size tooltip crash: added validation to ensure collision_box data exists before calculating dimensions
Version: 1.0.1
Date: 2026-06-13
Changes:
- Refactored fluid_color_markers: improved parameter fluid filtering
- Optimized modules_recipe_info: added skip table for unknown recipes
- Improved modules_effects_info: rewritten allowed effects logic with default tables
- Enhanced allowed_modules_info: added cache for module localization
- Simplified lab_info: improved multi-line tooltip generation
- Expanded entity_size: added new prototype entities
- Optimized fluid_box_info: reordered prototype list
- Added machine cache to void_info for better performance
- Removed unused add_localized_string function
Version: 1.0.0
Date: 2026-06-10
Info:
- Inital Release