No description
- Introduced new constants for missile control: `DISTANCE_BEFORE_ROTATING` and `ROTATION_SPEED`. - Expanded `State` enum to include `TURNING` and `ACCELERATING`. - Added variables for tracking missile position, speed, and acceleration. - Implemented logic for initializing backward thruster and gyroscope. - Added `CheckEnemies` method to switch to AI mode upon enemy detection. - Introduced `Detonate` method for centralized warhead detonation logic. - Updated `DistanceFromLaunch` property for accurate distance calculation. |
||
|---|---|---|
| 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.