Space Engineers

Space Engineers

VCZ Airtight Connector Autodoor Script
Showing 1-10 of 11 entries
< 1  2 >
Update: 26 Apr, 2019 @ 6:11am

Added missing name update

Update: 26 Apr, 2019 @ 6:05am

Removed setting connectorDistance
- No more distance based matching
Now matches doors/connectors with matrix
Much faster scanning
Improved removal of destroyed blocks
- Checks every 10 seconds
Added settings

  • disconnectSeconds
  • doorLockOverrideKeyword
  • disableConnectorsOnDisconnect
  • lockUnconnectedDoors

Update: 13 Apr, 2019 @ 2:20pm

Added setting crossGridKeyword
- Insert into any connector to include that entire grid in all scans
- Since this script is generally ran on both grids, you will want to change the setting on the grid you are connecting to

Update: 14 Nov, 2018 @ 3:14am

Controlling non-VCZ blocks is now optional

Update: 12 Nov, 2018 @ 11:50pm

Update: 1 Nov, 2018 @ 4:29pm

This should now be compatible with excessive amounts of VCZ Connectors and Doors
The scan for VCZ Connectors is now broken down into separate ticks
While scanning, the script will run every tick instead of every 10 ticks

Update: 1 Nov, 2018 @ 3:35pm

Settings can be changed without recompiling
Almost every setting in Custom Data can be loaded with 'load' command
The setting for 'requirePairs' can be loaded with both 'load' and 'scan' commands
Settings are backed up to Storage and can be recovered by deleting Custom Data and using 'load' command
To get default settings; replace Custom Data with any text (just not blank) and Recompile
Added 'scan' command, this will get a new list of connectors

Update: 10 Oct, 2018 @ 11:33pm

Auto close of manually opened VCZ doors is optional
Auto connect of connectable VCZ connectors is optional
Will not auto connect recently disconnected VCZ connectors until they reset their connectable status
No longer requires a door, will still auto connect VCZ connectors

Update: 10 Oct, 2018 @ 11:00pm

Increased responsiveness
Added auto-connect after 10 seconds

Update: 29 Sep, 2018 @ 3:25am