From cdf57d59749d5e39fa4adfc0a79c524c822b9cdf Mon Sep 17 00:00:00 2001 From: Lisias Date: Sun, 19 Jul 2020 06:14:18 -0300 Subject: [PATCH 1/2] unexpected token on line 35/36 (depending of the file). (fix) Added comments based on documentation from https://wiki.kerbalspaceprogram.com/wiki/CFG_File_Documentation --- .../Parts/Adapters/adapter-125/adapter-125-0625-2.cfg | 2 +- .../Parts/Adapters/adapter-125/adapter-125-0625-3.cfg | 2 +- .../Parts/Adapters/adapter-125/adapter-125-0625-4.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-2.cfg b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-2.cfg index 758d2e6..ca9148f 100644 --- a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-2.cfg +++ b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-2.cfg @@ -32,7 +32,7 @@ PART { manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises description = #LOC_NFConstruction_adapter-125-0625-2_description - allowSrfAttach, allowCollision + // stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision attachRules = 1,0,1,1,0 stackSymmetry = 1 diff --git a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-3.cfg b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-3.cfg index 96ba050..341e7fd 100644 --- a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-3.cfg +++ b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-3.cfg @@ -32,7 +32,7 @@ PART { manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises description = #LOC_NFConstruction_adapter-125-0625-3_description - allowSrfAttach, allowCollision + // stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision attachRules = 1,0,1,1,0 stackSymmetry = 2 diff --git a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-4.cfg b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-4.cfg index 8597ae9..4387059 100644 --- a/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-4.cfg +++ b/GameData/NearFutureConstruction/Parts/Adapters/adapter-125/adapter-125-0625-4.cfg @@ -33,7 +33,7 @@ PART { manufacturer = #autoLOC_501629 // #autoLOC_501629 = O.M.B. Demolition Enterprises description = #LOC_NFConstruction_adapter-125-0625-4_description - allowSrfAttach, allowCollision + // stack, ¬srfAttach, allowStack, allowSrfAttach, ¬allowCollision attachRules = 1,0,1,1,0 stackSymmetry = 3 From b61228628fe431f93f02fb56f86caf3462e7c95b Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Sun, 2 Aug 2020 19:24:18 -0700 Subject: [PATCH 2/2] Bump to 1.2.3 --- .mod_data.yml | 4 ++-- .../Versioning/NearFutureConstruction.version | 8 ++++---- README.md | 4 ++-- changelog.txt | 6 ++++++ readme.txt | 6 +++--- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index d5c92ed..27fc40c 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -8,10 +8,10 @@ package: - changelog.txt dependencies: # Configure dependencies ModuleManager: - version: 4.1.3 + version: 4.1.4 location: s3 B9PartSwitch: - version: 2.13.0 + version: 2.17.0 location: s3 deploy: SpaceDock: diff --git a/GameData/NearFutureConstruction/Versioning/NearFutureConstruction.version b/GameData/NearFutureConstruction/Versioning/NearFutureConstruction.version index d84b0ff..8ca5b7d 100644 --- a/GameData/NearFutureConstruction/Versioning/NearFutureConstruction.version +++ b/GameData/NearFutureConstruction/Versioning/NearFutureConstruction.version @@ -6,14 +6,14 @@ { "MAJOR":1, "MINOR":2, - "PATCH":2, + "PATCH":3, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":9, - "PATCH":0 + "MINOR":10, + "PATCH":1 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":9, + "MINOR":10, "PATCH":99 } } diff --git a/README.md b/README.md index ccdc22f..b7cf3dc 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A number of parts designed to help build cooler spacecraft with girders and trus ### 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.13.0)](https://github.com/blowfishpro/B9PartSwitch) +* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager) +* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch) ## Installation diff --git a/changelog.txt b/changelog.txt index 8a9aac9..b54d451 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +v1.2.3 +------ +- KSP 1.10.x +- Updated MM to 4.1.4 +- Updated B9PartSwitch to 2.17.0 + v1.2.2 ------ - KSP 1.9.x diff --git a/readme.txt b/readme.txt index 0697c94..1f36358 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ==================================== -NEAR FUTURE CONSTRUCTION PACK v1.2.2 +NEAR FUTURE CONSTRUCTION PACK v1.2.3 ==================================== This pack contains structural components suitable for building impressive looking deep space vessels and stations. This means large trusses, structural adapters, multi-adapters and radial adapters. It is part of the Near Future Technologies set of packs, so works great with any or all of them. @@ -9,8 +9,8 @@ DEPENDENCIES ============ Required -- B9PartSwitch (v2.13.0) -- ModuleManager (v4.1.3) +- B9PartSwitch (v2.17.0) +- ModuleManager (v4.1.4) Optional - Community Tech Tree (v2.0+)