Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #5

Merged
merged 2 commits into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file modified GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-1.mu
Binary file not shown.
Binary file modified GameData/NearFutureExploration/Parts/Bus/nfex-bus-plto-2.mu
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
{
@name = ModuleDataTransmitterFeedeable
}
}

@PART[nfex-antenna*]:FOR[NearFutureExploration]:NEEDS[RemoteTech|RealAntennas]
{

!MODULE[ModuleAntennaFeed] {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"MINOR":9,
"PATCH":99
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +16,7 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.12.1)
- B9PartSwitch (2.13.0)
- ModuleManager (4.1.3)

Optional
Expand Down