Skip to content

Commit

Permalink
Merge pull request #110 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer committed Apr 30, 2016
2 parents 165471b + e1ad8a3 commit d829dfd
Show file tree
Hide file tree
Showing 35 changed files with 3,527 additions and 7 deletions.
621 changes: 621 additions & 0 deletions FOR_RELEASE/GPLV3.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.2.1 - 2016.04.30
--------------------
KSP 1.1.2 compatibility

0.7.2 - 2016.04.30
------------------
Dependency Updates
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"MAJOR":0,
"MINOR":7,
"PATCH":2,
"BUILD":0
"BUILD":1
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":1
"PATCH":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":1,
"PATCH":0
"PATCH":2
}
}
93 changes: 93 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/Asteroid.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
@PART[PotatoRoid]
{
MODULE
{
name = ModuleAsteroidResource
resourceName = Water
presenceChance = 100
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = MetallicOre
presenceChance = 80
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Substrate
presenceChance = 80
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Minerals
presenceChance = 25
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Karbonite
presenceChance = 25
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Karborundum
presenceChance = 25
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Uraninite
presenceChance = 25
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = XenonGas
presenceChance = 80
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = ArgonGas
presenceChance = 80
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
highRange = 95
lowRange = 80
presenceChance = 100
resourceName = Rock
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
@PART[SurfaceScanner]
{
MODULE
{
name = ModuleAnalysisResource
resourceName = Water
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = MetallicOre
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Substrate
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Minerals
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Karbonite
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Karborundum
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Uraninite
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = XenonGas
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = ArgonGas
abundance = 0
}
}
48 changes: 48 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
0.5.1.1 - 2016.04.30
--------------------
KSP 1.1.2 compatibility

0.5.1 - 2016.04.30
------------------
KSP 1.1.1 compatibility

0.5.0 - 2016.03.29
------------------
Compatibility with KSP 1.1
Lowered cost of Supplies, Mulch and Fertilizer

0.4.9 - 2016.02.01
------------------
Added Hydrates as a resource and also to the resource map (represents regolith with captive water)
Added Gypsum (an excellent raw material for fertilizer) as a resource and to the resource map
ExoticMinerals and RareMetals can now be directly harvested

0.4.8 - 2015.12.08
------------------
Added 'IntakeLqd' - an oceanic resource to help with oceanic-only parts.
Modified Asteroid config to include 'Rock'
Added 'Lead' as a resource (same stats as LeadBallast, but visible/tweakable)
Adjusted density of 'Rock' to be more like rock, and less like cotton balls

0.4.7 - 2015.11.14
------------------
Merged MKS and MKS-L resources into CRP

0.4.6 - 2015.11.09
------------------
Added OSE/MKS-L common resources (Dirt, MaterialKits, ExoticMinerals, RareMetals)
KSP 1.0.5 Compatibility

0.4.5 - 2015.10.16
------------------
Fixed density LqdDeteurium and LqdTritium

0.4.4 - 2015.07.29
------------------
Various HSP/flow changes

0.4.3 - 2015.07.06
------------------
Moved the Karborundum band around the sun out a bit.
Various HST configs
Fixed an issue with the cost of RocketParts
31 changes: 31 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"NAME":"Community Resource Pack",
"URL":"https://raw.githubusercontent.com/BobPalmer/CommunityResourcePack/master/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version",
"DOWNLOAD":"https://github.com/BobPalmer/CommunityResourcePack/releases",
"GITHUB":{
"USERNAME":"BobPalmer",
"REPOSITORY":"CommunityResourcePack",
"ALLOW_PRE_RELEASE":false
},
"VERSION":{
"MAJOR":0,
"MINOR":5,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":0,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":1,
"PATCH":2
}
}
Loading

0 comments on commit d829dfd

Please sign in to comment.