Skip to content

Commit a97cdae

Browse files
authored
Merge pull request #1056 from BobPalmer/DEVELOP
Develop
2 parents e5b0d3f + d593c28 commit a97cdae

File tree

141 files changed

+4695
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+4695
-131
lines changed

FOR_RELEASE/GameData/000_USITools/.gitignore

-1
This file was deleted.

FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.7 - (KSP 1.2.2)
2+
-------------------
3+
Updates for KSP 1.2.2
4+
15
0.8.6 - 2016.11.23
26
------------------
37
Fixed conversion nullrefs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AddonSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<AllowCheck>true</AllowCheck>
4+
<FirstRun>false</FirstRun>
5+
</AddonSettings>
8.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

FOR_RELEASE/GameData/000_USITools/USITools.version

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":8,
13-
"PATCH":6,
13+
"PATCH":7,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
1818
"MINOR":2,
19-
"PATCH":1
19+
"PATCH":2
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
@@ -26,6 +26,6 @@
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
2828
"MINOR":2,
29-
"PATCH":1
29+
"PATCH":2
3030
}
3131
}

FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.4 - (KSP 1.2.2)
2+
-------------------
3+
Added Decaborane as a resource
4+
15
0.6.3 - (KSP 1.2.1)
26
-------------------
37
Adjusted cost Fluorine (KSPI-E) to cost LqdFluorine (Realfuels)

FOR_RELEASE/GameData/CommunityResourcePack/CRP.version

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":6,
13-
"PATCH":3,
13+
"PATCH":4,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
1818
"MINOR":2,
19-
"PATCH":1
19+
"PATCH":2
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
@@ -26,6 +26,6 @@
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
2828
"MINOR":2,
29-
"PATCH":1
29+
"PATCH":2
3030
}
3131
}

FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg

+12
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,18 @@ RESOURCE_DEFINITION
693693
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/ChargedParticles
694694
}
695695

