No description
Find a file
Greg Burri 0cbd5370f9 Enhance missile control logic in Program.cs
Updated constants for delay and auto-destruction times.
Added checks for required components in FindElements method
with improved error handling. Introduced new methods for
auto-destruction and enemy detection. Modified state update
logic to ensure correct missile behavior based on component
availability and current state.
2025-08-30 23:30:07 +02:00
AutoPilot Set some field as readonly 2025-08-22 23:28:20 +02:00
BaseMiner Update dependencies 2025-08-22 23:27:39 +02:00
MiningRover Update dependencies 2025-08-22 23:27:39 +02:00
MissileController Enhance missile control logic in Program.cs 2025-08-30 23:30:07 +02:00
MissileLauncher Check if missiles doors are open before launching missiles 2025-08-23 21:44:45 +02:00
SECommon Add some utility functions to find blocks and groups. 2025-08-22 23:24:31 +02:00
.gitignore Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
README.md Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
SEScripts.sln Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
thumb.png First commit 2023-09-08 23:45:14 +02:00
TODO.md Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00

SDK for Space Engineers scripts

Modules

AutoPilot: Automatic control of piloting on planet. SSPifou: The main control for the spaceship SSPifou. MissileController: Run in the missile computer to pilot it to its target. MissileLauncher: Can launch multiple missiles.

MissileController

Elements