Skip to content

Commit

Permalink
Add SterlingSystemsAgency
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 22, 2024
1 parent 72a4877 commit abbf543
Show file tree
Hide file tree
Showing 16 changed files with 289 additions and 0 deletions.
23 changes: 23 additions & 0 deletions NetKAN/SterlingSystemsAgency.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
identifier: SterlingSystemsAgency

Check warning on line 1 in NetKAN/SterlingSystemsAgency.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1172 [1] WARN CKAN.NetKAN.Transformers.AvcTransformer (null) - Error fetching remote version file https://raw.githubusercontent.com/JadeOfMaar/SterlingSystems/master/GameData/SterlingSystems/Version/SterlingSystems.version: The remote server returned an error: (404) Not Found.

Check warning on line 1 in NetKAN/SterlingSystemsAgency.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1173 [1] WARN CKAN.NetKAN.Transformers.AvcTransformer (null) - Error fetching remote version file https://raw.githubusercontent.com/JadeOfMaar/SterlingSystems/master/GameData/SterlingSystems/Version/SterlingSystems.version: The remote server returned an error: (404) Not Found.
name: Sterling Systems Agency
abstract: Core things including localization and resources.
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Core'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- agency
- config
- resources
depends:
- name: ModuleManager
- name: B9PartSwitch
recommends:
- name: CommunityResourcePack
- name: SystemHeat
- name: VABOrganizer
- name: VABOrganizer-Jade
install:
- find: Agency
install_to: GameData/SterlingSystems
- find: Version
install_to: GameData/SterlingSystems
15 changes: 15 additions & 0 deletions NetKAN/SterlingSystemsElectrics.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
identifier: SterlingSystemsElectrics
name: Sterling Electrics
abstract: Batteries and thermoelectric converters
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
install:
- find: Electrics
install_to: GameData/SterlingSystems
16 changes: 16 additions & 0 deletions NetKAN/SterlingSystemsElectricsFuelCell.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
identifier: SterlingSystemsElectricsFuelCell
name: Sterling Electrics - Fuel Cells
abstract: Fuel cells
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsElectrics
install:
- find: ElectricsFuelCell
install_to: GameData/SterlingSystems
16 changes: 16 additions & 0 deletions NetKAN/SterlingSystemsElectricsPhotoVoltaic.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
identifier: SterlingSystemsElectricsPhotoVoltaic
name: Sterling Electrics - PhotoVoltaics
abstract: Solar panels (mostly conformal)
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Electrics'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsElectrics
install:
- find: ElectricsPhotoVoltaic
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsEngines.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsEngines
name: Sterling Engines
abstract: Shared configs for the engine suites such as System Heat and Waterfall
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- config
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
recommends:
- name: SystemHeat
- name: Waterfall
install:
- find: Engines
install_to: GameData/SterlingSystems
16 changes: 16 additions & 0 deletions NetKAN/SterlingSystemsEnginesAntimatter.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
identifier: SterlingSystemsEnginesAntimatter

Check warning on line 1 in NetKAN/SterlingSystemsEnginesAntimatter.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1311 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found

Check warning on line 1 in NetKAN/SterlingSystemsEnginesAntimatter.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1226 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found
name: Sterling Engines - Antimatter
abstract: Antimatter rockets. Let's go
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsEngines
install:
- find: EnginesAntimatter
install_to: GameData/SterlingSystems
16 changes: 16 additions & 0 deletions NetKAN/SterlingSystemsEnginesFission.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
identifier: SterlingSystemsEnginesFission

Check warning on line 1 in NetKAN/SterlingSystemsEnginesFission.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1364 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found

Check warning on line 1 in NetKAN/SterlingSystemsEnginesFission.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1360 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found
name: Sterling Engines - Fission
abstract: Engines that hold fissile material and are high thrust
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsEngines
install:
- find: EnginesFission
install_to: GameData/SterlingSystems
16 changes: 16 additions & 0 deletions NetKAN/SterlingSystemsEnginesFusion.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
identifier: SterlingSystemsEnginesFusion

