Space Engineers

Space Engineers

Threat Score
Firefly Jun 3, 2021 @ 11:25am
how to view it?
where is the instructions? how do I see the score or display to LCD?
< >
Showing 1-4 of 4 comments
StalkR  [developer] Jun 6, 2021 @ 8:07am 
It shows the result on the programmable block output itself: open control panel of programmable block, it's on the right. You may reuse the calculation and put it on an LCD, lights, etc.
Zikofski Jun 7, 2021 @ 8:11am 
Originally posted by StalkR:
It shows the result on the programmable block output itself: open control panel of programmable block, it's on the right. You may reuse the calculation and put it on an LCD, lights, etc.

This script is perfect for DIE however i would love to stick this on a LCD can you explain what you mean by reuse the calculation and put onto an LCD for us noobs with scripting?
StalkR  [developer] Jun 7, 2021 @ 9:33am 
Sorry I can't help, check out https://github.com/malware-dev/MDK-SE/wiki/Quick-Introduction-to-Space-Engineers-Ingame-Scripts and inspire from other scripts writing to LCDs.
Zikofski Jun 7, 2021 @ 10:42am 
Originally posted by StalkR:
Sorry I can't help, check out https://github.com/malware-dev/MDK-SE/wiki/Quick-Introduction-to-Space-Engineers-Ingame-Scripts and inspire from other scripts writing to LCDs.

Thank you that was actually helpful I use MMaster's Automatic LCDs 2 script so i know that can pull custom data so i added this line

Me.CustomData = "Total Threat Score:" + total + "\n" + string.Join("\n" , details);

under the
Echo("Threat score: " + total);
Echo(string.Join("\n", details));

I can then use MMaster's script to pull the custom data from the block worked for me on both single and connected grids
< >
Showing 1-4 of 4 comments
Per page: 1530 50