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
- Host: GitHub
- URL: https://github.com/behringer24/spaceengineers
- Owner: behringer24
- Created: 2022-02-07T07:51:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T21:53:50.000Z (over 4 years ago)
- Last Synced: 2025-03-18T09:17:06.972Z (about 1 year ago)
- Topics: csharp, funproject, game, programmable-block, spaceengineers
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.