Skip to content

Commit 28d1fec

Browse files
committed
1.1.0
-Add orion IVA -Add orion New texture -Add SLS block 2 booster
1 parent 6dbfa3e commit 28d1fec

47 files changed

Lines changed: 34124 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
PART
2+
{
3+
name = DiscoveryBooster
4+
module = Part
5+
author = RogerWang86
6+
7+
TechRequired = advRocketry
8+
entryCost = 3600
9+
cost = 900
10+
category = Engine
11+
subcategory = 0
12+
title = Discovery Solid Rocket Booster
13+
manufacturer = Kertemis Team
14+
description = "With great power comes great capability."
15+
attachRules = 1,1,1,1,0
16+
mass = 12
17+
dragModelType = default
18+
maximum_drag = 0.3
19+
minimum_drag = 0.2
20+
angularDrag = 2
21+
crashTolerance = 7
22+
breakingForce = 150
23+
breakingTorque = 150
24+
maxTemp = 2000
25+
fuelCrossFeed = false
26+
stageOffset = 1
27+
childStageOffset = 1
28+
stagingIcon = SOLID_BOOSTER
29+
bulkheadProfiles = size1p5, srf
30+
tags = direct, SLS, block2, Kertemis, Artemis, solid
31+
32+
MODEL
33+
{
34+
model = KertemisProgram/Parts/DiscoveryBooster/DiscoveryBooster
35+
}
36+
scale = 1
37+
rescaleFactor = 1
38+
39+
NODE
40+
{
41+
name = decouplerNode
42+
transform = decouplerNode
43+
size = 2
44+
}
45+
46+
NODE
47+
{
48+
name = topNode
49+
transform = topNode
50+
size = 2
51+
}
52+
53+
MODULE
54+
{
55+
name = ModuleGimbal
56+
gimbalResponseSpeed = 15
57+
useGimbalResponseSpeed = true
58+
gimbalTransformName = gimbal
59+
gimbalRange = 4
60+
}
61+
MODULE
62+
{
63+
name = ModuleSurfaceFX
64+
thrustProviderModuleIndex = 0
65+
fxMax = 1
66+
maxDistance = 80
67+
falloff = 2
68+
thrustTransformName = thrustTransform
69+
}
70+
71+
EFFECTS
72+
{
73+
running_solid
74+
{
75+
AUDIO
76+
{
77+
channel = Ship
78+
clip = sound_rocket_hard
79+
volume = 0.0 0.0
80+
volume = 0.02 0.8
81+
volume = 0.1 1.2
82+
volume = 1.0 2.0
83+
pitch = 0.0 0.2
84+
pitch = 1.0 1.0
85+
loop = true
86+
}
87+
MODEL_MULTI_PARTICLE
88+
{
89+
name = smoke
90+
modelName = PlumeParty/Engines/Solid2/VirginHeavyFume
91+
transformName = thrustTransform
92+
emission = 0.0 0.0
93+
emission = 0.05 0.0
94+
emission = 0.075 0.25
95+
emission = 1.0 1.25
96+
speed = 0.0 0.25
97+
speed = 1.0 1.0
98+
localOffset = 0, 0, 2
99+
}
100+
MODEL_MULTI_PARTICLE
101+
{
102+
name = blaze
103+
modelName = PlumeParty/Engines/Solid/RushWildChunks
104+
transformName = thrustTransform
105+
emission = 0.0 0.0
106+
emission = 0.5 1.5
107+
emission = 1.0 1.0
108+
speed = 0.2 0.2
109+
speed = 1.0 1.0
110+
energy = 0.0 0.5
111+
energy = 0.5 1.0
112+
}
113+
MODEL_MULTI_PARTICLE
114+
{
115+
name = chunk
116+
modelName = PlumeParty/Engines/Solid/RushWildBlaze
117+
transformName = thrustTransform
118+
emission = 0.0 0.0
119+
emission = 0.2 0.1
120+
emission = 0.8 1.0
121+
speed = 0.0 0.5
122+
speed = 0.5 1.0
123+
energy = 0.0 0.0
124+
energy = 0.5 1.0
125+
}
126+
MODEL_MULTI_PARTICLE
127+
{
128+
name = trail
129+
modelName = PlumeParty/Engines/Smoke/trailWhiteMB
130+
transformName = thrustTransform
131+
emission = 0.0 0.0
132+
emission = 0.1 1.0
133+
energy = 0.0 0.3
134+
energy = 1.0 1.0
135+
localScale = 0.25,0.25,0.25
136+
localPosition = 0,0,0
137+
}
138+
}
139+
engage
140+
{
141+
AUDIO
142+
{
143+
channel = Ship
144+
clip = KertemisProgram/Sounds/ignition01
145+
volume = 3.0
146+
pitch = 2.0
147+
loop = false
148+
}
149+
}
150+
flameout
151+
{
152+
PREFAB_PARTICLE
153+
{
154+
prefabName = fx_exhaustSparks_flameout_2
155+
transformName = thrustTransform
156+
oneShot = true
157+
}
158+
AUDIO
159+
{
160+
channel = Ship
161+
clip = sound_explosion_low
162+
volume = 1.0
163+
pitch = 2.0
164+
loop = false
165+
}
166+
}
167+
}
168+
169+
RESOURCE
170+
{
171+
name = SolidFuel
172+
amount = 18060
173+
maxAmount = 18060
174+
}
175+
176+
MODULE
177+
{
178+
name = ModuleEnginesFX
179+
thrustVectorTransformName = thrustTransform
180+
engineID = DSRB
181+
throttleLocked = True
182+
exhaustDamage = True
183+
ignitionThreshold = 0.1
184+
minThrust = 0
185+
maxThrust = 4100
186+
heatProduction = 415
187+
useEngineResponseTime = False
188+
engineAccelerationSpeed = 8.0
189+
allowShutdown = False
190+
EngineType = SolidBooster
191+
powerEffectName = running_solid
192+
useThrustCurve = true
193+
thrustCurve
194+
{
195+
key = 0 0.15 0 0
196+
key = 0.127 0.5 -0.5 -2
197+
key = 0.405 0.812 0.15 -0.15
198+
key = 0.604 0.719 -0.1 0.08
199+
key = 0.842 1 0 -0.5
200+
key = 0.921 0.939 0 0
201+
key = 1 1 0 0
202+
}
203+
PROPELLANT
204+
{
205+
name = SolidFuel
206+
ratio = 1.0
207+
DrawGauge = True
208+
}
209+
atmosphereCurve
210+
{
211+
key = 0 272
212+
key = 1 247
213+
key = 7 0.001
214+
}
215+
}
216+
}
Binary file not shown.
1.68 MB
Loading
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
PART
2+
{
3+
name = DiscoveryBooster_NoseCone
4+
module = Part
5+
author = RogerWang86
6+
7+
TechRequired = advRocketry
8+
entryCost = 3600
9+
cost = 900
10+
category = Engine
11+
subcategory = 0
12+
title = Discovery Solid Rocket Booster NoseCone
13+
manufacturer = Kertemis Team
14+
description = Detach a rocket with rocket. That's how rocket work.
15+
attachRules = 1,1,1,1,0
16+
mass = 0.075
17+
dragModelType = default
18+
maximum_drag = 0.3
19+
minimum_drag = 0.2
20+
angularDrag = 2
21+
crashTolerance = 7
22+
breakingForce = 150
23+
breakingTorque = 150
24+
maxTemp = 2000
25+
fuelCrossFeed = false
26+
stageOffset = 1
27+
childStageOffset = 1
28+
stagingIcon = SOLID_BOOSTER
29+
bulkheadProfiles = size1p5, srf
30+
tags = direct, SLS, block2, Kertemis, Artemis, solid
31+
32+
MODEL
33+
{
34+
model = KertemisProgram/Parts/DiscoveryBooster/DiscoveryBooster_NoseCone
35+
}
36+
scale = 1
37+
rescaleFactor = 1
38+
39+
NODE
40+
{
41+
name = bottomNode
42+
transform = bottomNode
43+
size = 2
44+
}
45+
46+
fx_exhaustFlame_yellow_tiny = 0.0, -0.17, 0.163, 0.0, 1.0, 0.0, running
47+
sound_vent_medium = engage
48+
sound_rocket_mini = running
49+
sound_vent_soft = disengage
50+
51+
MODULE
52+
{
53+
name = ModuleEngines
54+
thrustVectorTransformName = thrustTransform
55+
throttleLocked = True
56+
exhaustDamage = True
57+
allowShutdown = False
58+
ignitionThreshold = 0.1
59+
minThrust = 0
60+
maxThrust = 100
61+
heatProduction = 150
62+
EngineType = SolidBooster
63+
PROPELLANT
64+
{
65+
name = SolidFuel
66+
ratio = 1.0
67+
DrawGauge = True
68+
}
69+
atmosphereCurve
70+
{
71+
key = 0 154
72+
key = 1 118
73+
key = 6 0.001
74+
}
75+
}
76+
77+
RESOURCE
78+
{
79+
name = SolidFuel
80+
amount = 10
81+
maxAmount = 10
82+
}
83+
84+
}
Binary file not shown.
108 KB
Loading
50.7 KB
Binary file not shown.
90.9 KB
Binary file not shown.
488 KB
Binary file not shown.
701 KB
Binary file not shown.

0 commit comments

Comments
 (0)