An open API service indexing awesome lists of open source software.

https://github.com/behringer24/spaceengineers

Some scripts written for programmable blocks in SpaceEngineers
https://github.com/behringer24/spaceengineers

csharp funproject game programmable-block spaceengineers

Last synced: 8 months ago
JSON representation

Some scripts written for programmable blocks in SpaceEngineers

Awesome Lists containing this project

README

          

# SpaceEngineers
Some scripts written for programmable blocks in SpaceEngineers.

Look into the Program.cs files in the following folders and copy the code between the comments into a programmable block. You need to configure the script with the names of the controlled block entities.

## AirLockSingleDoors
Control script for an airlock with one inner and one outer door and an air vent.

## AirLockDoubleDoors
Control script for an airlock with two inner doors and one outer door and an air vent.

## AttackDrone
Control script for a patrolling attack drone.