From a39746a14d4baef5dc41786dd039aa7164632e2b Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Mon, 17 Feb 2020 13:40:08 -0800 Subject: [PATCH 1/2] 1.9.x updates --- .mod_data.yml | 2 +- .../Parts/Bus/nfex-bus-plto-1.mu | Bin 597320 -> 597320 bytes .../Parts/Bus/nfex-bus-plto-2.mu | Bin 603770 -> 603770 bytes .../Patches/NFExplorationAntennaFeedsNFeX.cfg | 2 ++ .../Versioning/NearFutureExploration.version | 8 ++++---- README.md | 2 +- changelog.txt | 7 +++++++ readme.txt | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.mod_data.yml b/.mod_data.yml index ebbd5c2..88d52b5 100644 --- a/.mod_data.yml +++ b/.mod_data.yml @@ -11,7 +11,7 @@ dependencies: # Configure dependencies version: 4.1.3 location: s3 B9PartSwitch: - version: 2.12.1 + version: 2.13.0 location: s3 deploy: SpaceDock: diff --git a/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-1.mu b/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-1.mu index e0386e24e3c333b6439029155398fd167e395259..a8872e08443fdda425d126a9fd0ec9a5bc720e2c 100644 GIT binary patch delta 123 zcmX@HOXb8am4+6^7N!>F7M2#)7Pc1lEgU!g32aQa-uLFF-hL1UvhAif{$!Hf&ibF@ uGAoAM_7^Oi?^q?#wJF7M2#)7Pc1lEgU!g@qb}4-Os?l&;Y_f_Vk9IOmf><|8rbs v6+n}+-~NJy^Bt=sx-d|qJqrkL|M-t%2kZ3Z0-UPT1FmprZT}{~8N>qsL(C}v diff --git a/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu b/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu index 6a2c5e1b93e67a423fdaf4fd830ccd9b84c111c4..144ec509902b59dbfbf8f2265c40cef56faf94d4 100644 GIT binary patch delta 115 zcmezMM&;KVm4+6^7N!>F7M2#)7Pc1l7LF~PToU|&@z(oxKh)bVeMxV>K!Npi18q*Z n?dB4kmsthSr0lj!$#K5JE_{%6`b|wv)ycw)!rKM4I5T+w*PAI) delta 117 zcmezMM&;KVm4+6^7N!>F7M2#)7Pc1l7LF~PToM9bSWNdbFfcTLFpzCO-B6oTcDuO* j=Vew5x$RPNobRv;A7q_=Q Date: Sat, 22 Feb 2020 12:14:10 -0800 Subject: [PATCH 2/2] Fix backwards RT patch. --- .../Patches/NFExplorationAntennaFeedsNFeX.cfg | 4 ++++ .../Versioning/NearFutureExploration.version | 2 +- changelog.txt | 4 ++++ readme.txt | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg b/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg index 4c82547..d9de894 100644 --- a/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg +++ b/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg @@ -6,6 +6,10 @@ { @name = ModuleDataTransmitterFeedeable } +} + +@PART[nfex-antenna*]:FOR[NearFutureExploration]:NEEDS[RemoteTech|RealAntennas] +{ !MODULE[ModuleAntennaFeed] {} } \ No newline at end of file diff --git a/GameData/NearFutureExploration/Versioning/NearFutureExploration.version b/GameData/NearFutureExploration/Versioning/NearFutureExploration.version index a35339f..6011763 100644 --- a/GameData/NearFutureExploration/Versioning/NearFutureExploration.version +++ b/GameData/NearFutureExploration/Versioning/NearFutureExploration.version @@ -6,7 +6,7 @@ { "MAJOR":1, "MINOR":0, - "PATCH":5, + "PATCH":6, "BUILD":0 }, "KSP_VERSION": diff --git a/changelog.txt b/changelog.txt index 05a75ff..233a935 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.0.6 +------ +- Fixed backwards RT patch removing feed features when RT NOT installed vs installed + v1.0.5 ------ - Marked compatible for KSP 1.9+ diff --git a/readme.txt b/readme.txt index 635b1e0..888ae40 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ============================== -Near Future Exploration v1.0.5 +Near Future Exploration v1.0.6 ============================== A set of parts to help enhance and improve the KSP probe experience, particularly in the later game with larger probes @@ -16,7 +16,7 @@ DEPENDENCIES ============ Required: -- B9PartSwitch (2.12.1) +- B9PartSwitch (2.13.0) - ModuleManager (4.1.3) Optional