Skip to content

Commit

Permalink
Merge pull request #278 from BobPalmer/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 b472b50 + be09a86 commit 88971cc
Show file tree
Hide file tree
Showing 32 changed files with 141 additions and 65 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
}
}
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.
Binary file not shown.
Binary file not shown.
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.
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/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
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
Binary file not shown.
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
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,8 @@
{
@TechRequired = storageTech
}

@PART[StowPakSup]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Localization

// Inline cluster of rounded containers
#LOC_USI_C3_LqdTrussTank_title = Kontainer Tank - Quad-Round (1.8m x 7.5m)
#LOC_USI_C3_LqdTrussTank_description = Shipping container for transporting various goods;
#LOC_USI_C3_LqdTrussTank_description = Shipping container for transporting various goods.

// Stow-Pak containers
#LOC_USI_MountableLqdTank_title = SK-62L Supply Tank
Expand All @@ -57,8 +57,8 @@ Localization
#LOC_USI_RadialLqdTank_description = When you just need a small amount of supplies.
#LOC_USI_RadialSupPack_title = MK-V Supply Redi-Pak
#LOC_USI_RadialSupPack_description = When you just need a small amount of supplies.
#LOC_USI_StowPakSup_title = Supply Stow-Pak
#LOC_USI_StowPakSup_description = When you just need a miniscule amount of supplies.
#LOC_USI_StowPakSup_title = Kontainer Stow-Pak
#LOC_USI_StowPakSup_description = A radial stowage pack for transporting various goods.

// Rounded containers (All use the same description)
#LOC_USI_C3_RTank_00_title = Kontainer Tank - Round (00.313m)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ PART:NEEDS[KIS]
node_stack_bottom = 0.0, -0.2477, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = advConstruction
entryCost = 4160
entryCost = 2288
cost = 1400
cost = 198
category = none
subcategory = 0
title = #LOC_USI_MountableLqdTank_title
manufacturer = USI - Logistics Division
description = #LOC_USI_MountableLqdTank_description
attachRules = 1,0,0,1,1
mass = 0.125
mass = 0.06875
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down Expand Up @@ -54,10 +54,10 @@ PART:NEEDS[KIS]
{
name = FSfuelSwitch
resourceNames = LiquidFuel,Oxidizer;Water;Chemicals;Mulch;LqdHydrogen;LiquidFuel;MonoPropellant
resourceAmounts = 90,110;1000;1000;1000;1500;200;200
resourceAmounts = 49.5,60.5;550;550;550;825;110;110
initialResourceAmounts = 0,0;0;0;0;0;0;0
tankCost = 91.8;0.8;16000;0;55.125;160;240
basePartMass = 0.125
tankCost = 50.49;0.44;8800;0;30.31875;88;132
basePartMass = 0.06875
tankMass = 0;0;0;0;0;0;0
hasGUI = false
}
Expand All @@ -80,15 +80,12 @@ PART:NEEDS[KIS]
MODULE
{
name = ModuleKISItemEvaTweaker
volumeOverride = 1100
editorItemsCategory = false
carriable = true
equipMode = part
equipSlot = jetpack
equipMeshName = jetpack_base01
equipBoneName = bn_jetpack01
equipPos = (0,0.21,-0.3)
equipDir = (280,0,0)
equipBoneName = aliasJetpack
equipPos = 0.0, 0.21, -0.3
equipDir = 280, 0, 0
runSpeed = 0.8
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ PART:NEEDS[KIS]
node_stack_bottom = 0.0, -0.2477, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = advConstruction
entryCost = 4160
entryCost = 2288
cost = 1400
cost = 770
category = none
subcategory = 0
title = #LOC_USI_MountableSupPack_title
manufacturer = USI - Logistics Division
description = #LOC_USI_MountableSupPack_description
attachRules = 1,0,0,1,1
mass = 0.125
mass = 0.06875
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down Expand Up @@ -54,10 +54,10 @@ PART:NEEDS[KIS]
{
name = FSfuelSwitch
resourceNames = MetallicOre;Uraninite;Substrate;Minerals;Karbonite;ExoticMinerals,RareMetals;MaterialKits;Metals;Polymers;Supplies,Mulch;Ore;Machinery;Recyclables;SpecializedParts;Fertilizer;Hydrates;Gypsum;Dirt;Silicates;Silicon;RefinedExotics;ColonySupplies;Organics;Rock;MaterialKits,SpecializedParts
resourceAmounts = 1000;1000;1000;1000;1000;500,500;1000;1000;1000;960,40;200;1000;1000;1000;1000;1000;1000;1000;1000;1000;1000;1000;1000;1000;850,170
resourceAmounts = 550;550;550;550;550;275,275;550;550;550;528,22;110;550;550;550;550;550;550;550;550;550;550;550;550;550;467.5,93.5
initialResourceAmounts = 0;0;0;0;0;0,0;0;0;0;0,0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0,0
tankCost = 1760;700;300;800;320;150000;2000;14240;8000;2400;4;15800;7000;32000;2000;500;10;300;10;20;250000;15000;500;0.01;7140
basePartMass = 0.125
tankCost = 968;385;165;440;176;82500;1100;7832;4400;1320;2.2;8690;3850;17600;1100;275;5.5;165;5.5;11;137500;8250;275;0.0055;3927
basePartMass = 0.06875
tankMass = 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
hasGUI = false
}
Expand All @@ -80,15 +80,12 @@ PART:NEEDS[KIS]
MODULE:NEEDS[KIS]
{
name = ModuleKISItemEvaTweaker
volumeOverride = 1100
editorItemsCategory = false
carriable = true
equipMode = part
equipSlot = jetpack
equipMeshName = jetpack_base01
equipBoneName = bn_jetpack01
equipPos = (0,0.21,-0.3)
equipDir = (280,0,0)
equipBoneName = aliasJetpack
equipPos = 0.0, 0.21, -0.3
equipDir = 280, 0, 0
runSpeed = 0.8
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ PART
breakingForce = 2072
breakingTorque = 2072

TechRequired = advConstruction
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
cost = 95
category = none
subcategory = 0
title = #LOC_USI_StowPakSup_title
Expand All @@ -28,7 +28,7 @@ PART

attachRules = 1,1,1,1,0

mass = 0.1
mass = 0.05625
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
Expand Down Expand Up @@ -84,7 +84,7 @@ PART
resourceAmounts = 250;250;250;250;250;125,125;250;250;250;240,10;50;250;250;250;250;250;250;250;250;250;250;250;250;250;212,42
initialResourceAmounts = 0;0;0;0;0;0,0;0;0;0;0,0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0,0
tankCost = 440;175;75;200;80;37500;500;3560;2000;600;1;3950;1750;8000;500;125;10;300;2.5;5;62500;3750;125;0.01;1785
basePartMass = 0.1
basePartMass = 0.05625
tankMass = 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
hasGUI = false
}
Expand Down
Loading

0 comments on commit 88971cc

Please sign in to comment.