Skip to content

Commit

Permalink
Testing fixes
Browse files Browse the repository at this point in the history
Fix proto repeatable title
Allow transfer of research payload so you can resupply
Adjust long term hab to 180days
Fix proto repeat completion
Adjust final repeat science requirement so they complete before the science tracker (which would auto-fail them)
  • Loading branch information
Ballatik committed Feb 2, 2024
1 parent ffe97a2 commit ce36f4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ CONTRACT_TYPE
type = NewVessel
title = Launch a Supply Mission
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CONTRACT_TYPE
{
type = List<float>
durationMultiplier = [1,1,1,2]
experimentList = [0.3332,0.4998,0.6664,1]
experimentList = [0.3332,0.4998,0.6664,0.9]
}
DATA
{
Expand Down Expand Up @@ -150,6 +150,7 @@ CONTRACT_TYPE
type = NewVessel
title = Launch a Supply Mission
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CONTRACT_TYPE
{
name = prototype_spaceStation_launch
title = Early Space Station
title = Prototype Space Station
group = EarlyEarthSpaceStation
agent = Stations

Expand Down Expand Up @@ -77,7 +77,7 @@ CONTRACT_TYPE
{
type = List<float>
durationMultiplier = [1,1,1,2]
experimentList = [0.3332,0.4998,0.6664,1]
experimentList = [0.3332,0.4998,0.6664,0.9]
}
DATA
{
Expand Down Expand Up @@ -163,7 +163,6 @@ CONTRACT_TYPE
minCrew = @/crewRequired
title = Has at least @/crewRequired crew members on the station.
hideChildren = true
completeInSequence = true
}
PARAMETER
{
Expand All @@ -174,7 +173,6 @@ CONTRACT_TYPE
targetBody = HomeWorld()
disableOnStateChange = false
title = Remain in a stable orbit
completeInSequence = true
}
PARAMETER
{
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Contracts/RP0_Contract_Resources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RESOURCE_DEFINITION
density = 0.001
unitCost = 2.0
flowMode = ALL_VESSEL
transfer = NONE
transfer = PUMP
isTweakable = true
volume = 1
}
Expand All @@ -67,7 +67,7 @@ RESOURCE_DEFINITION
density = 0.005
unitCost = 0.0
flowMode = ALL_VESSEL
transfer = NONE
transfer = PUMP
isTweakable = true
fillable = false
volume = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EXPERIMENT_DEFINITION
experiment_id = RP0longDurationHabit1
ec_rate = 0.1
data_rate = 25
@data_rate /= 21024000 //0.5 Years or a little over 180d. Should be 180d exactly?
@data_rate /= 15768000 //0.5 Years or a little over 180d. Should be 180d exactly?
requires = CrewMin:2
resources = ResearchPayload@0.0003858 //Consumes 1T of payload every 30 days. Placeholder
crew_operate = True
Expand Down

0 comments on commit ce36f4f

Please sign in to comment.