Skip to content

Commit

Permalink
Merge pull request #1496 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 2ec4276 + aa6a4ae commit 7fea743
Show file tree
Hide file tree
Showing 230 changed files with 18,570 additions and 642 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Models/Kerbitrail_Tube/Temp/UnityLockfile
*.force
*.db
*.zip
*.dll
*.mdb
*.pdb

# Windows image file caches
Thumbs.db
Expand Down
10 changes: 5 additions & 5 deletions FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"VERSION":
{
"MAJOR":1,
"MINOR":8,
"PATCH":0,
"BUILD":0
"MINOR":9,
"PATCH":4,
"BUILD":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":7,
"MINOR":9,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":7,
"MINOR":10,
"PATCH":0
}
}

This file was deleted.

Binary file modified FOR_RELEASE/GameData/000_AT_Utils/Plugins/000_AT_Utils.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_AT_Utils/Plugins/002_MultiAnimators.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_AT_Utils/Plugins/0_00_AT_Utils_UI.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LineWidthMult = 0.4
MinLineWidthMult = 0.01

MeshesToSkip = flagtransform canopy
BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03 dmFlexoTube
BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03 dmFlexoTube UniversalDrill

Colors
{
Expand Down
Binary file modified FOR_RELEASE/GameData/000_AT_Utils/at_utils_ui.ksp
Binary file not shown.
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
}
}
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/Firespitter/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.7.17 - 2020.12.20
------------------
KSP 1.11 Compatibility
Converted Biplane cockpit into a crewed command seat
Moved legacy biplane parts to the legacy parts folder - nab these if you need them.
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version",
"VERSION": {
"MAJOR": 7,
"MINOR": 13,
"MINOR": 17,
"PATCH": 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/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/GroundConstruction/Engineer.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@EXPERIENCE_TRAIT[Engineer]
@EXPERIENCE_TRAIT[Engineer]:HAS[!EFFECT[ConstructionSkill]]
{
EFFECT
{
name = ConstructionSkill
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"VERSION":
{
"MAJOR":2,
"MINOR":4,
"PATCH":0,
"BUILD":0
"MINOR":6,
"PATCH":3,
"BUILD":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":7,
"MINOR":9,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":7,
"MINOR":10,
"PATCH":0
}
}
2 changes: 2 additions & 0 deletions FOR_RELEASE/GameData/GroundConstruction/IgnoreModules.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ GC_IGNORE_MODULES
ignore = ModuleKISItem
ignore = TCAEngineInfo
ignore = ResourceHack
ignore = ModuleConstructionKit
ignore = DockedKitContainer
}
32 changes: 21 additions & 11 deletions FOR_RELEASE/GameData/GroundConstruction/KitResources.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
GC_KIT_RESOURCES
GC_KEEP_RESOURCES
{
keep = Ablator
keep = SolidFuel
keep = EnrichedUranium
keep = Plutonium-238
keep = Uraninite
keep = UraniumNitride
keep = UF4
keep = ThF4
keep = Actinides
keep = Machinery
resource = Ablator
resource = SolidFuel
resource = EnrichedUranium
resource = Plutonium-238
resource = Uraninite
resource = UraniumNitride
resource = UF4
resource = ThF4
resource = Actinides
resource = Machinery
}

GC_ASSEMBLE_RESOURCES
{
resource = Machinery
}

GC_CONSTRUCT_RESOURCES
{
resource = Ablator
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 7fea743

Please sign in to comment.