Space Engineers

Space Engineers

for "LCD status bars" script
22 Comments
MR Ban@noo 16 Jan @ 2:44pm 
Is there already an update for the script? Unfortunately I can't use it. Please provide an update or a current link where I can download the code. Thanks
самовар  [author] 23 Sep, 2022 @ 11:01am 
ok, i fixed it. but I don't understand how to update it here
Mr. Shadow 20 Sep, 2022 @ 9:08pm 
Yes, please update. Automatic LCDs is nice but it isn't as fancy as this fine script
m1dn1ck 3 Apr, 2022 @ 11:33pm 
it is looking so much nicer ;)
самовар  [author] 31 Dec, 2021 @ 9:48pm 
no shit, does anyone need this mod in 2022?
it's all added to hud, why do you need it?
KilledJoy 11 Dec, 2021 @ 9:38pm 
way to necro the whole damn mod... suprising it doesnt work its 2016 numbnuts
慕容夜 10 Dec, 2021 @ 11:55pm 
not work!
OperationDx 2 Mar, 2020 @ 10:47am 
The script keeps breaking. When I check script I get all kinds of warnings
самовар  [author] 6 Apr, 2018 @ 11:10pm 
Thanks, I'll update someday. I do not play this game now
tyrewb2 26 Mar, 2018 @ 8:46pm 
After a few hours of looking over other scripts I figured out the issue with the blinking status displays....
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.
Vadimoo 4 Jan, 2018 @ 8:31am 
обнови плиз
щас когда запускаю экран токо на миг отображает статус чего либо
Leaderbot_X400 23 Sep, 2017 @ 2:40pm 
it just keep's flashing online and back a lot
AguaMooseMan 3 Aug, 2017 @ 2:36pm 
I liked this script but I think it's been damaged by an update :( the images flash to the "Online" default state and back again (It seems to be linked to the timer but tried playing with that too!).

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...
самовар  [author] 12 Dec, 2016 @ 9:33pm 
can not print "not a number" unless 0/0, when you dont have no one battery for example
самовар  [author] 12 Dec, 2016 @ 9:30pm 
the script can't output the value "not a number" in programmable block log, because they are defined as a number. I do not understand what you're doing wrong.

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
KilledJoy 12 Dec, 2016 @ 6:03pm 
why? because

"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
самовар  [author] 12 Dec, 2016 @ 2:34pm 
you named you timer as "LCD Oxygen Status"? why? O_o
Only that everything is checked in his works. try you call timer like something different.
http://images.akamai.steamusercontent.com/ugc/200805491804149458/28333EC9E5ECC5F5F404221F7A326434178C345C/
Comrade Tea 29 Oct, 2016 @ 9:32pm 
Thanks for the link
самовар  [author] 29 Oct, 2016 @ 9:37am 
if you want this now and immediately, check morphik workshop, he make something like
http://gtm.steamproxy.vip/id/Morphik/myworkshopfiles/?appid=244850

i can convert the program. texture - is unlikely, wrong style.
Comrade Tea 28 Oct, 2016 @ 7:33pm 
Can we get 1% bars?
самовар  [author] 28 Oct, 2016 @ 2:25am 
timer block must do this every second, not you.
Max 28 Oct, 2016 @ 12:25am 
Not working properly. I must keep pushing run button in programmable block to recive the real value. (i did everything instruction)