-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from JadeOfMaar/dev
v0.4.9 into master
- Loading branch information
Showing
389 changed files
with
3,443 additions
and
1,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
identifier: SterlingAgent | ||
name: Sterling Agency | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Core' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Core things for Sterling Systems, including localization and resources. | ||
tags: | ||
- agency | ||
- config | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
recommends: | ||
- name: CommunityResourcePack | ||
- name: SystemHeat | ||
- name: VABOrganizer | ||
- name: VABOrganizer-Jade | ||
- name: WildBlueCore | ||
- name: WildBlueTools | ||
install: | ||
- find: Agency | ||
install_to: GameData/SterlingSystems | ||
- find: Version | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
identifier: SterlingElectrics | ||
name: Sterling Electrics | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Batteries and thermoelectric converters | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
install: | ||
- find: Electrics | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingElectricsFC | ||
name: Sterling Electrics - Fuel Cells | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Fuel cells | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingElectrics | ||
install: | ||
- find: ElectricsFuelCell | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingElectricsPV | ||
name: Sterling Electrics - PhotoVoltaics | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Solar panels (mostly conformal) | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingElectrics | ||
install: | ||
- find: ElectricsPhotoVoltaic | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
identifier: SterlingEngines | ||
name: Sterling Engines | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Shared configs for the engine suites such as System Heat and Waterfall | ||
tags: | ||
- config | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
recommends: | ||
- name: SystemHeat | ||
- name: Waterfall | ||
install: | ||
- find: Engines | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingEnginesAm | ||
name: Sterling Engines - Antimatter | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Antimatter rockets. Let's go | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingEngines | ||
install: | ||
- find: EnginesAntimatter | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingEnginesFi | ||
name: Sterling Engines - Fission | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Engines that hold fissile material and are high thrust | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingEngines | ||
install: | ||
- find: EnginesFission | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingEnginesFu | ||
name: Sterling Engines - Fusion | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Engines that burn fusion fuels | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingEngines | ||
install: | ||
- find: EnginesFusion | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingEnginesTN | ||
name: Sterling Engines - Thermal Nozzles | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Engines that chug on the heat from any nearby compatible reactor and offer amazing thrust | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingEngines | ||
install: | ||
- find: EnginesThermalNozzle | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
identifier: SterlingTankage | ||
name: Sterling Tankage | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Tankage' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Tank you very much. Do come again | ||
tags: | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: WildBlueTools | ||
supports: | ||
- name: CryoTanks | ||
- name: ExtraPlanetaryLaunchpads | ||
- name: FarFutureTechnologies | ||
- name: RationalResources | ||
install: | ||
- find: Tankage | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
identifier: SterlingThermals | ||
name: Sterling Thermals | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Radiators and shields (mostly conformal) and inline heatsinks | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
supports: | ||
- name: CryoTanks | ||
- name: FarFutureTechnologies | ||
install: | ||
- find: Thermals | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
identifier: SterlingThermalsExotic | ||
name: Sterling Thermals - Exotic | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Radiators that stop caring about keeping their coolant inside them | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingThermals | ||
supports: | ||
- name: FarFutureTechnologies | ||
install: | ||
- find: ThermalsExotic | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingThermalsPower | ||
name: Sterling Thermals | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Main power sources that are firstly heat-focused, not electric. Raw nuclear thermal, solar thermal and beamed power are here | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingThermals | ||
install: | ||
- find: ThermalsPower | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
identifier: SterlingUtilities | ||
name: Sterling Utilities | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Baseline stuff for ISRU plus other helpful things like fancy lights | ||
tags: | ||
- config | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: WildBlueCore | ||
- name: WildBlueTools | ||
install: | ||
- find: Utilities | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
identifier: SterlingUtilitiesConstruction | ||
name: Sterling Utilities - Construction | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Parts for making parts and whole ships | ||
tags: | ||
- config | ||
- parts | ||
- resources | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingUtilities | ||
recommends: | ||
- Sandcastle | ||
supports: | ||
- ExtraPlanetaryLaunchpads | ||
install: | ||
- find: UtilitiesConstruction | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
identifier: SterlingWorldPower | ||
name: Sterling World Power | ||
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/WorldPower' | ||
$vref: '#/ckan/ksp-avc' | ||
abstract: Boxed parts designed to cluster easily like in RTS games and provide massive power and cooling for your colonies | ||
tags: | ||
- parts | ||
depends: | ||
- name: ModuleManager | ||
- name: B9PartSwitch | ||
- name: SterlingAgent | ||
- name: SterlingElectrics | ||
install: | ||
- find: WorldPower | ||
install_to: GameData/SterlingSystems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.