Space Engineers

Space Engineers

Not enough ratings
Status Alert Change With Images
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.491 KB
18 Jul, 2015 @ 1:12am
6 Feb, 2017 @ 1:53am
5 Change Notes ( view )

Subscribe to download
Status Alert Change With Images

Description
Status Alert Switch Script. Special thanks to Lumios for the idea.

This script needs 'Animated Red Alert LCD Panel' mod by Meymo
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=403580502

Instructions:

Set a Programable Block and load this script onto it.

=====================================================================
Change speed in the next line to whatever you feel is good for the animation. (I use 0.2)
=====================================================================
float speed = 0.2f;

===========================================================
Change LCD Alert in the next line to what you named your LCD/Text Panel.
===========================================================
string lcdName = "LCD Alert";

====================================================================
If you want Red lights when in red alert mode change the lights name in the line below.
====================================================================
string lightName = "Light Alert";

============================================================================
If you want those lights to flash change the value below from 0 to anything from 0.1 to 30, this is in seconds.
============================================================================
float flash = 0f;


While in the G-Screen for your ship/station place the programable block to run, when the "Arguments"
screen comes up type in "green" (minus the quotes)
Do this step again for the following:
- landing
- takeoff
- docking
- yellow
- red

If you did this right when you press the button you set for green the LCD will display the green alert animation.
If you press yellow/red it will change to its proper animation.
25 Comments
The Doctor 21 Oct, 2024 @ 12:59pm 
how do you even use this i dont understand anything in the instructions
Nicodes56 15 Jan, 2022 @ 10:34pm 
Don't work :(
Feuerspucker 13 Nov, 2021 @ 2:12pm 
Sadly does not wok anymore
The Sage of Games 24 Aug, 2019 @ 10:13am 
now you just need black alert
DMMWolf 26 Apr, 2017 @ 3:34pm 
Would be really usefull if this could be Done to Operate on Just Text as an option, So you could Set things like Corner LCDs to be the Display. Something like that would also allow a person to Customize the Names for their Alerts by simply changing the Text String asosiated with the Alert they are editing. [ ie. go to where the Code Types the Words "RED ALERT" and Change it to "CONDITION ONE" ] such a thing would greatly add to the versitillity of the script. But of course It may just be easier to make a brand new script for that functionality.
Morphik  [author] 6 Feb, 2017 @ 1:59am 
HUGE update to the code, more streamlined and now includes the three blue alert modes in Meymo's mod.
Morphik  [author] 29 Jan, 2017 @ 4:17pm 
I updated to have Lights.
Lippo92 29 Jan, 2017 @ 2:16pm 
Hello, i find your Script today. It is perfect for my new alert system. May you can tell me if i can including interior and corner lights to the alert. I mean if i change to red alert, also red lights turn on. Do you have an idea or is it possible with the script?
Greetings from Germany
Lippo92
!Wilder 26 Jan, 2017 @ 11:10am 
perfekt thank you
Morphik  [author] 26 Jan, 2017 @ 11:08am 
Updated, should show on as many lcds as you like.