-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick and dirty waterfall configs. Doesn't fit very well because transforms are bad but it looks ok from a distance. resovles #172
- Loading branch information
1 parent
83e347a
commit f123e4f
Showing
2 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
GameData/ROCapsules/PartConfigs/Apollo/Waterfall_Support_Apollo.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
//Doesn't look great but only so much I can do with misaligned transforms | ||
@PART[ROC-ApolloRCS]:AFTER[ROWaterfall]:NEEDS[Waterfall] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleWaterfallFX | ||
moduleID = #$/name$-rcs | ||
CONTROLLER | ||
{ | ||
name = atmosphereDepth | ||
linkedTo = atmosphere_density | ||
} | ||
CONTROLLER | ||
{ | ||
name = rcs | ||
linkedTo = rcs | ||
thrusterTransformName = RCSthruster | ||
} | ||
TEMPLATE | ||
{ | ||
templateName = rowaterfall-rcs-hypergolic-1 | ||
overrideParentTransform = RCSthruster | ||
position = 0,0.02,0 | ||
rotation = 0, 0, 180 | ||
scale = 1.4, 1.6, 1.4 | ||
} | ||
} | ||
!EFFECTS {} //Isn't this supposed to be automatically deleted? It isn't for some reason, so manually remove. | ||
%EFFECTS | ||
{ | ||
control | ||
{ | ||
AUDIO_MULTI_POOL | ||
{ | ||
channel = Ship | ||
clip = sound_rocket_mini | ||
transformName = RCSthruster | ||
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 | ||
} | ||
} | ||
} | ||
} |