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: 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..acdc086 --- /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-floodlight-1 + 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)