Space Engineers

Space Engineers

Not enough ratings
Automaticly Close Doors
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
487.000 B
16 Dec, 2015 @ 4:56pm
30 Dec, 2015 @ 7:15am
2 Change Notes ( view )

Subscribe to download
Automaticly Close Doors

Description
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 Comments
Cypress 31 Aug, 2016 @ 8:12pm 
The simple things make all the difference. Thanks for the script!
NetAgent 30 Apr, 2016 @ 3:09am 
Works, thanks!
bigbadvoodoodady_1 23 Jan, 2016 @ 12:34am 
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 Dec, 2015 @ 11:15am 
Thanks mate :D Good work too!
Stuart  [author] 30 Dec, 2015 @ 7:16am 
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 Dec, 2015 @ 3:16pm 
How would I exclude a type of door. I'm having a problem with the hangar doors.
Stuart  [author] 17 Dec, 2015 @ 1:35pm 
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 Dec, 2015 @ 10:56am 
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.