Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgiath/kos-scripts
My kOS scripts for Kerbal Space Program 1 RP-1
https://github.com/sgiath/kos-scripts
ksp ksp-kos
Last synced: 6 days ago
JSON representation
My kOS scripts for Kerbal Space Program 1 RP-1
- Host: GitHub
- URL: https://github.com/sgiath/kos-scripts
- Owner: Sgiath
- License: other
- Created: 2024-01-17T20:22:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-18T23:49:21.000Z (10 months ago)
- Last Synced: 2024-01-19T06:10:10.167Z (10 months ago)
- Topics: ksp, ksp-kos
- Language: KerboScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My kOS scripts for KSP 1
My scripts for [Kerbal Space Program](https://www.kerbalspaceprogram.com/)
Using it in [Realistic Progression One](https://github.com/KSP-RO/RP-1) career
See [kOS documentation](https://ksp-kos.github.io/KOS_DOC/)
## Boot files
There is currently only `preflight.ks` which so far covers my needs. It does following:
1. opens terminal
2. switches to archive disk
3. sets TimeWarp mode to physics mode
4. start every experiment that is on the ship
5. checks if there is exactly one Launch Clamp
6. checks there is at least one engine is stage before clamp release
7. computes Thrust-to-Weight ration for the first stage and checks it is not bellow 1.2## Launch scripts
I am using MechJeb for navigation so my launch scripts are doing things in parallel with MechJeb.