Skip to content

Commit

Permalink
Merge pull request #36 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
ChrisAdderley authored Dec 24, 2020
2 parents db09f01 + ae3c517 commit cdbdb25
Show file tree
Hide file tree
Showing 24 changed files with 201 additions and 31 deletions.
27 changes: 27 additions & 0 deletions CKAN/SystemHeat-Converters.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "SystemHeat-Converters",
"name": "System Heat - Resource Converter Configuration",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/SystemHeat",
"$vref": "#/ckan/ksp-avc",
"abstract": "This System Heat config package changes stock and mod Resource Converters to use the System Heat backend. WARNING: potentially vessel-breaking.",
"author": "Nertea (Chris Adderley)",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1",
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "SystemHeat" }
],
"suggests": [
{ "name": "SystemHeatFissionReactors" },
{ "name": "SystemHeatFissionEngines" },
{ "name": "SystemHeatHarvesters" }
],
"install": [ {
"find": "SystemHeatConverters",
"install_to": "GameData"
} ]
}
28 changes: 28 additions & 0 deletions CKAN/SystemHeat-FissionEngines.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"spec_version": "v1.4",
"identifier": "SystemHeat-FissionEngines",
"name": "System Heat - Nuclear Engine Configuration",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/SystemHeat",
"$vref": "#/ckan/ksp-avc",
"abstract": "This System Heat config package changes nuclear thermal engines to use the System Heat backend. WARNING: potentially vessel-breaking.",
"author": "Nertea (Chris Adderley)",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1",
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "SystemHeat" }
],
"suggests": [
{ "name": "SystemHeatConverters" },
{ "name": "SystemHeatFissionReactors" },
{ "name": "SystemHeatHarvesters" },
{ "name": "KerbalAtomics" }
],
"install": [ {
"find": "SystemHeatFissionEngines",
"install_to": "GameData"
} ]
}
28 changes: 28 additions & 0 deletions CKAN/SystemHeat-FissionReactors.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"spec_version": "v1.4",
"identifier": "SystemHeat-FissionReactors",
"name": "System Heat - Nuclear Reactor Configuration",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/SystemHeat",
"$vref": "#/ckan/ksp-avc",
"abstract": "This System Heat configuration pack modifies nuclear reactors to use the SystemHeat backend. This principally applies to Near Future Electrical reactors. WARNING: potentially vessel-breaking.",
"author": "Nertea (Chris Adderley)",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1",
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "SystemHeat" }
],
"suggests": [
{ "name": "SystemHeatConverters" },
{ "name": "SystemHeatFissionEngines" },
{ "name": "SystemHeatHarvesters" },
{ "name": "NearFutureElectrical" }
],
"install": [ {
"find": "SystemHeatFissionReactors",
"install_to": "GameData"
} ]
}
27 changes: 27 additions & 0 deletions CKAN/SystemHeat-Harvesters.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "SystemHeat-Harvesters",
"name": "System Heat - Resource Harvester Configuration",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/SystemHeat",
"$vref": "#/ckan/ksp-avc",
"abstract": "This System Heat config package changes stock and mod Resource Harvesters to use the SystemHeat backend. WARNING: potentially vessel-breaking.",
"author": "Nertea (Chris Adderley)",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1",
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "SystemHeat" }
],
"suggests": [
{ "name": "SystemHeatConverters" },
{ "name": "SystemHeatFissionReactors" },
{ "name": "SystemHeatFissionEngines" }
],
"install": [ {
"find": "SystemHeatHarvesters",
"install_to": "GameData"
} ]
}
8 changes: 4 additions & 4 deletions CKAN/SystemHeat.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"name": "System Heat",
"$kref": "#/ckan/github/post-kerbin-mining-corporation/SystemHeat",
"$vref": "#/ckan/ksp-avc",
"abstract": "System Heat revamps the Core Heat system used in stock KSP to drive drills and harvesters with a new, more powerful system. This core package does not make changes to the base game - install other SystemHeat packs to change drill, converters and the like to use Systemheat",
"author": "Chris Adderley (Nertea)",
"license": "CC-BY-NC-SA-4",
"abstract": "System Heat revamps the Core Heat system used in stock KSP to drive drills and harvesters with a new, more powerful system. This core package does not make changes to the base game - install other SystemHeat packs to change drills, converters and the like to use Systemheat",
"author": "Nertea (Chris Adderley)",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909",
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1",
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat"
},
"depends": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!MODULE[ModuleGenerator] {}
!MODULE[ModuleAlternator] {}
!MODULE[ModuleActiveRadiator] {}
!MODULE[RadioactiveStorageContainer] {}

@MODULE[ModuleEnginesFX] {
@heatProduction = 0
Expand Down
1 change: 1 addition & 0 deletions Extras/SystemHeatFissionEngines/Squad/nuclearEngine.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
!MODULE[ModuleSystemHeatEngine] {}
!MODULE[ModuleAlternator] {}
!MODULE[RadioactiveStorageContainer] {}
@MODULE[ModuleEnginesFX] {
@heatProduction = 0
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


@PART[nuclearfuel-0625]
@PART[nuclearfuel-0625]:FOR[SystemHeat]
{
!MODULE[RadioactiveStorageContainer] {}
MODULE
Expand All @@ -11,7 +11,7 @@
}
}

@PART[nuclearfuel-125]
@PART[nuclearfuel-125]:FOR[SystemHeat]
{
!MODULE[RadioactiveStorageContainer] {}
MODULE
Expand All @@ -22,7 +22,7 @@
}
}

