Space Engineers

Space Engineers

評價次數不足
Status Alert Change With Images
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
1.491 KB
2015 年 7 月 18 日 上午 1:12
2017 年 2 月 6 日 上午 1:53
5 項更新註記 (檢視)

訂閱以下載
Status Alert Change With Images

描述
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 則留言
The Doctor 2024 年 10 月 21 日 下午 12:59 
how do you even use this i dont understand anything in the instructions
Nicodes56 2022 年 1 月 15 日 下午 10:34 
Don't work :(
Feuerspucker 2021 年 11 月 13 日 下午 2:12 
Sadly does not wok anymore
The Sage of Games 2019 年 8 月 24 日 上午 10:13 
now you just need black alert
DMMWolf 2017 年 4 月 26 日 下午 3: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  [作者] 2017 年 2 月 6 日 上午 1:59 
HUGE update to the code, more streamlined and now includes the three blue alert modes in Meymo's mod.
Morphik  [作者] 2017 年 1 月 29 日 下午 4:17 
I updated to have Lights.
Lippo92 2017 年 1 月 29 日 下午 2: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 2017 年 1 月 26 日 上午 11:10 
perfekt thank you
Morphik  [作者] 2017 年 1 月 26 日 上午 11:08 
Updated, should show on as many lcds as you like.