forked from mcd0uble/H2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
H2_auxiliary_thruster.cfg
95 lines (91 loc) · 2.04 KB
/
H2_auxiliary_thruster.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
PART
{
name = H2_auxiliary_thruster
module = Part
author = MATEVICH
MODEL
{
model = H2/parts/H2/Assets/H2_auxiliary_thruster
}
scale = 1
rescaleFactor = 1
node_attach = 0, 0, 0, -1.0, 0.0, 0.0
TechRequired = advFlightControl
entryCost = 3400
cost = 620
category = Control
subcategory = 0
title = H-IIA Auxillary Roll Control Thruster
manufacturer = Gemstone LV
description = Thrusters to control roll of vehicle. Install on the bottom of the 1st stage between SSBs. Used in H-IIA 2022 and H-IIA 2024
attachRules = 0,1,0,0,0
mass = 0.05
dragModelType = default
maximum_drag = 0.001
minimum_drag = 0.001
angularDrag = 2
crashTolerance = 15
maxTemp = 1500
PhysicsSignificance = 1
bulkheadProfiles = srf
tags = japan h2 hii rcs reaction control roll thruster monoprop
EFFECTS
{
rcs
{
AUDIO_MULTI
{
channel = Ship
transformName = rcsTransform
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.02 0.1
volume = 0.5 0.1
volume = 1.0 0.1
pitch = 0.0 0.75
pitch = 1.0 1.5
loop = true
}
MODEL_MULTI_PARTICLE
{
name = sharp
modelName = Squad/FX/Monoprop_small
transformName = rcsTransform
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
MODEL_MULTI_PARTICLE
{
name = soft
modelName = Squad/FX/Monoprop_small
transformName = rcsTransform
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
}
}
MODULE
{
name = ModuleRCSFX
stagingEnabled = False
thrusterTransformName = rcsTransform
thrusterPower = 1
resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
runningEffectName = rcs
atmosphereCurve
{
key = 0 240
key = 1 100
key = 4 0.001
}
}
}