Releases: Katniss218/HumanSpaceProgram
Releases · Katniss218/HumanSpaceProgram
v0.0.0.2024-11-17-test
Test build of HSP, from master, on 2024/11/17
Changes from previous version:
- celestial bodies now move and rotate
- lots of invisible internal changes
Known issues:
- Saving and loading is broken due to celestial bodies not being saved (they're respawned at their original positions)
Keyboard shortcuts (hardcoded so far):
- F1 - Saves default parts to json (these are read in the VAB scene).
- F3 - Creates a new celestial body at runtime and teleports the starting vessel into orbit around it.
- F4 - Loads a vessel named
vessel2
from the Vessels folder. - F5 - Creates a dummy vessel at launch site.
- WASDQE - attitude control
- SPACE - sequencer advance (on default vessel, custom vessel sequencers aren't supported yet)
- Z - full thrust
- X - cut thrust - Z and X doesn't work with more than 1 engine because of connection limit on default vessel's controller
GameData contains a dummy mod .dll
Contains bugs 😋
v0.0.0.2024-05-22-test
Test build of HSP, from master, on 2024/05/22
Keyboard shortcuts (hardcoded so far):
-
F4 - loads a vessel named
vessel2
from the Vessels folder -
F5 - creates a dummy vessel at launch site
-
F1 - saves default parts to GameData (dev)
-
WASDQE - attitude control
-
SPACE - sequencer advance (on default vessel, custom vessel sequencers aren't supported yet)
-
Z - full thrust
-
X - cut thrust - Z and X doesn't work with more than 1 engine because of connection limit on default vessel's controller
GameData contains a dummy mod .dll
Contains bugs 😋