This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = WormBurner | |
version = 1.12.5 | |
description = | |
type = VAB | |
size = 8.16926384,28.9227371,8.16926479 | |
steamPublishedFileId = 0 | |
persistentId = 4204427079 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = HexHead | |
version = 1.12.5 | |
description = | |
type = VAB | |
size = 5.35637474,6.10865784,5.35639668 | |
steamPublishedFileId = 0 | |
persistentId = 1234432640 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = DockADoodle | |
version = 1.12.5 | |
description = | |
type = VAB | |
size = 3.59117126,4.4277668,3.59117103 | |
steamPublishedFileId = 0 | |
persistentId = 4152099874 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = ClusterFireworksMk2 | |
version = 1.12.5 | |
description = | |
type = VAB | |
size = 41.2381821,5.2385025,41.2381821 | |
steamPublishedFileId = 0 | |
persistentId = 278124211 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set should_continue to true. | |
print "client starting". | |
set throttle to 0. | |
//wait random() * 3. | |
toggle ag1. | |
lock steering to up. | |
wait 0.025. | |
print "assigning ship name". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = AbsurdityMk2 | |
version = 1.12.4 | |
description = | |
type = VAB | |
size = 27.2883072,11.2951927,30.3996925 | |
steamPublishedFileId = 0 | |
persistentId = 3634910452 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = EscapelessMk2 | |
version = 1.12.4 | |
description = | |
type = SPH | |
size = 13.5999975,7.07422638,23.9874897 | |
steamPublishedFileId = 0 | |
persistentId = 3103535373 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from random import randrange | |
xact = np.array([4, 6, 2, -3, 3, -7, 8, -9, -0.4949]) | |
p = np.ones(xact.size) | |
u = np.eye(p.size) | |
for k in range(p.size): | |
u[k] = np.zeros(p.size) | |
u[k][k] = 1 | |
hnow = np.eye(p.size) | |
jnow = np.zeros(p.size) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ship = FatBoyMk2 | |
version = 1.12.3 | |
description = | |
type = VAB | |
size = 6.56177616,36.626236,8.55856133 | |
steamPublishedFileId = 0 | |
persistentId = 4004953459 | |
rot = 0,0,0,0 | |
missionFlag = Squad/Flags/default | |
vesselType = Debris |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SpaceX-style starship orbital ascent and mun transfer and landing | |
// by aubranium | |
// | |
// designed to be used with FatBoyMk2.craft | |
// | |
// hoverslam code borrowed from an unknown SpaceX engineer on the internet and modified | |
set runmode to 1. | |
clearscreen. |
NewerOlder