-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaptorSL.cfg
126 lines (118 loc) · 2.64 KB
/
RaptorSL.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
PART
{
RSSROConfig = True
MODEL
{
model = VenStockRevamp/Squad/Parts/Propulsion/OMS-L
scale = 2.532, 2.532, 2.532
}
name = RaptorSL
module = Part
author = Ven
scale = 1
rescaleFactor = 1
// --- editor parameters ---
TechRequired = veryHeavyRocketry
entryCost = 11500
cost = 1800
title = Raptor Atmospheric Engine
manufacturer = SpaceX
description = The Raptor methalox engine used on SpaceX's super heavy-lift vehicles.
// --- standard part parameters ---
skinInternalConductionMult = 4.0
emissiveConstant = 0.8 // engine nozzles are good at radiating.
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 15
maxTemp = 1973.15
category = Engine
subcategory = 0
//node parameters
node_attach = 0, 0, 0, 90, 0, 0,1
node_stack_top = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0
node_stack_bottom = 0.0, -3.141341, 0.0, 0.0, 0.0, 0.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,0,1
PLUME
{
name = Kerolox-Lower //pre-fabbed plume you want
transformName = thrustTransform //which transform to attach the plume
localRotation = 0,0,0 //Optional - Any rotation needed
localPosition = 0,0,0 //Any offset needed
fixedScale = 1.5 //Size adjustment to resize to engine
energy = 1 //Adjust length of plume
speed = 2 //Adjust speed to fit resize, generally close to 1:1 with scale.
}
MODULE
{
name = ModuleEnginesRF
thrustVectorTransformName = thrustTransform
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 1300
maxThrust = 2600.9
heatProduction = 100
PROPELLANT
{
name = LqdMethane
ratio = 0.4482
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.5518
}
}
MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = RaptorAtmo
origMass = 2.2
modded = false
CONFIG
{
name = RaptorAtmo
massMult = 1
minThrust = 1300
maxThrust = 2600.9
heatProduction = 100
PROPELLANT
{
name = LqdMethane
ratio = 0.4482
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.5518
}
atmosphereCurve
{
key = 0 363
key = 1 321
}
ullage = True
pressureFed = False
ignitions = 5
powerEffectName = Kerolox-Lower
IGNITOR_RESOURCE
{
name = TEATEB
amount = 2
}
}
}
MODULE
{
name = ModuleGimbal
gimbalTransformName = Nozzle
useGimbalResponseSpeed = true
gimbalResponseSpeed = 16
gimbalRange = 4
}
}