Skip to content

Commit

Permalink
Merge pull request #14 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
ChrisAdderley authored Feb 25, 2021
2 parents b8362d6 + 6ae7fa3 commit 8507731
Show file tree
Hide file tree
Showing 37 changed files with 1,330 additions and 850 deletions.
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies: # Configure dependencies
version: 4.1.4
location: s3
Waterfall:
tag: 0.3.0
tag: 0.5.0
location: github
repository: post-kerbin-mining-corporation/Waterfall
deploy:
Expand Down
49 changes: 46 additions & 3 deletions GameData/WaterfallRestock/Patches/RestockPlus/RestockPlusBoar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,59 @@
TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-kerolox-lower-2
templateName = waterfall-kerolox-lower-5
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0.04,0.056
position = 0,0,-0.002
rotation = 0, 0, 0
scale = 1, 1, 1
scale = 2.6, 2.6, 1
}




}
MODULE
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = twinBoarTurboFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

// List out all controllers we want available
// This controller scales with atmosphere depth
CONTROLLER
{
name = atmosphereDepth
linkedTo = atmosphere_density
}
// This controller scales with effective throttle
CONTROLLER
{
name = throttle
linkedTo = throttle
}
// this controller generates a random value in the range specified
CONTROLLER
{
name = random
linkedTo = random
range = -1,1
}
// -----------------------------------------------------
// Past here should be generated with the ingame editor!
// -----------------------------------------------------

TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-kerolox-exhaust-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = fxTransformTurbo
position = 0,0.05,0
rotation = 0, 0, 0
scale = 1, 1, 1
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
templateName = waterfall-hydrolox-upper-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.1
position = 0,0,-0.05
rotation = 0, 0, 0
scale = 1, 1, 1
scale = 1.1, 1.1, 1
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = reliantEngine
moduleID = corgiFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

Expand Down Expand Up @@ -81,11 +81,12 @@
templateName = waterfall-hydrolox-upper-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,0
position = 0,0,0.02
rotation = 0, 0, 0
scale = 0.8, 0.8, 1
scale = 0.85, 0.85, 1


}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
overrideParentTransform = thrustTransform
position = 0,0.04,0.056
rotation = 0, 0, 0
scale = 1, 1, 1
scale = 2.9, 2.9, 2.9
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = terrierFX
moduleID = pugFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

Expand Down Expand Up @@ -81,9 +81,9 @@
templateName = waterfall-kerolox-upper-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.13
rotation = -90,0,0
scale = 0.9,0.7,0.9
position = 0,0,0
rotation = 0, 0, 0
scale = 0.48, 0.48, 0.4
}


Expand Down
115 changes: 115 additions & 0 deletions GameData/WaterfallRestock/Patches/RestockPlus/RestockPlusRCS.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,119 @@

@PART[restock-rcs-block-multi-2]:AFTER[ReStockPlus]
{
// Removes the stock effect block, and replace it with one that has no particles
!EFFECTS {}
EFFECTS
{
running
{
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 1.0
loop = true
}
}
}
MODULE
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = rcsFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

// List out all controllers we want available
CONTROLLER
{
name = atmosphereDepth
linkedTo = atmosphere_density
}
CONTROLLER
{
name = rcs
linkedTo = rcs
}

TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-rcs-jet-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = RCSjet
scale = .95,1,.95
rotation = 0,0,180
position = 0,0.015,0
}
}

}


@PART[restock-rcs-block-multi-mini-2]:AFTER[ReStockPlus]
{
// Removes the stock effect block, and replace it with one that has no particles
!EFFECTS {}
EFFECTS
{
running
{
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 1.0
loop = true
}
}
}
MODULE
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = rcsFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

// List out all controllers we want available
CONTROLLER
{
name = atmosphereDepth
linkedTo = atmosphere_density
}
CONTROLLER
{
name = rcs
linkedTo = rcs
}

TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-rcs-jet-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = RCSjet
position = 0,0.007,0
rotation = 0, 0, 180
scale = 0.3, 0.4, 0.3
}
}

}




@PART[restock-rcs-block-dual-1]:AFTER[ReStockPlus]
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
// This is the name of the template to use
templateName = waterfall-kerolox-upper-2
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,0
rotation = -90, 0, 0
scale = 0.9, 0.7, 0.9
overrideParentTransform = waterfall-hypergolic-aerozine50-upper-1
position = 0,0,0.23
rotation = 0, 0, 0
scale = 1, 1, 0.9
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = torchEngine
moduleID = torchFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

Expand Down Expand Up @@ -90,12 +90,12 @@
TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-kerolox-lower-2
templateName = waterfall-kerolox-lower-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.4
rotation = 0, 0, 0
scale = 0.6, 0.6, 0.5
position = 0,0,-0.02
rotation = 0, 0, 0
scale = 0.68, 0.68, 0.5
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-kerolox-lower-1
templateName = waterfall-kerolox-vernier-2
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.45
position = 0,0,-0.02
rotation = 0, 0, 0
scale = 0.4, 0.4, 0.55
scale = 2, 2, 2
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
templateName = waterfall-kerolox-lower-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.8
rotation = 0, 0, 0
scale = 0.7, 0.7, 0.9
pposition = 0,0,-0.1
rotation = 0, 0, 0
scale = 0.8, 0.8, 0.9
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = reliantEngine
moduleID = valiantFX
// This links the effects to a given ModuleEngines
engineID = basicEngine

Expand Down Expand Up @@ -110,9 +110,9 @@
templateName = waterfall-kerolox-lower-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.4
position = 0,0,-0.07
rotation = 0, 0, 0
scale = 0.6, 0.6, 0.5
scale = 0.8, 0.8, 0.8
}


Expand Down
4 changes: 2 additions & 2 deletions GameData/WaterfallRestock/Patches/Squad/LiquidEngineKE-1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-kerolox-lower-3
templateName = waterfall-kerolox-lower-5-film-cooled
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0.04,0.056
rotation = 0, 0, 0
scale = 1, 1, 1
scale = 2.9, 2.9, 2.9
}


Expand Down
6 changes: 3 additions & 3 deletions GameData/WaterfallRestock/Patches/Squad/LiquidEngineRE-I2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
loop = false
}
}
fx-caravel-running
fx-skiff-running
{
AUDIO
{
Expand Down Expand Up @@ -92,9 +92,9 @@
templateName = waterfall-hydrolox-upper-1
// This field allows you to override the parentTransform name in the EFFECTS contained in the template
overrideParentTransform = thrustTransform
position = 0,0,-0.1
position = 0,0,-0.05
rotation = 0, 0, 0
scale = 1, 1, 1
scale = 1.1, 1.1, 1
}


Expand Down
Loading

0 comments on commit 8507731

Please sign in to comment.