Space Engineers

Space Engineers

Nedostatek hodnocení
Status Alert Change With Images
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
1.491 KB
18. čvc. 2015 v 1.12
6. úno. 2017 v 1.53
Poznámky ke změnám (5) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Status Alert Change With Images

Popis
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.
Počet komentářů: 25
The Doctor 21. říj. 2024 v 12.59 
how do you even use this i dont understand anything in the instructions
Nicodes56 15. led. 2022 v 22.34 
Don't work :(
Feuerspucker 13. lis. 2021 v 14.12 
Sadly does not wok anymore
The Sage of Games 24. srp. 2019 v 10.13 
now you just need black alert
DMMWolf 26. dub. 2017 v 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  [autor] 6. úno. 2017 v 1.59 
HUGE update to the code, more streamlined and now includes the three blue alert modes in Meymo's mod.
Morphik  [autor] 29. led. 2017 v 16.17 
I updated to have Lights.
Lippo92 29. led. 2017 v 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. led. 2017 v 11.10 
perfekt thank you
Morphik  [autor] 26. led. 2017 v 11.08 
Updated, should show on as many lcds as you like.