From 29587bf919f0e76a3fe2723908af1d1e8965a8c4 Mon Sep 17 00:00:00 2001 From: Lisias Date: Sun, 19 Jul 2020 18:16:44 -0300 Subject: [PATCH 1/3] unexptected end of file. (fix) --- GameData/NearFutureElectrical/Localization/en-us.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/GameData/NearFutureElectrical/Localization/en-us.cfg b/GameData/NearFutureElectrical/Localization/en-us.cfg index 0e79bc7..979e88e 100644 --- a/GameData/NearFutureElectrical/Localization/en-us.cfg +++ b/GameData/NearFutureElectrical/Localization/en-us.cfg @@ -235,3 +235,4 @@ Localization #LOC_NFElectrical_ReactorUI_NotInstalled = No nuclear reactors found! #LOC_NFElectrical_ReactorUI_AdvancedControls = ADVANCED CONTROLS } +} From 0142e9603928366ffccfe9d8bc021767f56be165 Mon Sep 17 00:00:00 2001 From: Lisias Date: Mon, 20 Jul 2020 02:49:51 -0300 Subject: [PATCH 2/3] Fixing the other localization files (when needed) --- GameData/NearFutureElectrical/Localization/de-de.cfg | 1 + GameData/NearFutureElectrical/Localization/es-es.cfg | 2 ++ GameData/NearFutureElectrical/Localization/pt-br.cfg | 1 + 3 files changed, 4 insertions(+) diff --git a/GameData/NearFutureElectrical/Localization/de-de.cfg b/GameData/NearFutureElectrical/Localization/de-de.cfg index dca224d..6ec9386 100644 --- a/GameData/NearFutureElectrical/Localization/de-de.cfg +++ b/GameData/NearFutureElectrical/Localization/de-de.cfg @@ -232,3 +232,4 @@ Localization #LOC_NFElectrical_ReactorUI_NotInstalled = keine Reaktoren gefunden #LOC_NFElectrical_ReactorUI_AdvancedControls = ERWEITERTE STEUERUNG } +} diff --git a/GameData/NearFutureElectrical/Localization/es-es.cfg b/GameData/NearFutureElectrical/Localization/es-es.cfg index db57514..4d726ae 100644 --- a/GameData/NearFutureElectrical/Localization/es-es.cfg +++ b/GameData/NearFutureElectrical/Localization/es-es.cfg @@ -233,3 +233,5 @@ Localization #LOC_NFElectrical_ReactorUI_NotInstalled = ¡No se encontraron reactores nucleares! #LOC_NFElectrical_ReactorUI_AdvancedControls = CONTROLES AVANZADOS } +} + \ No newline at end of file diff --git a/GameData/NearFutureElectrical/Localization/pt-br.cfg b/GameData/NearFutureElectrical/Localization/pt-br.cfg index b8dfff7..d2a580e 100644 --- a/GameData/NearFutureElectrical/Localization/pt-br.cfg +++ b/GameData/NearFutureElectrical/Localization/pt-br.cfg @@ -231,3 +231,4 @@ Localization #LOC_NFElectrical_ReactorUI_NotInstalled = Nenhum reator nuclear encontrado! #LOC_NFElectrical_ReactorUI_AdvancedControls = CONTROLES AVANÇADOS } +} From 5ba8d253518a42f26cba61cb24514e0094d96221 Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Sun, 2 Aug 2020 17:38:02 -0700 Subject: [PATCH 3/3] 1.1.3 --- .mod_data.yml | 6 +++--- .../Versioning/NearFutureElectrical.version | 6 +++--- README.md | 6 +++--- changelog.txt | 8 ++++++++ readme.txt | 8 ++++---- 5 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index 10862c4..8c1dfba 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -11,13 +11,13 @@ dependencies: # Configure dependencies version: 4.1.3 location: s3 B9PartSwitch: - version: 2.16.0 + version: 2.17.0 location: s3 CommunityResourcePack: - version: 1.0.0 + version: 1.3.0 location: s3 DynamicBatteryStorage: - tag: 2.1.6 + tag: 2.1.7 location: github repository: ChrisAdderley/DynamicBatteryStorage deploy: diff --git a/GameData/NearFutureElectrical/Versioning/NearFutureElectrical.version b/GameData/NearFutureElectrical/Versioning/NearFutureElectrical.version index 50b1bee..706c495 100644 --- a/GameData/NearFutureElectrical/Versioning/NearFutureElectrical.version +++ b/GameData/NearFutureElectrical/Versioning/NearFutureElectrical.version @@ -6,13 +6,13 @@ { "MAJOR":1, "MINOR":1, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":9, + "MINOR":10, "PATCH":1 }, "KSP_VERSION_MIN":{ @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":9, + "MINOR":10, "PATCH":99 } } diff --git a/README.md b/README.md index 0a1bbf1..7638b42 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Ever wanted some futuristic energy generation that wasn't too... futuristic? I h ### Required These components are required for the mod to function and are bundled as part of any download: -* [ModuleManager (4.1.3)](https://github.com/sarbian/ModuleManager) -* [B9PartSwitch (2.16.0)](https://github.com/blowfishpro/B9PartSwitch) +* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager) +* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch) * [Community Resource Pack (1.3.0)](https://github.com/BobPalmer/CommunityResourcePack) -* [DynamicBatteryStorage (2.1.6)](https://github.com/ChrisAdderley/DynamicBatteryStorage) +* [DynamicBatteryStorage (2.1.7)](https://github.com/ChrisAdderley/DynamicBatteryStorage) ## Installation diff --git a/changelog.txt b/changelog.txt index ef17cad..7ea495a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +v1.1.3 +------ +- KSP 1.10 +- Updated B9PartSwitch to 2.17.0 +- Updated DynamicBatteryStorage to 2.1.7 +- Updated ModuleManager to 4.1.4 +- Updated CRP to 1.3.0 (Really this time) + v1.1.2 ------ - Updated B9PartSwitch to 2.16.0 diff --git a/readme.txt b/readme.txt index 3afb70a..fcc6949 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ================================== -NEAR FUTURE ELECTRICAL PACK v1.1.2 +NEAR FUTURE ELECTRICAL PACK v1.1.3 ================================== This pack contains advanced electrical parts - capacitors, nuclear reactors and new battery packs. @@ -9,10 +9,10 @@ DEPENDENCIES ============ Required: -- B9PartSwitch (2.16.0) +- B9PartSwitch (2.17.0) - Community Resource Pack (1.3.0) -- ModuleManager (4.1.3) -- DynamicBatteryStorage (2.1.6) +- ModuleManager (4.1.4) +- DynamicBatteryStorage (2.1.7) Optional - Community Tech Tree (v2.2+)