Space Engineers

Space Engineers

119 vurderinger
Oxygen Sensor (Works in Vanilla SE - No mods needed)
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Type: World
Filstørrelse:
Offentliggjort:
55.665 KB
25. mar. 2015 kl. 10:11
1 ændringsbemærkning ( vis )

Abonner for at downloade
Oxygen Sensor (Works in Vanilla SE - No mods needed)

Beskrivelse
Oxygen Sensor (Works in Vanilla SE)

This is an oxygen sensor that you can very easily add to your own ships. All you need to do is make the following;

1) Air Vents called "Air Vent <location i.e. bridge/engine room>"
2) LCD Panels organised into a group called "Oxygen LCD Panels"
3) A sound block called "Oxygen Alarm"
4) A timer block called "Timer Block Oxygen" set to 3 seconds, which triggers the programmable block to run
5) A programmable block containing the script found in downloadable world

It works like this... a timer block triggers a programmable block to run the script below every 3 seconds. That script finds all blocks with "Air Vent" in their name. It then checks their "DetailedInfo" field to see if they are not pressurized. If they aren't pressurized it triggers an alarm and uses the name of the air vent to tell you where the breach is on the LCD panels.

Tips:
- Block names are case sensitive so make sure you follow copy the names above carefully.
- Make sure you don't forget to set the LCD panels to yourself as owner and to display public text as read-only to everyone.
- Watch the video to understand how it works in different situations.

Get the script from the world file or from reddit: http://www.reddit.com/r/spaceengineers/comments/30a73r/working_oxygen_sensor_in_vanilla_se_no_mods_needed/
Populære diskussioner Vis alle (3)
3
4. nov. 2015 kl. 13:16
Line 47 Error
That One R.O.B.
2
6. apr. 2015 kl. 7:09
problem with IMyDoor
acheaen
1
6. apr. 2019 kl. 4:04
Line 50 Error
standing appa
58 kommentarer
Sagittarius 23. nov. 2017 kl. 11:29 
Hey, could this be updated to the current patch state? Sadly theres a new error to the Line 47 Error
Parasocial 26. feb. 2017 kl. 12:20 
I have a problem witht this. This is the Error:
Program(50,67): Error: 'IMyBlockGroup' does not contain a definition for 'Blocks' and no extension method 'Blocks' accepting a first argument of type 'IMyBlockGroup' could be found(are you missing a using directive or an assembly reference?)
Please help because your idea is great!
Rikkavidu_GER 22. sep. 2015 kl. 9:39 
Hi. Your Script has a Error. What with Blockgroups or so what.
Genius 13. sep. 2015 kl. 17:51 
You have to change "blockGroups = GridTerminalSystem.BlockGroups;"
to "GridTerminalSystem.GetBlockGroups(blockGroups);"
This script is obsolete.
That One R.O.B. 4. aug. 2015 kl. 8:49 
i have an error on line 47 as well i also have a iscussion about it
WortexCZ 1. aug. 2015 kl. 22:15 
Same here. Error at line 47.
sir_evilfish 17. juli 2015 kl. 12:55 
Hi! It seems the script does not work anymore after the last game update (from today, ver 1.091). There is a compile error at line 47. Anyone else has the same problem?
nogare321 14. apr. 2015 kl. 19:55 
Thanks!
Kesuke  [ophavsmand] 14. apr. 2015 kl. 10:00 
of course nogare321.
nogare321 12. apr. 2015 kl. 15:07 
I'm trying to learn how to program in C# for this game. That being said, I've noticed that sections of your code say what I'm trying to do. Would it be ok for me to use your sections (with me citing your steam name) in my scripts?