Skip to content

Commit

Permalink
Merge pull request UmbraSpaceIndustries#71 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer committed Oct 23, 2016
2 parents 91dce45 + a1e6a86 commit 56f2e87
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 7 deletions.
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.3 - 2016.10.22
------------------
Fixed a bug causing NRE spam with toolbar (thanks Kerbas-ad-astra!)
Added swap costs to the part info for swappable parts.

0.8.2 - 2016.10.16
------------------
Made the nuclear pulse engine atmospheric nerf optional
Expand Down
12 changes: 12 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Logistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ LOGISTICS_SETTINGS
LogisticsTime = 5
WarehouseTime = 10
MaintenanceRange = 150
}

RESOURCE_DEFINITION //Hidden resource used to manage mass
{
name = Construction
density = 0.001
unitCost = 0
flowMode = NO_FLOW
transfer = NONE
isTweakable = false
isVisible = false
volume = 1
}
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":8,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.2 - 2016.10.15
------------------
Various KSPI resource updates
Silicate resource distribution added

0.6.1 - 2016.10.15
------------------
Resorted KSPI resources alphabeticly, added abbreviation and Added LqdArgon, LqdFluorine, LqdNitrogen15, LqdOxygen18
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ RESOURCE_DEFINITION
{
abbreviation = UF4
name = UF4
density = 0.005
density = 0.00670
flowMode = ALL_VESSEL
transfer = NONE
isTweakable = true
Expand Down Expand Up @@ -1075,7 +1075,7 @@ RESOURCE_DEFINITION
{
abbreviation = ThF4
name = ThF4
density = 0.0042
density = 0.0063
flowMode = ALL_VESSEL
transfer = NONE
isTweakable = true
Expand Down Expand Up @@ -1103,12 +1103,12 @@ RESOURCE_DEFINITION
{
abbreviation = UN
name = UraniumNitride
density = 0.0113
density = 0.0143
flowMode = STAGE_PRIORITY_FLOW
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 3718
unitCost = 158
volume = 1
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/UraniumNitride
}
Expand Down
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
}
}



Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.2 - (2016.10.22)
------------------
Dependency Updates

0.6.1 - (2016.10.16)
------------------
Dependency Updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down

0 comments on commit 56f2e87

Please sign in to comment.