Show me pretty UI


Custom your UI. For example: new UI, displaying parameters of players and vehicles and adding many custom settings. (Btw, temporarily shows vehicles parameters when a player get out his vehicle and when player's cursor hover over the vehicle) I'll add integrations with magic mods later + new nice-looking icons to UI in the next updates. Almost 0 impact on UPS! Anyone can translate the mod on Crowdin. https://crowdin.com/project/factorio-mods-localization

Utilities
1 year, 1 month ago
0.16 - 1.1
734

g permanent text

6 years ago
(updated 6 years ago)

i saw that you were updating the text every tick (to prevent the floating animation?)
you can prevent the animation by using a custom entity like this one
data:extend({{
type = "flying-text",
name = "static-text",
flags = {"not-on-map", "placeable-off-grid"},
time_to_live = 0,
speed = 0
}})

(btw: thank you for inspiring me to my latest mod)

6 years ago

Thank you, updated the mod

It was fun and given me a lot of ideas when was set "time_to_live = 0"
When "time_to_live = 1" nothing to showed
When "time_to_live = 2" showing 1 times, what and I wanted :)

This thread has been locked.