Skip to content

Commit

Permalink
Merge pull request #72 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
2017.02.04 release
  • Loading branch information
BobPalmer committed Feb 5, 2017
2 parents 93519e7 + 7eab24f commit e884d86
Show file tree
Hide file tree
Showing 11 changed files with 94 additions and 5 deletions.
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.8.12 - 2017.02.04
------------------
Dependency Updates

0.8.11 - 2017.01.16
-------------------
Fixed runaway efficiency issue

0.8.10 - 2017.01.15
-------------------
Performance Updates
Expand Down
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":10,
"PATCH":12,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
6 changes: 6 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.6.6 - 2017.02.04
------------------
Added common resource Sodium a potential high efficient electric propellant
Added common resource Caesium a rare but dense and highly efficient electric propellant
ResourceLode value set to zero to prevent exploits.

0.6.5 - (2017.01.01)
--------------------
Updated asteroid and scanner settings
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":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
69 changes: 68 additions & 1 deletion FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ RESOURCE_DEFINITION
density = 0.005
flowMode = ALL_VESSEL
transfer = NONE
unitCost = 250
unitCost = 0
isTweakable = true
isVisible = true
volume = 1
Expand Down Expand Up @@ -680,6 +680,19 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Cs
name = Caesium
density = 0.00193
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 77
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = C
Expand Down Expand Up @@ -1014,6 +1027,33 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Na
name = Sodium
density = 0.000968
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1.4
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = PVC
name = PolyvinylChloride
density = 0.00149
hsp = 7981
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Pu238
Expand All @@ -1028,6 +1068,20 @@ RESOURCE_DEFINITION
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Plutonium-238
}


RESOURCE_DEFINITION
{
abbreviation = R
name = Regolith
density = 0.002
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 0.355
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = UF4
Expand Down Expand Up @@ -1068,6 +1122,19 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = SW
name = SolarWind
density = 0.00000124725
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 0.001
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = ThP
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/ART.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":9,
"PATCH":7,
"PATCH":8,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/ART/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.8 - 2017.02.04
------------------
Fixed a division/multiplication error (thanks DBoots!)

0.9.7 - 2017.01.15
-------------------
Dependency Updates
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.8 - 2017.02.04
------------------
Dependency Updates

0.3.7 - 2017.01.15
------------------
KIS Kontainers are now hidden if KIS is not installed (Thanks Wyzard256!)
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":3,
"PATCH":7,
"PATCH":8,
"BUILD":0
},
"KSP_VERSION":{
Expand Down

0 comments on commit e884d86

Please sign in to comment.