Skip to content

Commit 20ea0cd

Browse files
Fix A10 RCS
plus some parachute tidy
1 parent 3c1ff6b commit 20ea0cd

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

parts/SurfaceChute/A4Chute.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PART
55
author = TD
66
mesh = RecoveryParachute.mu
77
scale = 1
8-
rescaleFactor = 0.64
8+
rescaleFactor = 0.32
99
node_attach = 0.0, -0.02713, 0.0, 0.0, -1.0, 0.0, 1
1010
buoyancyUseCubeNamed = PACKED
1111

@@ -18,7 +18,7 @@ PART
1818
title = Aggregat Parachute
1919
description = Surface Attach chute for recovering Aggregate rocket stages
2020
attachRules = 0,1,0,0,0
21-
mass = 0.03
21+
mass = 0.025
2222
dragModelType = default
2323
angularDrag = 3
2424
crashTolerance = 12
0 Bytes
Binary file not shown.
5.13 KB
Binary file not shown.

parts/a10-Fin/A10Wing.cfg

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,36 @@ PART
3030
maxTemp = 2400
3131
explosionPotential = 0.1
3232
bulkheadProfiles = srf
33+
EFFECTS
34+
{
35+
running
36+
{
37+
AUDIO_MULTI
38+
{
39+
channel = Ship
40+
transformName = RCSthruster
41+
clip = sound_rocket_mini
42+
volume = 0.0 0.0
43+
volume = 0.1 0.2
44+
volume = 0.5 0.75
45+
volume = 1.0 1.4
46+
pitch = 0.0 0.75
47+
pitch = 1.0 1.5
48+
loop = true
49+
}
50+
MODEL_MULTI_PARTICLE
51+
{
52+
modelName = Squad/FX/Monoprop_medium
53+
transformName = RCSthruster
54+
emission = 0.0 0.0
55+
emission = 0.1 0.0
56+
emission = 1.0 1.0
57+
speed = 0.0 0.8
58+
speed = 1.0 1.0
59+
localRotation = -90, 0, 0
60+
}
61+
}
62+
}
3363

3464
MODULE
3565
{
@@ -40,11 +70,13 @@ PART
4070
}
4171
MODULE
4272
{
43-
name = ModuleRCS
73+
name = ModuleRCSFX
4474
thrusterTransformName = RCSthruster
4575
thrusterPower = 4
4676
resourceName = LiquidFuel
77+
stagingEnabled = False
4778
resourceFlowMode = STAGE_PRIORITY_FLOW
79+
runningEffectName = running
4880
PROPELLANT
4981
{
5082
name = LiquidFuel
@@ -66,3 +98,4 @@ PART
6698
}
6799
}
68100
}
101+

0 commit comments

Comments
 (0)