-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**General:** * Recompile for KSP 1.10.0 * Updated KSPModFileLocalizer to version 0.2.3.6 * Updated CCK to version 5.1.0.0 **Mod Support:** * Updated OSE Workshop support (Drill for Exotic Minerals etc.)
- Loading branch information
Nils Büscher
committed
Jul 14, 2020
1 parent
a930dd7
commit 0e7be2b
Showing
9 changed files
with
177 additions
and
26 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
FOR_RELEASE/GameData/PlanetaryBaseInc/BaseSystem/Plugins/PlanetarySurfaceStructures.dll
Binary file not shown.
140 changes: 140 additions & 0 deletions
140
FOR_RELEASE/GameData/PlanetaryBaseInc/ModSupport/Configs/Workshop/KPBS_MM_Workshop.cfg
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,140 @@ | ||
// Adding Dirt, ExoticMinerals and RareMetals to stock scanners and drills | ||
|
||
@PART[KKAOSS_drill]:FOR[Workshop] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleResourceHarvester | ||
HarvesterType = 0 | ||
Efficiency = 0.6 | ||
ResourceName = Dirt | ||
ConverterName = Dirt Harvester | ||
StartActionName = Start Dirt Harvester | ||
StopActionName = Stop Dirt Harvester | ||
ImpactTransform = | ||
AutoShutdown = false | ||
GeneratesHeat = false | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Scientist | ||
EfficiencyBonus = 1 | ||
|
||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 1 | ||
} | ||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 7500 | ||
key = 500 5000 | ||
key = 750 500 | ||
key = 1000 0 | ||
} | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Engineer | ||
EfficiencyBonus = 1 | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceHarvester | ||
HarvesterType = 0 | ||
Efficiency = 0.6 | ||
ResourceName = ExoticMinerals | ||
ConverterName = ExoticMinerals Harvester | ||
StartActionName = Start ExoticMinerals Harvester | ||
StopActionName = Stop ExoticMinerals Harvester | ||
ImpactTransform = | ||
AutoShutdown = false | ||
GeneratesHeat = false | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Scientist | ||
EfficiencyBonus = 1 | ||
|
||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 1 | ||
} | ||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 7500 | ||
key = 500 5000 | ||
key = 750 500 | ||
key = 1000 0 | ||
} | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Engineer | ||
EfficiencyBonus = 1 | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceHarvester | ||
HarvesterType = 0 | ||
Efficiency = 0.6 | ||
ResourceName = RareMetals | ||
ConverterName = RareMetals Harvester | ||
StartActionName = Start RareMetals Harvester | ||
StopActionName = Stop RareMetals Harvester | ||
ImpactTransform = | ||
AutoShutdown = false | ||
GeneratesHeat = false | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Scientist | ||
EfficiencyBonus = 1 | ||
|
||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 1 | ||
} | ||
TemperatureModifier | ||
{ | ||
key = 0 10000 | ||
key = 250 7500 | ||
key = 500 5000 | ||
key = 750 500 | ||
key = 1000 0 | ||
} | ||
UseSpecialistBonus = true | ||
SpecialistEfficiencyFactor = 0.2 | ||
SpecialistBonusBase = 0.05 | ||
Specialty = Engineer | ||
EfficiencyBonus = 1 | ||
ThermalEfficiency | ||
{ | ||
key = 0 0.1 | ||
key = 250 .1 | ||
key = 500 1 | ||
key = 750 .1 | ||
key = 1000 0 | ||
} | ||
} | ||
} |
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
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
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