GENERAL INFO
- Created On: Android
- Game Version: 0.9.404.0
- Price: $8,171k
- Number of Parts: 100
- Dimensions: 45 m x 25 m x 25 m
PERFORMANCE
- Total Delta V: 9.8km/s
- Total Thrust: 7.0MN
- Engines: 8
- Wet Mass: 1.56E+5kg
- Dry Mass: -41,190kg
STAGES
Stage | Engines | Delta V | Thrust | Burn | Mass |
---|---|---|---|---|---|
1 | 4 | 2.7km/s | 3.5MN | 48s | 1.11E+5kg |
2 | 1 | 1.5km/s | 882kN | 2.1m | 1.01E+5kg |
3 | 1 | 1.8km/s | 1.3MN | 42s | 46,478kg |
4 | 1 | 1.8km/s | 1.3MN | 28s | 31,630kg |
6 | 1 | 1.9km/s | 36kN | 3.4m | 5,448kg |
5 Comments
- Log in to leave a comment
-
3,216 CASXA
@Hannah1212 the rocket is just what I uploaded the program with it shold work for other crafts, and thanks for the feedback!
-
7,593 Hannah1212
It looks good but I have a few suggestions:
-I think in the pitch-setting string you might want to add inside the repeat:
if (stop = 1) {
break}
Putting that inside the loop will make the pitch stop changing when the stop variable changes. Putting it after the repeat doesn’t really do anything.
-the solid rocket engines will continue going even when throttle=0
-you can use a while (true) to create an infinite loop, but your repeats also work fine
Hope that helps! Keep up the good work, that’s a really nice rocket!
Upvotes Disabled
This post is unlisted and upvoting is disabled.
This is intended to be easily modifiable.