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

Update #158

Merged
merged 2 commits into from
Aug 26, 2021
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 @@ -8,7 +8,7 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
version: 4.2.1
location: s3
B9PartSwitch:
version: 2.18.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PART
CoLOffset = 0.0, -0.35, 0.0
CenterOfBuoyancy = 0.0, 0.5, 0.0
CenterOfDisplacement = 0.0, -0.3, 0.0
buoyancy = 1.5
buoyancy = 4
buoyancyUseSine = False
skinInternalConductionMult = 0.625
heatConductivity = 0.1 // 5/6ths default
Expand Down Expand Up @@ -206,12 +206,16 @@ PART
node = jet1
node = jet2
node = jet3
primaryColor = #ffffff
secondaryColor = #000000
}

SUBTYPE
{
name = #LOC_NFSpacecraft_command-nereid_switcher_variant2
transform = Pod125Landing_Covers
primaryColor = #ffffff
secondaryColor = #ffffff
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
nodeType = size0
staged = False
stagingEnabled = False
canRotate = True
rotationTransformName = port
maxMotorOutput = 50
RESOURCE
{
name = ElectricCharge
rate = 1
}
rotationAxis = Y
}
MODULE
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":4,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A number of parts designed to help build better and cooler orbital (and not so o

### 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)
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Near Future Props (0.6.5)](https://github.com/post-kerbin-mining-corporation/NearFutureProps)

Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.4.3
------
- KSP 1.12
- Updated ModuleManager to 4.2.1
- Updated NearFutureProps to 0.6.5
- Added docking rotation functions to tiny shielded port
- Ajusted kerbal viewpoints for Nereid pod, should clip less
- Added more buoyancy to Nereid, should float ok with heatshield, chute and engines attached

v1.4.2
------
- KSP 1.11
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 SPACECRAFT PACK v1.4.2
NEAR FUTURE SPACECRAFT PACK v1.4.3
==================================

This pack contains spacecraft parts focused on crewed vehicles. At the moment this includes nine new command pods, one new utility module, several monopropellant engines in orbital and landing variants, more monopropellant tanks, additional RCS thrusters.
Expand All @@ -11,7 +11,7 @@ DEPENDENCIES
Required
- NearFutureProps (0.6.5)
- B9 Part Switch (2.18.0)
- ModuleManager (4.1.4)
- ModuleManager (4.2.1)

Optional
- Community Tech Tree (v2.0+)
Expand Down