No description
Find a file
Greg Burri 16040e5f5a Refactor missile launch system and add abort functionality
- Updated `State` enum to remove `FILLING_TANK` and add `ABORTING`.
- Modified `Launcher` constructor to include `IMyProjector`.
- Added `AbortLaunching` method to handle abort state.
- Enhanced `UpdateState` to manage the new `ABORTING` state.
- Introduced `CheckMissileBuilt` method for missile readiness checks.
- Increased `HYDRO_TANK_FILLED_PERCENT` from 40 to 60.
- Changed `GRID_PREFIX` from `[PML]` to `[Mimine]`.
- Updated program's frequency from `Update10` to `Update100`.
- Adjusted `ResetToNominal` to call `AbortLaunching` for all launchers.
2025-09-14 17:25:14 +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
Mimine New project to manage La Mimine frigate 2025-09-14 17:19:16 +02:00
MiningRover Update dependencies 2025-08-22 23:27:39 +02:00
MissileController Enhance missile behavior and state management 2025-09-14 17:24:46 +02:00
MissileLauncher Refactor missile launch system and add abort functionality 2025-09-14 17:25:14 +02:00
PML Forget a file 2025-08-30 23:40:05 +02:00
SECommon Add some utility functions to find blocks and groups. 2025-08-22 23:24:31 +02:00
.gitignore New project: PML. 2025-08-30 23:39:00 +02: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