Skip to content
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
10 changes: 5 additions & 5 deletions GameData/NearFutureSpacecraft/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Localization
#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.
#LOC_NFSpacecraft_command-125-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture adv
#LOC_NFSpacecraft_command-125-landing-1_title = Mk1-L 'Nereid' Specialized Command Pod
#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.
#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
#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.
#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

// 2.5m Pods
#LOC_NFSpacecraft_command-25-1_title = Mk3B 'Pandora' Advanced Command Pod
Expand All @@ -69,8 +69,8 @@ Localization
#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...
#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
#LOC_NFSpacecraft_command-25-landing-1_title = Mk3 'Tethys' Specialized Command Pod
#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!
#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
#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.
#LOC_NFSpacecraft_command-25-landing-1_tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque nearfuture landing

// 3.75m Pods
#LOC_NFSpacecraft_command-mk4-1_title = Mk4-1 'Amalthea' Specialized Command Module
Expand All @@ -95,7 +95,7 @@ Localization
// Landing Engine
#LOC_NFSpacecraft_engine-rocket-pack-1_title = 64-8S 'Chickadee' Landing Engine
#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.
#LOC_NFSpacecraft_engine-rocket-pack-1_tags = land propuls rocket dragon draco super nearfuture nereid mono tethys
#LOC_NFSpacecraft_engine-rocket-pack-1_tags = land propuls rocket nearfuture nereid mono

#LOC_NFSpacecraft_engine-rocket-pack-2_title = 96-8S 'Hummingbird' Landing Engine
#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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ PART
TechRequired = commandModules
entryCost = 3250
cost = 1760
category = Pods
category = none
TechHidden = True
subcategory = 0
title = #LOC_NFSpacecraft_command-125-landing-1_title
manufacturer = #autoLOC_501630
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ PART
entryCost = 14900

cost = 4250
category = Pods
category = none
TechHidden = True
subcategory = 0
title = #LOC_NFSpacecraft_command-25-landing-1_title
manufacturer = #autoLOC_501630
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ PART
entryCost = 990

cost = 350
category = Engine

category = none
TechHidden = True
subcategory = 0
title = #LOC_NFSpacecraft_engine-rocket-pack-1_title
manufacturer = #autoLOC_501627
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":4,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.4.6
------
- Removed the Nereid and Tethys command pods and the Chickadee engines.
- They are soft-deprecated so crafts in flight will not be affected.
- The reasons for doing this should be evident.
- They may be replaced in the future by different designs

v1.4.5
------
- Fixed a export error replacing the 1.25m orbital pod with the regular pod mesh
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================================
NEAR FUTURE SPACECRAFT PACK v1.4.5
NEAR FUTURE SPACECRAFT PACK v1.4.6
==================================

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 Down