Skip to content

Commit

Permalink
Apollo RCS Waterfall
Browse files Browse the repository at this point in the history
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
Capkirk123 committed May 12, 2024
1 parent 83e347a commit f123e4f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GameData/ROCapsules/PartConfigs/Apollo/ApolloRCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ PART
stagingEnabled = True
thrusterTransformName = RCSthruster
thrusterPower = 0.445
runningEffectName = running
runningEffectName = control

// MR 2.04:1 from ox/fuel masses
PROPELLANT
Expand Down Expand Up @@ -116,7 +116,7 @@ PART

EFFECTS
{
running
control
{
AUDIO_MULTI_POOL
{
Expand All @@ -142,6 +142,6 @@ PART
speed = 1.0 1.0
localRotation = -90, 0, 0
}
}
}
}
}
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
}
}
}
}

0 comments on commit f123e4f

Please sign in to comment.