Skip to content

Commit

Permalink
Merge pull request #312 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
EPL patch fix
  • Loading branch information
ChrisAdderley authored Jun 25, 2022
2 parents 0be2131 + f0c0367 commit fe12a22
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
{
/// Disable the right lines for the decals we are activating
!transform,* = any
transform:NEEDS[!UmbraSpaceIndustries,!Launchpad] = MetallicOreDecal
transform:NEEDS[!UmbraSpaceIndustries,!ExtraplanetaryLaunchpads] = MetallicOreDecal
transform:NEEDS[!CommunityResourcePack] = UraniniteDecal
transform:NEEDS[!CommunityResourcePack] = SubstrateDecal
transform:NEEDS[!CommunityResourcePack] = MineralsDecal
transform:NEEDS[!MKS] = CommoditiesDecal
transform:NEEDS[MKS] = ExoticMineralsDecal
transform:NEEDS[MKS] = RareMetalsDecal
transform:NEEDS[!CommunityResourcePack] = MaterialKitsDecal
transform:NEEDS[!MKS,!Launchpad] = MetalsDecal
transform:NEEDS[!MKS,!ExtraplanetaryLaunchpads] = MetalsDecal
transform:NEEDS[!MKS] = PolymersDecal
transform:NEEDS[!MKS,!USILifeSupport] = SuppliesDecal
transform:NEEDS[!MKS|GroundConstruction] = MachineryDecal
Expand All @@ -32,8 +32,8 @@
transform:NEEDS[!CommunityResourcePack] = LeadDecal
transform:NEEDS[!Snacks,!TacLifeSupport] = SnacksDecal
transform:NEEDS[!Snacks] = SoilDecal
transform:NEEDS[!Launchpad] = RocketPartsDecal
transform:NEEDS[!Launchpad] = ScrapMetalDecal
transform:NEEDS[!ExtraplanetaryLaunchpads] = RocketPartsDecal
transform:NEEDS[!ExtraplanetaryLaunchpads] = ScrapMetalDecal
transform:NEEDS[!TacLifeSupport] = LifeSupportDecal
}

Expand Down Expand Up @@ -280,7 +280,7 @@
primaryColor = Desert
secondaryColor = Desert
}
SUBTYPE:NEEDS[Launchpad,!MKS]
SUBTYPE:NEEDS[ExtraplanetaryLaunchpads,!MKS]
{
name = Metal
tankType = SSPXMetal
Expand All @@ -289,7 +289,7 @@
primaryColor = MetallicBlue
secondaryColor = MetallicBlue
}
SUBTYPE:NEEDS[Launchpad,!SimpleConstruction,!MKS]
SUBTYPE:NEEDS[ExtraplanetaryLaunchpads,!SimpleConstruction,!MKS]
{
name = MetalOre
tankType = SSPXMetalOre
Expand All @@ -298,7 +298,7 @@
primaryColor = ResourceColorOre
secondaryColor = MetallicBlue
}
SUBTYPE:NEEDS[Launchpad,!MKS]
SUBTYPE:NEEDS[ExtraplanetaryLaunchpads,!MKS]
{
name = RocketParts
tankType = SSPXRocketParts
Expand All @@ -307,7 +307,7 @@
primaryColor = PumpkinOrange
secondaryColor = PumpkinOrange
}
SUBTYPE:NEEDS[Launchpad,!SimpleConstruction,!MKS]
SUBTYPE:NEEDS[ExtraplanetaryLaunchpads,!SimpleConstruction,!MKS]
{
name = ScrapMetal
tankType = SSPXScrapMetal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":2,
"MINOR":0,
"PATCH":9,
"PATCH":10,
"BUILD":0
},
"KSP_VERSION":
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.10
-------
- Fix EPL patch incorrect target

v2.0.9
------
- Fixed for emissive endcap texture not being included in distribution
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
====================================
STATION PARTS EXPANSION REDUX v2.0.9
====================================
=====================================
STATION PARTS EXPANSION REDUX v2.0.10
=====================================

This pack provides a set of new space and ground station parts. New parts exist in all size classes from 1.25m to 5.0m. Rigid station parts are provided as well as expandable centrifuges and habitats. Ground bases are served with auto-leveling bases and extendable docking crew tubes.

Expand Down

0 comments on commit fe12a22

Please sign in to comment.