Space Engineers

Space Engineers

Onvoldoende beoordelingen
Status Alert Change With Images
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
1.491 KB
18 jul 2015 om 1:12
6 feb 2017 om 1:53
5 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Status Alert Change With Images

Omschrijving
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 opmerkingen
The Doctor 21 okt 2024 om 12:59 
how do you even use this i dont understand anything in the instructions
Nicodes56 15 jan 2022 om 22:34 
Don't work :(
Feuerspucker 13 nov 2021 om 14:12 
Sadly does not wok anymore
The Sage of Games 24 aug 2019 om 10:13 
now you just need black alert
DMMWolf 26 apr 2017 om 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  [auteur] 6 feb 2017 om 1:59 
HUGE update to the code, more streamlined and now includes the three blue alert modes in Meymo's mod.
Morphik  [auteur] 29 jan 2017 om 16:17 
I updated to have Lights.
Lippo92 29 jan 2017 om 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 jan 2017 om 11:10 
perfekt thank you
Morphik  [auteur] 26 jan 2017 om 11:08 
Updated, should show on as many lcds as you like.