Skip to content

Commit

Permalink
Update mentions of 'Early Space Station' to 'Second Generation Space …
Browse files Browse the repository at this point in the history
…Station' or locally formatted equivalent.
  • Loading branch information
njits23 committed Jul 24, 2024
1 parent d8d72f7 commit f7e1dae
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
CONTRACT_TYPE
{
name = CollectEarlyStationScience
title = Collect Early Crewed Station Science
name = CollectSecondGenerationStationScience
title = Collect Second Generation Station Science
group = EarlyEarthSpaceStation

description = <b>Program: Crewed Orbit<br>Type: <color=red>CAPSTONE</color></b><br><br>Humans staying in space for longer durations allows for different types of experiments from what we can do with unmanned probes. Utilize your stations to complete these experiments. NOTE: You may have already collected some or all of this science. If you have, you won't need to collect it again.
synopsis = Collect early crewed station science
synopsis = Collect second generation station science
completedMessage = This is loads of data! Scientists are extremely happy with the results of your efforts.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CONTRACT_TYPE
{
name = supplyEarlyStation
title = Early Space Station Supply
name = supplySecondGenerationStation
title = Second Generation Station Supply
group = EarlyEarthSpaceStation
agent = Stations

description = <b>Program: Earth Space Station<br>Type: <color=blue>Optional</color></b><br><br>Studying even longer durations of human spaceflight will necessitate rotating in fresh crew and replenishing supplies. Control a second Gen Space Station, then send any needed crew and supplies so that it can continue its mission&br;&br;<b>Number of Phases Completed: @/index / @/maxCompletions</b>
description = <b>Program: Earth Space Station<br>Type: <color=blue>Optional</color></b><br><br>Studying even longer durations of human spaceflight will necessitate rotating in fresh crew and replenishing supplies. Control a second generation space station, then send any needed crew and supplies so that it can continue its mission&br;&br;<b>Number of Phases Completed: @/index / @/maxCompletions</b>

genericDescription = Rendezvous with a space station with the specified requirements in Earth orbit for crew rotation or resupply needs.

Expand Down Expand Up @@ -83,7 +83,7 @@ CONTRACT_TYPE
type = VesselParameterGroup
title = Control a Space Station with the required parameters
notes = The station must include at least 1 Docking Port and support for at least 3 Crew
define = earlySpaceStation
define = secondGenerationSpaceStation
disableOnStateChange = true

PARAMETER
Expand Down Expand Up @@ -153,15 +153,15 @@ CONTRACT_TYPE
{
name = Rendezvous
type = Rendezvous
vessel = earlySpaceStation
vessel = secondGenerationSpaceStation
distance = 100
title = Rendezvous with the station.
}
PARAMETER
{
name = Docking
type = Docking
vessel = earlySpaceStation
vessel = secondGenerationSpaceStation
completeInSequence = true
title = Dock with the station.
}
Expand All @@ -172,7 +172,7 @@ CONTRACT_TYPE
name = vesselGroupStationPersist
type = VesselParameterGroup
title = Keep the station in orbit
vessel = earlySpaceStation
vessel = secondGenerationSpaceStation
completeInSequence = true

PARAMETER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONTRACT_TYPE

description = <b>Program: Crewed Orbit<br>Type: <color=green>Required</color></b><br><br>Humans staying in space for longer durations allows for different types of experiments from what we can do with unmanned probes. Utilize your stations to complete these experiments. NOTE: You may have already collected some or all of this science. If you have, you won't need to collect it again.
synopsis = Collect early crewed station science
synopsis = Collect prototype station science
completedMessage = This is loads of data! Scientists are extremely happy with the results of your efforts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CONTRACT_TYPE
type = VesselParameterGroup
title = Control a Space Station with the required parameters
notes = The station must include at least 1 Docking Port and support for at least 2 Crew
define = earlySpaceStation
define = prototypeSpaceStation
disableOnStateChange = true

PARAMETER
Expand Down Expand Up @@ -165,15 +165,15 @@ CONTRACT_TYPE
{
name = Rendezvous
type = Rendezvous
vessel = earlySpaceStation
vessel = prototypeSpaceStation
distance = 100
title = Rendezvous with the station.
}
PARAMETER
{
name = Docking
type = Docking
vessel = earlySpaceStation
vessel = prototypeSpaceStation
completeInSequence = true
title = Dock with the station.
}
Expand All @@ -184,7 +184,7 @@ CONTRACT_TYPE
name = vesselGroupStationPersist
type = VesselParameterGroup
title = Keep the station in orbit
vessel = earlySpaceStation
vessel = prototypeSpaceStation
completeInSequence = true

PARAMETER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CONTRACT_TYPE

synopsis = Launch a space station with the specified requirements

completedMessage = Congratulations! This early space station has met its requirements!
completedMessage = Congratulations! This prototype space station has met its requirements!

sortKey = 1502

Expand Down Expand Up @@ -108,7 +108,7 @@ CONTRACT_TYPE
name = vesselGroupLaunch
type = VesselParameterGroup
title = Launch a Space Station with the required parameters
define = earlySpaceStation
define = prototypeSpaceStation
disableOnStateChange = true

PARAMETER
Expand Down Expand Up @@ -151,7 +151,7 @@ CONTRACT_TYPE
name = stayOnStation
type = VesselParameterGroup
title = Keep at least @/crewRequired crew aboard the station and conduct multi-week habitation analysis for @/durationText days.
vessel = earlySpaceStation
vessel = prototypeSpaceStation
notes = You can work on other contracts while your crew are working. You are safe to return to Mission Control
completeInSequence = true
disableOnStateChange = true
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Programs/Programs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ RP0_PROGRAM
complete_contract = first_spaceStation
complete_contract = CollectProtoStationScience
complete_contract = secondGen_spaceStation
complete_contract = CollectEarlyStationScience
complete_contract = CollectSecondGenerationStationScience
}
CONFIDENCECOSTS
Expand All @@ -997,7 +997,7 @@ RP0_PROGRAM
}
OPTIONALS
{
supplyEarlyStation = true
supplySecondGenerationStation = true
supplyProtoStation = true
prototype_spaceStation_launch = true
}
Expand Down

0 comments on commit f7e1dae

Please sign in to comment.