Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
it's all added to hud, why do you need it?
Towards the bottom of the script you will find a section for LCDpanels that has 4 parts that look like this
if (LCDpanels != null)
{
LCDpanels.ClearImagesFromSelection();
LCDpanels.AddImageToSelection(jumpStatusImage);
LCDpanels.ShowTextureOnScreen();
}
The three lines within the brackets can be replaced by
if (LCDpanels != null)
{
LCDpanels.AddImageToSelection(jumpStatusImage);
LCDpanels.RemoveImageFromSelection(LCDpanels.CurrentlyShownImage);
}
This will fix the blinking issue and keep the added textures to 1 at a time. Do this for each one: jumpStatusImage,chargeStatusImage,oxygenStatusImage, and hydrogenStatusImage and they will all be working again.
щас когда запускаю экран токо на миг отображает статус чего либо
FYI - I also tried rebuilding the system in fresh world with no other mods with the same issue so I've got no idea what the almighty Clang has been up to...
you set the texture, right?
http://gtm.steamproxy.vip/workshop/filedetails/?id=783531821
if so then show me a screenshot of the program block log
"Place any quantity of LCD Panels, and rename it to "LCD Oxygen Status""
Even when the LCD did finally work ... it did not update
>ownership correct
>1 second timer (run timer, run program)
>"LCD Oxygen Status" lcd name as you state
= no update
Only that everything is checked in his works. try you call timer like something different.
http://images.akamai.steamusercontent.com/ugc/200805491804149458/28333EC9E5ECC5F5F404221F7A326434178C345C/
http://gtm.steamproxy.vip/id/Morphik/myworkshopfiles/?appid=244850
i can convert the program. texture - is unlikely, wrong style.