Skip to content

Commit 6583fca

Browse files
author
Robin Chang
committed
Tweak LES exhaust FX and add smoke trails
For #112.
1 parent 562a318 commit 6583fca

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
0 Bytes
Binary file not shown.
547 Bytes
Binary file not shown.

GameData/SDHI/Service Module System/Parts/SDHI_LES/part.cfg

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,62 @@ PART
7979
speed = 0.0 0.5
8080
speed = 1.0 1.2
8181
}
82+
PREFAB_PARTICLE
83+
{
84+
name = exhaustPort
85+
prefabName = fx_smokeTrail_light
86+
transformName = smokePointPort
87+
emission = 0.0 0.0
88+
emission = 0.05 0.0
89+
emission = 0.075 0.25
90+
emission = 1.0 1.25
91+
speed = 0.0 0.25
92+
speed = 1.0 1.0
93+
localOffset = 0, 0, 1
94+
localRotation = 1, 0, 0, -90
95+
}
96+
PREFAB_PARTICLE
97+
{
98+
name = exhaustStarboard
99+
prefabName = fx_smokeTrail_light
100+
transformName = smokePointStarboard
101+
emission = 0.0 0.0
102+
emission = 0.05 0.0
103+
emission = 0.075 0.25
104+
emission = 1.0 1.25
105+
speed = 0.0 0.25
106+
speed = 1.0 1.0
107+
localOffset = 0, 0, 1
108+
localRotation = 1, 0, 0, -90
109+
}
110+
PREFAB_PARTICLE
111+
{
112+
name = exhaustDorsal
113+
prefabName = fx_smokeTrail_light
114+
transformName = smokePointDorsal
115+
emission = 0.0 0.0
116+
emission = 0.05 0.0
117+
emission = 0.075 0.25
118+
emission = 1.0 1.25
119+
speed = 0.0 0.25
120+
speed = 1.0 1.0
121+
localOffset = 0, 0, 1
122+
localRotation = 1, 0, 0, -90
123+
}
124+
PREFAB_PARTICLE
125+
{
126+
name = exhaustVentral
127+
prefabName = fx_smokeTrail_light
128+
transformName = smokePointVentral
129+
emission = 0.0 0.0
130+
emission = 0.05 0.0
131+
emission = 0.075 0.25
132+
emission = 1.0 1.25
133+
speed = 0.0 0.25
134+
speed = 1.0 1.0
135+
localOffset = 0, 0, 1
136+
localRotation = 1, 0, 0, -90
137+
}
82138
}
83139
84140
rcs_running

0 commit comments

Comments
 (0)