Skip to content

Commit

Permalink
Agency updates for recent (and not so recent) KSP changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Aug 16, 2020
1 parent 09d3b5b commit 7cf2c53
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Contract Configurator 1.30.0
- Localization support.
- Partial translation for Chinese Simplified (thanks tinygrox).
- Support all tracking station object size classes up to I in SpawnVessel.
- Added Mission Control icons for Sentinel (KSP 1.3) and Robotics (Breaking Ground) stock contracts.
- Allow apostrophe in AgentParser, fixes Kerbin-Side Jobs.
- Improved some validation in Requirement nodes to throw certain errors at contract validation time instead of at run-time.

Expand Down
7 changes: 7 additions & 0 deletions GameData/ContractConfigurator/Agencies/CollectScience.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// Agency details for CollectScience

CONTRACT_DEFINITION
{
name = DeployedScienceContract
displayName = #cc.agency.CollectScience.name
agent = Collect Science
}

CONTRACT_DEFINITION
{
name = CollectScience
Expand Down
29 changes: 29 additions & 0 deletions GameData/ContractConfigurator/Agencies/Robotics.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Agency details for CollectScience

CONTRACT_DEFINITION
{
name = ROCScienceArmContract
displayName = #cc.agency.Robotics.name
agent = Robotics
}

CONTRACT_DEFINITION
{
name = ROCScienceRetrievalContract
displayName = #cc.agency.Robotics.name
agent = Robotics
}

AGENT
{
name = Robotics
title = #cc.agency.Robotics.name

description = #cc.agency.Robotics.desc

logoURL = ContractConfigurator/Agencies/Robotics
logoScaledURL = ContractConfigurator/Agencies/Robotics_scaled

mentality = NoRandomContractMentality
}

Binary file not shown.
Binary file not shown.
29 changes: 29 additions & 0 deletions GameData/ContractConfigurator/Agencies/Sentinel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Agency details for Sentinel contracts

CONTRACT_DEFINITION
{
name = SentinelContract
displayName = #cc.agency.Sentinel.name
agent = Sentinel
}

CONTRACT_DEFINITION
{
name = CometDetectionContract
displayName = #cc.agency.Sentinel.name
agent = Sentinel
}

AGENT
{
name = Sentinel
title = #cc.agency.Sentinel.name

description = #cc.agency.Sentinel.desc

logoURL = ContractConfigurator/Agencies/Sentinel
logoScaledURL = ContractConfigurator/Agencies/Sentinel_scaled

mentality = NoRandomContractMentality
}

Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions GameData/ContractConfigurator/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,15 @@ Localization
#cc.agency.RescueAndRecovery.name = Rescue and Recovery
#cc.agency.RescueAndRecovery.desc = Sometimes Kerbals go to space and forget to come back. These are their stories.

#cc.agency.Robotics.name = Robotics
#cc.agency.Robotics.desc = Use robotics technology to advance our scientific knowledge.

#cc.agency.Satellites.name = Satellites
#cc.agency.Satellites.desc = Everything satellites! We need more satellites - orbiting every celestial body. Already have a satellite? We need it in a different orbit!

#cc.agency.Sentinel.name = Sentinel
#cc.agency.Sentinel.desc = Our SENTINEL Infrared Telescopes will help us identify life-threatening asteroids. Keep your eyes open!

#cc.agency.Stations.name = Stations
#cc.agency.Stations.desc = Build orbital stations for great prestige!

Expand Down
Binary file added assets/Agents/Robotics.xcf
Binary file not shown.
Binary file added assets/Agents/Sentinel.xcf
Binary file not shown.

0 comments on commit 7cf2c53

Please sign in to comment.