Skip to content

Commit 882d01e

Browse files
authored
Added engine config for Near Future Spacecraft (#10)
Previously it only contained a config for the RCS, now there is a config for the engines as well.
1 parent e11b043 commit 882d01e

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
// LV-95 Orbital Maneuvering Engine
2+
@PART[orbital-engine-0625]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault]
3+
{
4+
RSE_PRESET
5+
{
6+
name = Liquid_Light-Vacuum_1
7+
volume = 0.82
8+
pitch = 2.60
9+
}
10+
}
11+
// LV-601 Orbital Maneuvering Engine
12+
@PART[orbital-engine-125]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault]
13+
{
14+
RSE_PRESET
15+
{
16+
name = Liquid_Light-Vacuum_1
17+
volume = 1.03
18+
pitch = 1.87
19+
}
20+
}
21+
// LV-95-6 Orbital Maneuvering Engine Cluster
22+
@PART[orbital-engine-25]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault]
23+
{
24+
RSE_PRESET
25+
{
26+
name = Liquid_Light-Vacuum_1
27+
volume = 1.21
28+
pitch = 2.60
29+
}
30+
}
31+
// LV-601-4 Orbital Maneuvering Engine Cluster
32+
@PART[orbital-engine-375]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault]
33+
{
34+
RSE_PRESET
35+
{
36+
name = Liquid_Light-Vacuum_1
37+
volume = 1.43
38+
pitch = 1.87
39+
}
40+
}
41+
// 96-8S 'Hummingbird' Landing Engine
42+
@PART[engine-rocket-pack-2]:HAS[!RSE_PRESET]:NEEDS[NearFutureSpacecraft]:FOR[RocketSoundEnhancementDefault]
43+
{
44+
RSE_PRESET
45+
{
46+
name = Liquid_Light-Vacuum_1
47+
volume = 0.77
48+
pitch = 2.75
49+
}
50+
}
51+

0 commit comments

Comments
 (0)