Skip to content

Commit

Permalink
Merge pull request #63 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer authored Jan 15, 2017
2 parents 5f80418 + ce9c46d commit 9c095a6
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 4 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.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
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
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
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 9c095a6

Please sign in to comment.