Skip to content

Commit

Permalink
Merge pull request #68 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
2017.01.15 Release
  • Loading branch information
BobPalmer committed Jan 15, 2017
2 parents a17ffb7 + 2b26fc2 commit b5d4b2e
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 10 deletions.
9 changes: 9 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.8.10 - 2017.01.15
-------------------
Performance Updates
Fixed a bug that caused animations to auto-deploy

0.8.9 - 2017.01.01
-------------------
Fixed bug w/swappable converter multi-bays

0.8.8 - 2017.01.01
-------------------
Dependency Updates
Expand Down
37 changes: 37 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/TraitsAndEffects.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@EXPERIENCE_TRAIT[Pilot] {
EFFECT {
name = RepBoost
}
EFFECT
{
name = LogisticsSkill
}
EFFECT
{
name = ExplorerSkill
}
}

@EXPERIENCE_TRAIT[Engineer] {
EFFECT {
name = FundsBoost
}
EFFECT {
name = GeologySkill
}
}

@EXPERIENCE_TRAIT[Scientist] {
EFFECT {
name = ScienceBoost
}
EFFECT {
name = BotanySkill
}
EFFECT {
name = AgronomySkill
}
EFFECT {
name = MedicalSkill
}
}
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":8,
"PATCH":10,
"BUILD":0
},
"KSP_VERSION":{
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":6,
"PATCH":7,
"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.7 - 2017.01.15
-------------------
Dependency Updates

0.9.6 - 2017.01.01
-------------------
Dependency Updates
Expand Down
6 changes: 5 additions & 1 deletion FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.3.4 - 2017.01.01
0.3.7 - 2017.01.15
------------------
KIS Kontainers are now hidden if KIS is not installed (Thanks Wyzard256!)

0.3.6 - 2017.01.01
-------------------
All USI reactors now include a fill-cap of 95% to leave some headroom for solar panels.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ bulkheadProfiles = srf
amount = 0
maxAmount = 300
}
MODULE
{
name = ModuleWeightDistributableCargo
}

}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART:NEEDS[KIS]
{
// --- general parameters ---
name = C3_Kontainer_KIS_01
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART:NEEDS[KIS]
{
// --- general parameters ---
name = C3_Kontainer_KIS_02
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART:NEEDS[KIS]
{
// --- general parameters ---
name = C3_Kontainer_KIS_03
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART:NEEDS[KIS]
{
// --- general parameters ---
name = C3_Kontainer_KIS_04
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART:NEEDS[KIS]
{
// --- general parameters ---
name = C3_Kontainer_KIS_M
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ bulkheadProfiles = srf
amount = 0
maxAmount = 300
}
MODULE
{
name = ModuleWeightDistributableCargo
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ PART
{
name = USI_ModuleRecycleBin
}
MODULE
{
name = ModuleWeightDistributableCargo
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ PART
{
name = USI_ModuleRecycleBin
}
}
MODULE
{
name = ModuleWeightDistributableCargo
}
}
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":6,
"PATCH":7,
"BUILD":0
},
"KSP_VERSION":{
Expand Down

0 comments on commit b5d4b2e

Please sign in to comment.