Check warning on line 1 in NetKAN/SterlingSystemsEnginesFusion.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1330 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found

Check warning on line 1 in NetKAN/SterlingSystemsEnginesFusion.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1219 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found
name: Sterling Engines - Fusion
abstract: Engines that burn fusion fuels
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsEngines
install:
- find: EnginesFusion
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsEnginesThermalNozzle.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsEnginesThermalNozzle

Check warning on line 1 in NetKAN/SterlingSystemsEnginesThermalNozzle.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1292 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found

Check warning on line 1 in NetKAN/SterlingSystemsEnginesThermalNozzle.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1229 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found
name: Sterling Engines - Thermal Nozzles
abstract: >-
Engines that chug on the heat from any nearby compatible reactor
and offer amazing thrust
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Engines'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsEngines
install:
- find: EnginesThermalNozzle
install_to: GameData/SterlingSystems
22 changes: 22 additions & 0 deletions NetKAN/SterlingSystemsTankage.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
identifier: SterlingSystemsTankage
name: Sterling Tankage
abstract: Tank you very much. Do come again
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Tankage'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
- resources
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: WildBlueTools
supports:
- name: CryoTanks
- name: ExtraPlanetaryLaunchpads
- name: FarFutureTechnologies
- name: RationalResources
install:
- find: Tankage
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsThermals.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsThermals
name: Sterling Thermals
abstract: Radiators and shields (mostly conformal) and inline heatsinks
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
supports:
- name: CryoTanks
- name: FarFutureTechnologies
install:
- find: Thermals
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsThermalsExotic.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsThermalsExotic
name: Sterling Thermals - Exotic
abstract: Radiators that stop caring about keeping their coolant inside them
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsThermals
supports:
- name: FarFutureTechnologies
install:
- find: ThermalsExotic
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsThermalsPower.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsThermalsPower
name: Sterling Thermals
abstract: >-
Main power sources that are firstly heat-focused, not electric.
Raw nuclear thermal, solar thermal and beamed power are here
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Thermals'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsThermals
install:
- find: ThermalsPower
install_to: GameData/SterlingSystems
19 changes: 19 additions & 0 deletions NetKAN/SterlingSystemsUtilities.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
identifier: SterlingSystemsUtilities
name: Sterling Utilities
abstract: Baseline stuff for ISRU plus other helpful things like fancy lights
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- config
- parts
- resources
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: WildBlueCore
- name: WildBlueTools
install:
- find: Utilities
install_to: GameData/SterlingSystems
22 changes: 22 additions & 0 deletions NetKAN/SterlingSystemsUtilitiesConstruction.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
identifier: SterlingSystemsUtilitiesConstruction
name: Sterling Utilities - Construction
abstract: Parts for making parts and whole ships
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/Utilities'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- config
- parts
- resources
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsUtilities
recommends:
- name: Sandcastle
supports:
- name: ExtraPlanetaryLaunchpads
install:
- find: UtilitiesConstruction
install_to: GameData/SterlingSystems
18 changes: 18 additions & 0 deletions NetKAN/SterlingSystemsWorldPower.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
identifier: SterlingSystemsWorldPower
name: Sterling World Power
abstract: >-
Boxed parts designed to cluster easily like in RTS games
and provide massive power and cooling for your colonies
$kref: '#/ckan/github/JadeOfMaar/SterlingSystems/asset_match/WorldPower'
$vref: '#/ckan/ksp-avc'
license: restricted
tags:
- parts
depends:
- name: ModuleManager
- name: B9PartSwitch
- name: SterlingSystemsAgency
- name: SterlingSystemsElectrics
install:
- find: WorldPower
install_to: GameData/SterlingSystems

0 comments on commit abbf543

Please sign in to comment.