Space Engineers

Space Engineers

Ei tarpeeksi arvosteluja
Status Alert Change With Images
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
1.491 KB
18.7.2015 klo 1.12
6.2.2017 klo 1.53
5 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Status Alert Change With Images

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

This script needs 'Animated Red Alert LCD Panel' mod by Meymo
http://psteamcommunity.yuanyoumao.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 kommenttia
The Doctor 21.10.2024 klo 12.59 
how do you even use this i dont understand anything in the instructions
Nicodes56 15.1.2022 klo 22.34 
Don't work :(
Feuerspucker 13.11.2021 klo 14.12 
Sadly does not wok anymore
The Sage of Games 24.8.2019 klo 10.13 
now you just need black alert
DMMWolf 26.4.2017 klo 15.34 
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  [tekijä] 6.2.2017 klo 1.59 
HUGE update to the code, more streamlined and now includes the three blue alert modes in Meymo's mod.
Morphik  [tekijä] 29.1.2017 klo 16.17 
I updated to have Lights.
Lippo92 29.1.2017 klo 14.16 
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.1.2017 klo 11.10 
perfekt thank you
Morphik  [tekijä] 26.1.2017 klo 11.08 
Updated, should show on as many lcds as you like.