Skip to content

Commit

Permalink
Merge pull request #138 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 1.3.6
  • Loading branch information
ChrisAdderley authored Aug 14, 2024
2 parents b61e90c + c84b742 commit 0a9c028
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 169 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.2.1
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
CommunityResourcePack:
version: 1.4.2
Expand Down
4 changes: 4 additions & 0 deletions GameData/NearFuturePropulsion/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Localization
en-us
{
// CONFIG
// SUBCATEGORIES
#LOC_NFPropulsion_Subcategory_plasmaEngines = Plasma Engines
#LOC_NFPropulsion_Subcategory_rcsElectric = Plasma/Ion RCS

// MANUFACTURERS
#LOC_NFPropulsion_manufacturer_kerbkastria_title = Kerb Kastria Inc.
#LOC_NFPropulsion_manufacturer_argyle_title = Argyle Argonics Inc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ PART
cost = 4160
category = FuelTank
subcategory = 0
title = #LOC_NFPropulsion_argon-125-1_title
title = #LOC_NFPropulsion_argon-125-3_title
manufacturer = #LOC_NFPropulsion_manufacturer_argyle_title
description = #LOC_NFPropulsion_argon-125-1_description
description = #LOC_NFPropulsion_argon-125-3_description
attachRules = 1,1,1,1,0

mass = 0.190293333
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ORGANIZERSUBCATEGORY
{
name = plasmaEngines
Label = #LOC_NFPropulsion_Subcategory_plasmaEngines
Priority = 155
CategoryPriority = 10
}
ORGANIZERSUBCATEGORY
{
name = rcsElectric
Label = #LOC_NFPropulsion_Subcategory_rcsElectric
Priority = 15
CategoryPriority = 5
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/// Support for VABOrganizer
@PART[ionArgon*|ionXenon*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = ionEngines
}
}
@PART[pit-*|vasimr*|mpdt*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = plasmaEngines
}
}
@PART[xenon-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = xenon
}
}
@PART[argon-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = argon
}
}
@PART[lithium-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = lithium
}
}
@PART[rcsblock-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = rcsElectric
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":2
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ A number of electric propulsion parts designed off real technology and prototype

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.4.2)](https://github.com/BobPalmer/CommunityResourcePack)

## Installation
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.3.6
------
- Updated ModuleManager to 4.2.3
- Updated B9PartSwitch to 2.20.0
- Updated target KSP version
- Fix localization of small 1.25m argon tank
- Finally deprecated the old resourcing parts
- Support for VABOrganizer

v1.3.5
------
- Updated ModuleManager to 4.2.1
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
NEAR FUTURE PROPULSION PACK 1.3.5
NEAR FUTURE PROPULSION PACK 1.3.6
=================================

This pack contains the advanced electric propulsion technologies
Expand All @@ -12,9 +12,9 @@ DEPENDENCIES
============

Required:
- BP Part Switch (2.18.0)
- BP Part Switch (2.20.0)
- Community Resource Pack (1.4.2)
- ModuleManager (4.2.1)
- ModuleManager (4.2.3)

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

0 comments on commit 0a9c028

Please sign in to comment.