Space Engineers

Space Engineers

Nincs elegendő értékelés
Automaticly Close Doors
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
Frissítve:
487.000 B
2015. dec. 16., 16:56
2015. dec. 30., 7:15
2 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Automaticly Close Doors

Leírás
Simple Script that will automaticly close doors by default it will close them after 3 seconds, you can change this by changing this line and setting the number 3 to whatever you like

doorStatus[door] = 3;

if you would like the script to ingore a certian door just add the "[M]" tag in to the name of the door.

For this script to work you must have a timer block setup to run the programable block evey second

~Stuart
8 megjegyzés
Cypress 2016. aug. 31., 20:12 
The simple things make all the difference. Thanks for the script!
NetAgent 2016. ápr. 30., 3:09 
Works, thanks!
bigbadvoodoodady_1 2016. jan. 23., 0:34 
It's a timer script not an auto door script... man, does anyone have an auto-door script whereby the door shuts when the user leaves sensor range? (everyone and there mother made one of these adolescent scripts)
Pecs 2015. dec. 30., 11:15 
Thanks mate :D Good work too!
Stuart  [készítő] 2015. dec. 30., 7:16 
I've updated the script so any door with the tag "[M]" in it the script will ingore, I've also fixed the issue with it closing hangar doors before they fully open

~Stuart
Pecs 2015. dec. 29., 15:16 
How would I exclude a type of door. I'm having a problem with the hangar doors.
Stuart  [készítő] 2015. dec. 17., 13:35 
Could do that as well, but I tend to go down the programing route if I can, With a timer block you could have issues that it will be triggered as soon as you open a door there for closing straight away
FPC 2015. dec. 17., 10:56 
Why not just make a group called doors, set the timer block to close the group and trigger itself, and then set the timer to 3 seconds?

I usually have a timer close all doors every 60seconds.