Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский — Испания)
Español - Latinoamérica (испанский — Латинская Америка)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский — Португалия)
Português-Brasil (португальский — Бразилия)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
For example typing this
inventory +ingot
instead of this
inventory * +ingot
@0 auto_lcd
inventory {gas} +ice (this is to see how much ice is in my H2/O2 aka 'gas' generators)
@1 auto_lcd
tanks * oxygen
@2 auto_lcd
tanks * hydrogen
However, when I add this exact chunk of text to my console, it doesn't work as intended, and I don't know why. I've verified that
inventory
tanks * oxygen
tanks * hydrogen
will display the desired values on the *first* screen, but as soon as I put in the @* auto_lcd lines in, the first screen freezes, and nothing displays on the other screens.