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 e0386e2..a8872e0 100644 Binary files a/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-1.mu and b/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-1.mu differ diff --git a/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu b/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu index 6a2c5e1..144ec50 100644 Binary files a/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu and b/GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu differ diff --git a/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg b/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg index d2f2aab..d9de894 100644 --- a/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg +++ b/GameData/NearFutureExploration/Patches/NFExplorationAntennaFeedsNFeX.cfg @@ -6,4 +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 4cef891..6011763 100644 --- a/GameData/NearFutureExploration/Versioning/NearFutureExploration.version +++ b/GameData/NearFutureExploration/Versioning/NearFutureExploration.version @@ -6,14 +6,14 @@ { "MAJOR":1, "MINOR":0, - "PATCH":4, + "PATCH":6, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":8, - "PATCH":1 + "MINOR":9, + "PATCH":0 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -22,7 +22,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":8, + "MINOR":9, "PATCH":99 } } diff --git a/README.md b/README.md index 91cdc72..328bacd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A set of parts to help enhance and improve the KSP probe experience, particularl ### 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.12.1)](https://github.com/blowfishpro/B9PartSwitch) +* [B9PartSwitch (2.13.0)](https://github.com/blowfishpro/B9PartSwitch) ### Optional These components are optional but can add to the play experience diff --git a/changelog.txt b/changelog.txt index 18a1699..233a935 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +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+ +- Updated bundled B9PartSwitch to 2.13.0 +- Fixed an issue where the PLTO and PLTO Compact buses had components (colliders, endcaps) rotated by 150 degrees +- Disabled more things when RemoteTech or RealAntennas are installed. + v1.0.4 ------ - Fixed an issue where antenna reflector range was multiplied by 100 in the VAB info diff --git a/readme.txt b/readme.txt index 508fb56..888ae40 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ============================== -Near Future Exploration v1.0.4 +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