Skip to content

Commit

Permalink
Merge pull request #295 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ChrisAdderley authored Jan 22, 2022
2 parents 4af72b3 + fbcb018 commit 3adbba4
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
117 changes: 117 additions & 0 deletions GameData/StationPartsExpansionRedux/Patches/SSPXR-Snacks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,120 @@
// Adds suffix
@tags ^= :$: cck-lifesupport:
}
//Snacks Stress support by CheetahCyberBoi
// Adds stress relievers to the centrifuges and inflatable habs.
@PART[sspx-inflatable-centrifuge-*,sspx-expandable-centrifuge-*]:NEEDS[SnacksStress]
{
MODULE
{
name = SnacksConverter
ConverterName = Artificial Gravity Relaxation
StartActionName = Start Relaxing
StopActionName = Stop Relaxing
AutoShutdown = false
GeneratesHeat = false
UseSpecialistBonus = false
minimumCrew = 1
requiresHomeConnection = false
conditionSummary = Relaxing
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1.6
FlowMode = STAGE_PRIORITY_FLOW
}
ROSTER_INPUT_RESOURCE
{
ResourceName = Stress
AmountPerDay = 3
}
}
}
@PART[sspx-inflatable-hab-*]:NEEDS[SnacksStress]
{
MODULE
{
name = SnacksConverter
ConverterName = Large Pressurised Area Relaxing
StartActionName = Start Relaxing
StopActionName = Stop Relaxing
AutoShutdown = false
GeneratesHeat = false
UseSpecialistBonus = false
minimumCrew = 1
requiresHomeConnection = false
conditionSummary = Relaxing
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1.6
FlowMode = STAGE_PRIORITY_FLOW
}
ROSTER_INPUT_RESOURCE
{
ResourceName = Stress
AmountPerDay = 2
}
}
}
//Adds stargazing to cupolas
@PART[sspx-cupola-*]:NEEDS[SnacksStress]
{
MODULE
{
name = SnacksConverter
ConverterName = Stargazing
StartActionName = Start Stargazing
StopActionName = Stop Stargazing
AutoShutdown = false
GeneratesHeat = false
UseSpecialistBonus = false
minimumCrew = 1
requiresHomeConnection = false
conditionSummary = Stargazing
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 0.05
FlowMode = STAGE_PRIORITY_FLOW
}
ROSTER_INPUT_RESOURCE
{
ResourceName = Stress
AmountPerDay = 1.5
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@PART[sspx-science-1875-1,sspx-lab-375-1,sspx-lab-5-1]:AFTER[StationPartsExpansionRedux]
{
!MODULE[TacGenericConverter],* {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":2,
"MINOR":0,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.0.6
------
- Fixed functioning of 5m lab's airlock
- Fixed missing backside of 1.25m docking port replacement
- Fixed skinning error on Doughnut centrifuge
- Added Stress support to the Snacks patch
- Added SSPXR-TAC-ScienceDisableFix.cfg that disables TAC patches on the science labs to resolve TAC bug

v2.0.5
------
- Fixed usage mask of observatory experiment so it requires a kerbal in the vessel, not in the part
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====================================
STATION PARTS EXPANSION REDUX v2.0.5
STATION PARTS EXPANSION REDUX v2.0.6
====================================

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 3adbba4

Please sign in to comment.