Skip to content

Commit ee852e0

Browse files
Merge pull request #170 from post-kerbin-mining-corporation/dev
Release 1.4.6
2 parents 891750b + fde90e2 commit ee852e0

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

GameData/NearFutureSpacecraft/Localization/en-us.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Localization
5858
#LOC_NFSpacecraft_command-125-1_description = Takes the original Mk1 pod into whatever century this is by adding a modest reaction control system. A second seat also allows the pilot company on long missions.
5959
#LOC_NFSpacecraft_command-125-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture adv
6060
#LOC_NFSpacecraft_command-125-landing-1_title = Mk1-L 'Nereid' Specialized Command Pod
61-
#LOC_NFSpacecraft_command-125-landing-1_description = A most clever 2-person capsule which has the hookups to support a seamless abort/landing system powered by monopropellant-burning Chickadee engines. Reaction control systems are also included standard, though cupholders are not.
62-
#LOC_NFSpacecraft_command-125-landing-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture landing dragon spacex mini
61+
#LOC_NFSpacecraft_command-125-landing-1_description = This part has been removed as it is inspired by technology inextricably associated with Elon Musk, who is a prominent neo-Nazi.
62+
#LOC_NFSpacecraft_command-125-landing-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture landing mini
6363

6464
// 2.5m Pods
6565
#LOC_NFSpacecraft_command-25-1_title = Mk3B 'Pandora' Advanced Command Pod
@@ -69,8 +69,8 @@ Localization
6969
#LOC_NFSpacecraft_command-mk3-9_description = This newer command cockpit is optimized for orbital operations - it sacrifices some durability for other hardware, such as a reliable RCS array and powerful reaction wheels, for example, It has extensive fly-by wire and probe command systems, and can even pilot a craft without crew! Beware running out of power, though...
7070
#LOC_NFSpacecraft_command-mk3-9_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture orbital auto drone command
7171
#LOC_NFSpacecraft_command-25-landing-1_title = Mk3 'Tethys' Specialized Command Pod
72-
#LOC_NFSpacecraft_command-25-landing-1_description = The Tethys can drop 3 Kerbals comfortably onto a planet when equipped with its four companion Chickadee rocket packs and a sufficiently skilled pilot. Includes RCS, of course!
73-
#LOC_NFSpacecraft_command-25-landing-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture landing dragon spacex
72+
#LOC_NFSpacecraft_command-25-landing-1_description = This part has been removed as it is inspired by technology inextricably associated with Elon Musk, who is a prominent neo-Nazi.
73+
#LOC_NFSpacecraft_command-25-landing-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture landing
7474

7575
// 3.75m Pods
7676
#LOC_NFSpacecraft_command-mk4-1_title = Mk4-1 'Amalthea' Specialized Command Module
@@ -95,7 +95,7 @@ Localization
9595
// Landing Engine
9696
#LOC_NFSpacecraft_engine-rocket-pack-1_title = 64-8S 'Chickadee' Landing Engine
9797
#LOC_NFSpacecraft_engine-rocket-pack-1_description = Used as a launch abort and landing system for the Nereid and Tethys command pods, these engines could technically be used elsewhere. The Chickadee is high thrust and high pitched but certainly suffers in the efficiency department. A podded version is also available.
98-
#LOC_NFSpacecraft_engine-rocket-pack-1_tags = land propuls rocket dragon draco super nearfuture nereid mono tethys
98+
#LOC_NFSpacecraft_engine-rocket-pack-1_tags = land propuls rocket nearfuture nereid mono
9999

100100
#LOC_NFSpacecraft_engine-rocket-pack-2_title = 96-8S 'Hummingbird' Landing Engine
101101
#LOC_NFSpacecraft_engine-rocket-pack-2_description = A specialized plug-and-play solution to the Amalthea pod's landing problem. When appropriate holes have been carefully cut in the capsule's lower hull, four Hummingbird assemblies can be introduced, allowing for easy landing on a variety of worlds.

GameData/NearFutureSpacecraft/Parts/Command/command-pods/command-125-landing-1.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ PART
4646
TechRequired = commandModules
4747
entryCost = 3250
4848
cost = 1760
49-
category = Pods
49+
category = none
50+
TechHidden = True
5051
subcategory = 0
5152
title = #LOC_NFSpacecraft_command-125-landing-1_title
5253
manufacturer = #autoLOC_501630

GameData/NearFutureSpacecraft/Parts/Command/command-pods/command-25-landing-1.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ PART
5454
entryCost = 14900
5555

5656
cost = 4250
57-
category = Pods
57+
category = none
58+
TechHidden = True
5859
subcategory = 0
5960
title = #LOC_NFSpacecraft_command-25-landing-1_title
6061
manufacturer = #autoLOC_501630

GameData/NearFutureSpacecraft/Parts/Engine/landing-engine/engine-rocket-pack-1.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ PART
9292
entryCost = 990
9393

9494
cost = 350
95-
category = Engine
95+
96+
category = none
97+
TechHidden = True
9698
subcategory = 0
9799
title = #LOC_NFSpacecraft_engine-rocket-pack-1_title
98100
manufacturer = #autoLOC_501627

GameData/NearFutureSpacecraft/Versioning/NearFutureSpacecraft.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"MAJOR":1,
88
"MINOR":4,
9-
"PATCH":5,
9+
"PATCH":6,
1010
"BUILD":0
1111
},
1212
"KSP_VERSION":

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.4.6
2+
------
3+
- Removed the Nereid and Tethys command pods and the Chickadee engines.
4+
- They are soft-deprecated so crafts in flight will not be affected.
5+
- The reasons for doing this should be evident.
6+
- They may be replaced in the future by different designs
7+
18
v1.4.5
29
------
310
- Fixed a export error replacing the 1.25m orbital pod with the regular pod mesh

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==================================
2-
NEAR FUTURE SPACECRAFT PACK v1.4.5
2+
NEAR FUTURE SPACECRAFT PACK v1.4.6
33
==================================
44

55
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.

0 commit comments

Comments
 (0)