Skip to content

Commit

Permalink
Merge pull request #291 from UmbraSpaceIndustries/DEVELOP
Browse files Browse the repository at this point in the history
1.7.x Compat Patch
  • Loading branch information
BobPalmer authored Aug 12, 2019
2 parents 847f2e3 + 4800e31 commit 45fcc2f
Show file tree
Hide file tree
Showing 20 changed files with 346 additions and 20 deletions.
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AGENT
{
name = Umbra Space Industries
title = Umbra Space Industries
title = #LOC_USI_agency_usi_title

description = A world leader in corrugated paper products, Umbra Space Industries is now applying their formidable boxing and packaging skills into a a series of products for colonization, exploration, and resource exploitation!
description = #LOC_USI_agency_usi_description

logoURL = 000_USITools/Agency/USILogo
logoScaledURL = 000_USITools/Agency/USILogo_SM
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility

1.1.0 - 2019.02.05
------------------
KSP 1.6.x Compatibility
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/Comms.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[*]:HAS[!MODULE[ModuleDataTransmitter],MODULE[ModuleCommand]]
@PART[*]:HAS[!MODULE[ModuleDataTransmitter],@MODULE[ModuleCommand]]
{
MODULE
{
Expand Down
9 changes: 9 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Localization/en-us.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Localization
{
en-us
{
// Agency
#LOC_USI_agency_usi_title = Umbra Space Industries
#LOC_USI_agency_usi_description = A world leader in corrugated paper products, Umbra Space Industries is now applying their formidable boxing and packaging skills into a a series of products for colonization, exploration, and resource exploitation!
}
}
10 changes: 9 additions & 1 deletion FOR_RELEASE/GameData/000_USITools/Logistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ RESOURCE_DEFINITION //Hidden resource used to manage mass
volume = 1
}

@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],RESOURCE[Machinery|EnrichedUranium|DepletedFuel|Recyclables]]:FOR[USITools]
@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],@RESOURCE[Machinery|EnrichedUranium|DepletedFuel|Recyclables]]:FOR[USITools]
{
MODULE
{
name = USI_ModuleFieldRepair
}
}

@PART[*]:HAS[!MODULE[USI_ModuleRecycleBin],@RESOURCE[MaterialKits]]:FOR[USITools]
{
MODULE
{
name = USI_ModuleRecycleBin
}
}
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":1,
"MINOR":2,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
"MINOR":7,
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":9
}
}
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
"MINOR":7,
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -17,14 +17,14 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":9
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"MAJOR": 4,
"MINOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 0
}
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility

4.1.0 - 2019.02.05
------------------
KSP 1.6.x Compatibility
Expand Down
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility

1.1.0 - 2019.02.05
------------------
KSP 1.6.x Compatibility
Expand Down
8 changes: 4 additions & 4 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":1,
"MINOR":2,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
"MINOR":7,
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":9
}
}
Loading

0 comments on commit 45fcc2f

Please sign in to comment.