Space Engineers

Space Engineers

No hay suficientes valoraciones
Automaticly Close Doors
   
Premio
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
487.000 B
16 DIC 2015 a las 4:56 p. m.
30 DIC 2015 a las 7:15 a. m.
2 notas sobre cambios ( ver )

Suscríbete para descargar
Automaticly Close Doors

Descripción
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 comentarios
Cypress 31 AGO 2016 a las 8:12 p. m. 
The simple things make all the difference. Thanks for the script!
NetAgent 30 ABR 2016 a las 3:09 a. m. 
Works, thanks!
bigbadvoodoodady_1 23 ENE 2016 a las 12:34 a. m. 
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 30 DIC 2015 a las 11:15 a. m. 
Thanks mate :D Good work too!
Stuart  [autor] 30 DIC 2015 a las 7:16 a. m. 
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 29 DIC 2015 a las 3:16 p. m. 
How would I exclude a type of door. I'm having a problem with the hangar doors.
Stuart  [autor] 17 DIC 2015 a las 1:35 p. m. 
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 17 DIC 2015 a las 10:56 a. m. 
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.