-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
27 changed files
with
2,782 additions
and
23 deletions.
There are no files selected for viewing
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 @@ | ||
*.zip |
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,84 @@ | ||
@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 | ||
} | ||
|
||
} |
65 changes: 65 additions & 0 deletions
65
FOR_RELEASE/GameData/CommunityResourcePack/AsteroidScannerSetup.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,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 | ||
} | ||
} |
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,22 @@ | ||
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 |
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,31 @@ | ||
{ | ||
"NAME":"Community Resource Pack", | ||
"URL":"https://raw.githubusercontent.com/BobPalmer/CommunityResourcePack/master/GameData/CommunityResourcePack/CRP.version", | ||
"DOWNLOAD":"https://github.com/BobPalmer/CommunityResourcePack/releases", | ||
"GITHUB":{ | ||
"USERNAME":"BobPalmer", | ||
"REPOSITORY":"CommunityResourcePack", | ||
"ALLOW_PRE_RELEASE":false | ||
}, | ||
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":4, | ||
"PATCH":7, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":5 | ||
}, | ||
"KSP_VERSION_MIN":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MAX":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":5 | ||
} | ||
} |
Oops, something went wrong.