696+
RESOURCE_DEFINITION
697+
{
698+
abbreviation = DeBo
699+
name = Decaborane
700+
density = 0.00094
701+
flowMode = STAGE_PRIORITY_FLOW
702+
transfer = PUMP
703+
isTweakable = true
704+
isVisible = true
705+
unitCost = 3.252
706+
}
707+
696708
RESOURCE_DEFINITION
697709
{
698710
abbreviation = D

FOR_RELEASE/GameData/Firespitter/Firespitter.version

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version",
44
"VERSION": {
55
"MAJOR": 7,
6-
"MINOR": 4,
7-
"PATCH": 2
6+
"MINOR": 5,
7+
"PATCH": 0
88
},
99
"KSP_VERSION":{
1010
"MAJOR":1,
1111
"MINOR":2,
12-
"PATCH":1
12+
"PATCH":2
1313
},
1414
"KSP_VERSION_MIN":{
1515
"MAJOR":1,
@@ -19,6 +19,6 @@
1919
"KSP_VERSION_MAX":{
2020
"MAJOR":1,
2121
"MINOR":2,
22-
"PATCH":1
22+
"PATCH":2
2323
}
2424
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.5 - (KSP 1.2.2)
2+
-------------------
3+
Updates for KSP 1.2.2
4+
15
0.3.4 - (KSP 1.2.1)
26
-------------------
37
Changed Nukes category to Electrical (Thanks SirCharizard17/SixDasher!)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
//by SirCharizard17
2+
@PART[KER_RoverCab]:NEEDS[CommunityTechTree]
3+
{
4+
@TechRequired = shortTermHabitation
5+
}
6+
@PART[KER_Shelter]:NEEDS[CommunityTechTree]
7+
{
8+
@TechRequired = shortTermHabitation
9+
}
10+
@PART[KER_CrewCab]:NEEDS[CommunityTechTree]
11+
{
12+
@TechRequired = shortTermHabitation
13+
}
14+
@PART[KER_PassengerCab]:NEEDS[CommunityTechTree]
15+
{
16+
@TechRequired = shortTermHabitation
17+
}
18+
@PART[KER_CargoBay]:NEEDS[CommunityTechTree]
19+
{
20+
@TechRequired = shortTermHabitation
21+
}
22+
@PART[KER_Adapter]:NEEDS[CommunityTechTree]
23+
{
24+
@TechRequired = shortTermHabitation
25+
}
26+
@PART[KER_FlatBed]:NEEDS[CommunityTechTree]
27+
{
28+
@TechRequired = shortTermHabitation
29+
}
30+
@PART[KER_Hub]:NEEDS[CommunityTechTree]
31+
{
32+
@TechRequired = shortTermHabitation
33+
}
34+
@PART[KER_KISCrate]:NEEDS[CommunityTechTree]
35+
{
36+
@TechRequired = logistics
37+
}
38+
@PART[KER_Crate]:NEEDS[CommunityTechTree]
39+
{
40+
@TechRequired = logistics
41+
}
42+
@PART[KER_Tank]:NEEDS[CommunityTechTree]
43+
{
44+
@TechRequired = logistics
45+
}
46+
@PART[KER_WheelBay]:NEEDS[CommunityTechTree]
47+
{
48+
@TechRequired = logistics
49+
}
50+
@PART[KER_WheelBay_Short]:NEEDS[CommunityTechTree]
51+
{
52+
@TechRequired = logistics
53+
}
54+
@PART[KER_RCSBlock]:NEEDS[CommunityTechTree]
55+
{
56+
@TechRequired = specializedControl
57+
}
58+
@PART[KER_VTOL]:NEEDS[CommunityTechTree]
59+
{
60+
@TechRequired = specializedControl
61+
}
62+
@PART[KER_Wheel_01]:NEEDS[CommunityTechTree]
63+
{
64+
@TechRequired = advLanding
65+
}
66+
@PART[KER_RadialProbe]:NEEDS[CommunityTechTree]
67+
{
68+
@TechRequired = unmannedTech
69+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@PART[KER_Adapter,KER_CargoBay,KER_CrewCab,KER_FlatBed,KER_Hub,KER_RCSBlock,KER_RoverCab,KER_Shelter,KER_VTOL,KER_WheelBay,KER_WheelBay_Short]:HAS[!MODULE[ModuleConnectedLivingSpace]]:FOR[Karibou]:NEEDS[ConnectedLivingSpace]
2+
{
3+
MODULE
4+
{
5+
name = ModuleConnectedLivingSpace
6+
passable = true
7+
passableWhenSurfaceAttached = true
8+
surfaceAttachmentsPassable = true
9+
}
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
PART
2+
{
3+
name = KER_Adapter
4+
module = Part
5+
author = RoverDude
6+
MODEL
7+
{
8+
model = UmbraSpaceIndustries/Karibou/Assets/KER_Adapter
9+
}
10+
rescaleFactor = 1
11+
12+
node_stack_topHatch = 0.0, .25, 0.4, 0.0, 1.0, 0.0,1
13+
node_stack_bottomHatch = 0.0, -.25, 0.4, 0.0, -1.0, 0.0,1
14+
node_stack_top = 0.0, .25, 0.0, 0.0, 1.0, 0.0,2
15+
node_stack_bottom = 0.0, -.25, 0.0, 0.0, -1.0, 0.0,2
16+
17+
entryCost = 8000
18+
cost = 2000
19+
category = none
20+
subcategory = 0
21+
title = Karibou Adapter Plate
22+
manufacturer = USI - Rover Division
23+
description = A 2.5m adapter plate for the Karibou Expedition Rover featuring integrated landing struts and a small amount of storage space.
24+
attachRules =1,0,1,1,0
25+
mass = 0.5
26+
dragModelType = default
27+
maximum_drag = 0.25
28+
minimum_drag = 0.25
29+
angularDrag = .5
30+
crashTolerance = 45
31+
breakingForce = 2800
32+
breakingTorque = 2800
33+
maxTemp = 1700
34+
bulkheadProfiles = size2
35+
PhysicsSignificance = 0
36+
TechRequired = advConstruction
37+
MODULE
38+
{
39+
name = USIAnimation
40+
animationName = Deploy
41+
}
42+
43+
MODULE
44+
{
45+
name = FStextureSwitch2
46+
textureNames = UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers;UmbraSpaceIndustries/Karibou/Assets/RoverKontainers
47+
objectNames = PistonCap_001
48+
textureDisplayNames = LFO;Water;Chemicals;Mulch;LH2;LiqudFuel;MonoPropellant;MetallicOre;Uraninite;Substrate;Minerals;Karbonite;Commodities;MaterialKits;Metals;NuclearFuels;Polymers;Supplies;Ore;Machinery;Recyclables;SpecializedParts;Fertilizer;Hydrates;Gypsum;Dirt
49+
useFuelSwitchModule = true
50+
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25
51+
}
52+
53+
MODULE
54+
{
55+
name = FSfuelSwitch
56+
resourceNames =LiquidFuel,Oxidizer;Water;Chemicals;Mulch;LqdHydrogen;LiquidFuel;MonoPropellant;MetallicOre;Uraninite;Substrate;Minerals;Karbonite;ExoticMinerals,RareMetals;MaterialKits;Metals;EnrichedUranium,DepletedUranium;Polymers;Supplies;Ore;Machinery;Recyclables;SpecializedParts;Fertilizer;Hydrates;Gypsum;Dirt
57+
resourceAmounts = 225,275;2500;2500;2500;2500;500;500;2500;2500;2500;2500;2500;1250,1250;2500;2500;1250,1250;2500;2500;500;2500;2500;2500;2500;2500;2500;2500
58+
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
59+
tankCost = 1000;1000;40000;1000;1000;1000;1500;7000;5000;4000;5000;4000;327000;5000;38000;1083000;22000;39000;600;50000;25000;100000;14000;1250;25;750
60+
basePartMass = 0.5
61+
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;0
62+
hasGUI = false
63+
}
64+
65+
66+
67+
MODULE
68+
{
69+
name = USI_ModuleResourceWarehouse
70+
}
71+
72+
MODULE
73+
{
74+
name = USI_ModuleRecycleBin
75+
}
76+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
PART
2+
{
3+
name = KER_CargoBay
4+
module = Part
5+
author = RoverDude
6+
MODEL
7+
{
8+
model = UmbraSpaceIndustries/Karibou/Assets/KER_CargoBay
9+
}
10+
rescaleFactor = 1
11+
12+
node_stack_innerT = 0.0, 0.0, 0.86, 0.0, 0.0, -1.0,1
13+
node_stack_innerB = 0.0, 0.0, -.86, 0.0, 0.0, 1.0,1
14+
node_stack_innerL = 0.0, 1.2, 0.0, 0.0, -1.0, 0.0,1
15+
node_stack_inner_R = 0.0, -1.2, 0.0, 0.0, 1.0, 0.0,1
16+
17+
node_stack_topHatch = 0.0, 1.5, 0.4, 0.0, 1.0, 0.0,1
18+
node_stack_bottomHatch = 0.0, -1.5, 0.4, 0.0, -1.0, 0.0,1
19+
node_stack_top = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0,2
20+
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, -1.0, 0.0,2
21+
22+
entryCost = 8000
23+
cost = 4000
24+
category = none
25+
subcategory = 0
26+
title = Karibou Cargo Bay
27+
manufacturer = USI - Rover Division
28+
description = A large cargo bay designed for use with the Karibou Expedition Rover. Features fold-out ramps and ample attachment points.
29+
attachRules =1,0,1,1,0
30+
mass = 2.5
31+
dragModelType = default
32+
maximum_drag = 0.25
33+
minimum_drag = 0.25
34+
angularDrag = .5
35+
crashTolerance = 45
36+
breakingForce = 28000
37+
breakingTorque = 28000
38+
maxTemp = 1700
39+
bulkheadProfiles = size2
40+
PhysicsSignificance = 0
41+
TechRequired = advConstruction
42+
MODULE
43+
{
44+
name = USIAnimation
45+
animationName = Deploy
46+
}
47+
48+
}

0 commit comments

Comments
 (0)