sescripts/MissileLauncher
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
..
.gitignore Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
MissileLauncher.csproj Update dependencies 2025-08-22 23:27:39 +02:00
MissileLauncher.mdk.ini Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
MissileLauncher.mdk.local.ini Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
packages.config Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
Program.cs Refactor missile launch system and add abort functionality 2025-09-14 17:25:14 +02:00
README.md Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
thumb.png Add missile launcher and missile controller projects 2024-05-08 21:20:58 +02:00

Missile launcher