Skip to content

Commit

Permalink
Merge pull request #299 from UmbraSpaceIndustries/DEVELOP
Browse files Browse the repository at this point in the history
KSP 1.11 Updates
  • Loading branch information
BobPalmer authored Dec 21, 2020
2 parents a0b24ec + b436622 commit c91bbfa
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 43 deletions.
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/AddConsumers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
name = ModuleLogisticsConsumer
}
}

@PART[landingLeg*,miniLandingLeg]:HAS[!MODULE[USI_InertialDampener]]
{
MODULE
{
name = USI_InertialDampener
}
}
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 @@
1.4.0 - 2020.12.20
------------------
KSP 1.11 Compatibility

1.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility

1.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility
Expand Down
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Converters.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Prevent USI_Converter and USI_Harvester modules from automatically shutting down
@PART[*]:HAS[@MODULE[USI_Converter]]
{
@MODULE[USI_Converter]
{
%AutoShutdown = false
}
}
26 changes: 25 additions & 1 deletion FOR_RELEASE/GameData/000_USITools/Logistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,31 @@ 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]]:FOR[USITools]
{
MODULE
{
name = USI_ModuleFieldRepair
}
}

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

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

@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],@RESOURCE[Recyclables]]:FOR[USITools]
{
MODULE
{
Expand Down
Binary file removed FOR_RELEASE/GameData/000_USITools/MiniAVC.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":2,
"MINOR":4,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
"MINOR":11,
"PATCH":99
}
}
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
40 changes: 20 additions & 20 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "BobPalmer"
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 99,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"MAJOR": 4,
"MINOR": 3,
"PATCH": 0,
"BUILD": 0
}
"BUILD": 0,
"MAJOR": 5,
"MINOR": 2,
"PATCH": 0
}
}
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.2.0 - 2020.12.20
------------------
KSP 1.11 Compatibility

4.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility

4.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility
Expand Down
3 changes: 2 additions & 1 deletion FOR_RELEASE/GameData/CommunityCategoryKit/common-filters.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CCKCommonFilterConfig
{
name = Containers
tag = cck-containers
normalIcon = CommunityCategoryKit/icons/Containers
normalIcon = CommunityCategoryKit/icons/Containers_N
selectedIcon = CommunityCategoryKit/icons/Containers_S
usedByMod = Kerbal Inventory System (KIS)
usedByMod = Kerbal Attachment System (KAS)
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.2 - 2020.12.20
------------------
KSP 1.11 Compatibility

1.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility

1.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility
Expand Down
14 changes: 7 additions & 7 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":2,
"PATCH":0,
"MINOR":4,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
}
"MINOR":99,
"PATCH":99
}
}
Binary file removed FOR_RELEASE/GameData/ModuleManager.4.0.2.dll
Binary file not shown.
Binary file added FOR_RELEASE/GameData/ModuleManager.4.1.4.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.0 - 2020.12.20
------------------
KSP 1.11 Compatibility

1.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility

1.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PART
subcategory = 0
title = RT-500 Recycling Module
manufacturer = USI - Life Support Division
description = A surface-mounted recycler just enough to reduce life support load for one Kerbal.
description = TBD
attachRules = 0,1,0,0,0
mass = 0.1
dragModelType = default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":2,
"MINOR":4,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
"MINOR":11,
"PATCH":99
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion Source/USILifeSupport/USILifeSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>D:\Games\pdb2mdb\pdb2mdb.exe $(TargetFileName)</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit c91bbfa

Please sign in to comment.