Skip to content

Commit

Permalink
Update to 1.6.12
Browse files Browse the repository at this point in the history
**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
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 26 deletions.
Binary file modified Changelog.txt
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
38 changes: 19 additions & 19 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "BobPalmer"
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 99,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 5,
"MINOR": 0,
"PATCH": 0,
"BUILD": 0
}
"MINOR": 1,
"PATCH": 0
}
}
Binary file modified FOR_RELEASE/GameData/KSPModFileLocalizer.dll
Binary file not shown.
Binary file not shown.
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
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 11
"PATCH": 12
},

"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 1
"MINOR": 10,
"PATCH": 0
},

"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 9,
"MINOR": 10,
"PATCH": 9
},

Expand Down
6 changes: 3 additions & 3 deletions Sources/PlanetarySurfaceStructures/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.11.0")]
[assembly: AssemblyFileVersion("1.6.11.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x16B0)]
[assembly: AssemblyVersion("1.6.12.0")]
[assembly: AssemblyFileVersion("1.6.12.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x16C0)]
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.6.12
**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.)

# v1.6.11
**General:**

Expand Down

0 comments on commit 0e7be2b

Please sign in to comment.