Skip to content

Commit

Permalink
Replace Wrong Waterfall File
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyPhoenix999 committed Jun 26, 2024
1 parent 1593915 commit 0d2f2da
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 92 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// ================================================================================
// RO Waterfall Configs
// ================================================================================


// RD180
@PART[bluedog_AtlasV_RD180]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
!MODULE[ModuleWaterfallFX]:HAS[#engineID[basicEngine]] {}
ROWaterfall
{
template = waterfall-kerolox-lower-RD170-1
audio = pump-fed-very-heavy-1
transformName = thrustTransform
position = 0,0,0
rotation = 0, 0, 0
scale = 2.57, 2.57, 2.57
glow = _yellow
}
}


// GEM-63
@PART[bluedog_AtlasV_GEM63_OLD]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
template = rowaterfall-hybrid-srm-1
useHybrid = true
audio = srm-2
position = 0,0,0
rotation = 0, 0, 0
scale = 1.5295, 1.5295, 1.5295
glow = ro-srm
}
}


// AJ60A
@PART[bluedog_AtlasV_AJ60]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
template = rowaterfall-hybrid-srm-1
useHybrid = true
audio = srm-2
position = 0,0,0
rotation = 0, 0, 0
scale = 1.52, 1.52, 1.52
glow = ro-srm
}
}

This file was deleted.

0 comments on commit 0d2f2da

Please sign in to comment.