Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
https://forums.factorio.com/viewtopic.php?t=117727
A bit needlessly complicated of course but doable.
For the first number (from the right), you only need to do %10 (modulo 10), then on the display panel compare that number with 0, 1 and so on up to 9 and display the image of that number if true.
For the second number, you first need to divide it by 10 before doing the %10, for the third you need to divide by 100 and so on.
As I said, needlessly complicated but funny enough not that big in terms of space since all of the comparisons are done in the display pannels themselves (would be a way bigger mess otherwise).
Just for fun I made a small one that does 3 digits (with a constant combinator as the base but a chest would work just the same):
EDIT: What I did was pretty much the same as klonan with fewer combinators.
I am also not really pleased that they can only show images, or some short text above (that can't be configured through circuit network either), it makes these display panels barely better than lights at displaying information as far as I'm concerned.
"Amount of Iron is [iron-plate]"
or
"Copper [copper-plate], Iron [iron-plate]"