-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
258 additions
and
15 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
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
}, | ||
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":5, | ||
"PATCH":5, | ||
"MINOR":6, | ||
"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":4, | ||
"PATCH":8, | ||
"PATCH":9, | ||
"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
42 changes: 42 additions & 0 deletions
42
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/ExoticMinerals.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,42 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//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! | ||
// | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = ExoticMinerals | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = ExoticMinerals | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 50 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 10 | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/Gypsum.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,58 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//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! | ||
// | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Gypsum | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Gypsum | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 70 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Gypsum | ||
ResourceType = 0 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/Hydrates.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,58 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//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! | ||
// | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Hydrates | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Hydrates | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 70 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Hydrates | ||
ResourceType = 0 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/RareMetals.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,42 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//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! | ||
// | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = RareMetals | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = RareMetals | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 50 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 10 | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
FOR_RELEASE/GameData/UmbraSpaceIndustries/SubPack/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":0, | ||
"PATCH":2, | ||
"PATCH":3, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|