No description
- 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. |
||
|---|---|---|
| AutoPilot | ||
| BaseMiner | ||
| Mimine | ||
| MiningRover | ||
| MissileController | ||
| MissileLauncher | ||
| PML | ||
| SECommon | ||
| .gitignore | ||
| README.md | ||
| SEScripts.sln | ||
| thumb.png | ||
| TODO.md | ||
SDK for Space Engineers scripts
- https://github.com/malforge/mdk2
- API Doc: https://github.com/malware-dev/MDK-SE/wiki/Namespace-Index
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.