@PART[nuclearfuel-25]
@PART[nuclearfuel-25]:FOR[SystemHeat]
{
!MODULE[RadioactiveStorageContainer] {}
MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
!MODULE[FissionReactor] {}
!MODULE[FissionGenerator] {}
!MODULE[ModuleCoreHeatNoCatchup] {}
!MODULE[RadioactiveStorageContainer] {}


MODULE
Expand Down Expand Up @@ -170,6 +171,7 @@
!MODULE[FissionReactor] {}
!MODULE[FissionGenerator] {}
!MODULE[ModuleCoreHeatNoCatchup] {}
!MODULE[RadioactiveStorageContainer] {}


MODULE
Expand Down Expand Up @@ -247,6 +249,7 @@
!MODULE[FissionReactor] {}
!MODULE[FissionGenerator] {}
!MODULE[ModuleCoreHeatNoCatchup] {}
!MODULE[RadioactiveStorageContainer] {}


MODULE
Expand Down Expand Up @@ -325,6 +328,7 @@
!MODULE[FissionReactor] {}
!MODULE[FissionGenerator] {}
!MODULE[ModuleCoreHeatNoCatchup] {}
!MODULE[RadioactiveStorageContainer] {}


MODULE
Expand Down Expand Up @@ -400,6 +404,7 @@
!MODULE[FissionReactor] {}
!MODULE[FissionGenerator] {}
!MODULE[ModuleCoreHeatNoCatchup] {}
!MODULE[RadioactiveStorageContainer] {}


MODULE
Expand Down
2 changes: 1 addition & 1 deletion GameData/SystemHeat/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Localization
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Field_Store_Name = Store <<1>>
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_NoFuelContainer = A Nuclear Fuel Container must be equipped.
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_AbortEngineerLevel = This transfer a Level <<1>> Engineer!
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_AbortEngineerLevel = This transfer requires a Level <<1>> Engineer!
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_AbortFromRunningConverter = Cannot transfer from a running converter!
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_AbortToRunningConverter = Cannot transfer into a running converter!
#LOC_SystemHeat_ModuleSystemHeatFissionFuelContainer_Message_AbortFromRunningReactor = Cannot transfer from a running reactor! Seriously a bad idea!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// 1.25
@PART[radiator-conformal-2]:FOR[SystemHeat]
{
@mass = 0.0275
@mass = 0.029
@cost = 1200
MODULE
{
Expand Down Expand Up @@ -63,7 +63,7 @@
// 2.5
@PART[radiator-conformal-3]:FOR[SystemHeat]
{
@mass = 0.635
@mass = 0.645
@cost = 27800
MODULE
{
Expand Down Expand Up @@ -96,7 +96,7 @@
// Small
@PART[radiator-universal-1]:FOR[SystemHeat]
{
@mass = 0.435
@mass = 0.1
@cost = 4000
MODULE
{
Expand Down Expand Up @@ -126,7 +126,7 @@
// Lorge
@PART[radiator-universal-2]:FOR[SystemHeat]
{
@mass = 0.28
@mass = 0.286
@cost = 12000
MODULE
{
Expand Down Expand Up @@ -157,7 +157,7 @@
// Beeg
@PART[radiator-universal-3]:FOR[SystemHeat]
{
@mass = 0.334
@mass = 0.343
@cost = 14500
MODULE
{
Expand Down Expand Up @@ -191,7 +191,7 @@
// Beeg
@PART[radiator-fixed-1]:FOR[SystemHeat]
{
@mass = 0.048
@mass = 0.024
@cost = 650
MODULE
{
Expand Down Expand Up @@ -219,7 +219,7 @@
}
@PART[radiator-fixed-2]:FOR[SystemHeat]
{
@mass = 0.006
@mass = 0.003
@cost = 100
MODULE
{
Expand Down Expand Up @@ -247,7 +247,7 @@
}
@PART[radiator-fixed-3]:FOR[SystemHeat]
{
@mass = 0.264
@mass = 0.133
@cost = 4125
MODULE
{
Expand Down Expand Up @@ -275,7 +275,7 @@
}
@PART[radiator-fixed-4]:FOR[SystemHeat]
{
@mass = 0.996
@mass = 0.510

@cost = 15500
MODULE
Expand Down Expand Up @@ -308,7 +308,7 @@
// ============
@PART[radiator-surface-125-1]:FOR[SystemHeat]
{
@mass = 0.0055
@mass = 0.003


@cost = 90
Expand Down Expand Up @@ -341,7 +341,7 @@
// ============
@PART[radiator-surface-25-1]:FOR[SystemHeat]
{
@mass = 0.0125
@mass = 0.006


@cost = 180
Expand Down Expand Up @@ -373,7 +373,7 @@
// ============
@PART[radiator-surface-375-1]:FOR[SystemHeat]
{
@mass = 0.017
@mass = 0.010


@cost = 265
Expand Down
Loading

0 comments on commit cdbdb25

Please sign in to comment.