-
Notifications
You must be signed in to change notification settings - Fork 38
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 #219 from BobPalmer/DEVELOP
10/23/16 Release
- Loading branch information
Showing
20 changed files
with
97 additions
and
113 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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":8, | ||
"PATCH":2, | ||
"PATCH":3, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":6, | ||
"PATCH":1, | ||
"PATCH":2, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
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
104 changes: 0 additions & 104 deletions
104
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/Antimatter
This file was deleted.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/Silicates.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,47 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: Silicates | ||
// | ||
//Resource types: | ||
// 0 = Crustal (Stuff you dig up) | ||
// 1 = Oceanic (Stuff in the oceans) | ||
// 2 = Atmospheric (Stuff in the air, varies with pressure) | ||
// 3 = Interplanetary (Stuff you find between planets) | ||
// | ||
//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! | ||
// | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Silicates | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 60 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 10 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
BIOME_RESOURCE | ||
{ | ||
ResourceName = Silicates | ||
ResourceType = 0 | ||
PlanetName = Mun | ||
BiomeName = Northern Basin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 1 | ||
MaxAbundance = 20 | ||
Variance = 10 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
|
||
|
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
4 changes: 4 additions & 0 deletions
4
FOR_RELEASE/GameData/UmbraSpaceIndustries/Karbonite/CHANGELOG.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":8, | ||
"PATCH":1, | ||
"PATCH":2, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
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 |
---|---|---|
|
@@ -85,5 +85,8 @@ bulkheadProfiles = size4,srf | |
{ | ||
name = USI_ModuleRecycleBin | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleWeightDistributableCargo | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":3, | ||
"PATCH":2, | ||
"PATCH":3, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|