Skip to content

Commit

Permalink
Merge pull request #6 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ChrisAdderley authored Dec 9, 2020
2 parents d9892fe + 528cf77 commit 6df8bfc
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 4 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.2.6
tag: 0.2.8
location: github
repository: post-kerbin-mining-corporation/Waterfall
deploy:
Expand Down
36 changes: 36 additions & 0 deletions GameData/WaterfallRestock/Patches/Squad/spotLight1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@PART[spotLight1]:AFTER[ReStock]
{
MODULE
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = lightFX
// This links the effects to a given ModuleEngines


// List out all controllers we want available
CONTROLLER
{
name = atmosphereDepth
linkedTo = atmosphere_density
}
CONTROLLER
{
name = light
lightName = none
linkedTo = light
}
TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-spotlight-1
position = 0,0,0
rotation = 0, 0, 0
scale = 1, 1, 1
}




}
}
40 changes: 40 additions & 0 deletions GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
@PART[spotLight2]:AFTER[ReStock]
{
MODULE
{
name = ModuleWaterfallFX
// This is a custom name
moduleID = lightFX
// This links the effects to a given ModuleEngines


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

TEMPLATE
{
// This is the name of the template to use
templateName = waterfall-floodlight-1
position = 0,0,0
rotation = 0, 0, 0
scale = 1, 1, 1
}







}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":0,
"MINOR":1,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.1.4
------
- Added LIGHTS!

v0.1.3
------
- Fixed duplicated Kodiak config (again)
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Waterfall - Restock Configs 0.1.3
Waterfall - Restock Configs 0.1.4
=================================

This is a configuration pack for the Waterfall mod, which applies Waterfall type effects to Restock and Restock+ models. It does nothing on its own and requires the base Waterfall mod to function.
Expand All @@ -9,7 +9,7 @@ DEPENDENCIES
============

Required:
- Waterfall (0.2.6)
- Waterfall (0.2.8)
- Restock (1.2+)
- ModuleManager (v4.1.4)

Expand Down

0 comments on commit 6df8bfc

Please sign in to comment.