From 86c6a5df6f929fd2af7897632923c0dd2aebb9eb Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 8 Dec 2020 22:27:26 -0800 Subject: [PATCH 1/3] An even lighter update --- .../Patches/Squad/spotLight1.cfg | 36 +++++++++++++++++ .../Patches/Squad/spotLight2.cfg | 40 +++++++++++++++++++ .../Versioning/WaterfallRestock.version | 2 +- changelog.txt | 4 ++ readme.txt | 4 +- 5 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 GameData/WaterfallRestock/Patches/Squad/spotLight1.cfg create mode 100644 GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg diff --git a/GameData/WaterfallRestock/Patches/Squad/spotLight1.cfg b/GameData/WaterfallRestock/Patches/Squad/spotLight1.cfg new file mode 100644 index 0000000..2b3841e --- /dev/null +++ b/GameData/WaterfallRestock/Patches/Squad/spotLight1.cfg @@ -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 + } + + + + + } +} \ No newline at end of file diff --git a/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg b/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg new file mode 100644 index 0000000..6897f8a --- /dev/null +++ b/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg @@ -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-spotlight-2 + position = 0,0,0 + rotation = 0, 0, 0 + scale = 1, 1, 1 + } + + + + + + + + } +} \ No newline at end of file diff --git a/GameData/WaterfallRestock/Versioning/WaterfallRestock.version b/GameData/WaterfallRestock/Versioning/WaterfallRestock.version index 9d0f4ab..394a9c1 100644 --- a/GameData/WaterfallRestock/Versioning/WaterfallRestock.version +++ b/GameData/WaterfallRestock/Versioning/WaterfallRestock.version @@ -6,7 +6,7 @@ { "MAJOR":0, "MINOR":1, - "PATCH":3, + "PATCH":4, "BUILD":0 }, "KSP_VERSION": diff --git a/changelog.txt b/changelog.txt index 03a4f38..de2091a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v0.1.4 +------ +- Added LIGHTS! + v0.1.3 ------ - Fixed duplicated Kodiak config (again) diff --git a/readme.txt b/readme.txt index fecf56e..617e322 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -9,7 +9,7 @@ DEPENDENCIES ============ Required: -- Waterfall (0.2.6) +- Waterfall (0.2.8) - Restock (1.2+) - ModuleManager (v4.1.4) From 6d0b53de04f8f3915dc8bf4be22af7074aacb53a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 8 Dec 2020 22:52:09 -0800 Subject: [PATCH 2/3] Small oops --- GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg b/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg index 6897f8a..acdc086 100644 --- a/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg +++ b/GameData/WaterfallRestock/Patches/Squad/spotLight2.cfg @@ -24,7 +24,7 @@ TEMPLATE { // This is the name of the template to use - templateName = waterfall-spotlight-2 + templateName = waterfall-floodlight-1 position = 0,0,0 rotation = 0, 0, 0 scale = 1, 1, 1 From 528cf77283437045071e62f64fddae94e0252de9 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 9 Dec 2020 10:01:17 -0800 Subject: [PATCH 3/3] Dependency bump --- .mod_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mod_data.yml b/.mod_data.yml index 3807010..e6d1dba 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -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: