Skip to content

Commit

Permalink
Merge pull request #24 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer authored Oct 16, 2016
2 parents 7156428 + d9512d8 commit b29c263
Show file tree
Hide file tree
Showing 21 changed files with 169 additions and 50 deletions.
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 @@
0.8.2 - 2016.10.16
------------------
Made the nuclear pulse engine atmospheric nerf optional

0.8.1 - 2016.10.15
------------------
Fixed an issue that was causing swappable converters to shut down

0.8.0 - (KSP 1.2)
------------------
Fixed issue with version file
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":8,
"PATCH":0,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
9 changes: 9 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.3.2 - 2016.10.16
------------------
Added Mulch to the supply pack
CTT Update! (Thanks theRagingIrisman!)

0.3.1 - 2016.10.15
------------------
Fixed texture switch missing parameters (Thanks goldenpsp!)

0.3.0 - (KSP 1.2)
------------------
All Kontainers moved to the Logistics division (to support new category icons)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ bulkheadProfiles = size0,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ bulkheadProfiles = size0,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ bulkheadProfiles = size0,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ bulkheadProfiles = size0,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ bulkheadProfiles = size1,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ bulkheadProfiles = size2,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ bulkheadProfiles = size3,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ bulkheadProfiles = size4,srf
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,102 +1,168 @@
//done by theRagingIrishman

//Nuclear
@PART[C3_DepletedFuelTank]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearFuelSystems

}
@PART[C3_NukeFuelTank]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearFuelSystems
}

//Fuel
@PART[C3_FlatRnd_01]:NEEDS[CommunityTechTree]
{
@TechRequired = basicRocketry
}

@PART[C3_FlatRnd_02]:NEEDS[CommunityTechTree]
{
@TechRequired = fuelSystems
}

@PART[C3_RTank_00]:NEEDS[CommunityTechTree]
@PART[C3_FlatRnd_03]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
@TechRequired = advFuelSystems
}

@PART[C3_FlatRnd_04]:NEEDS[CommunityTechTree]
{
@TechRequired = largeVolumeContainment
}
@PART[C3_RTank_01]:NEEDS[CommunityTechTree]

@PART[C3_RTank_00]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
@TechRequired = basicRocketry
}

@PART[C3_RTank_01]:NEEDS[CommunityTechTree]
{
@TechRequired = advRocketry
}

@PART[C3_RTank_02]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
@TechRequired = advFuelSystems
}

@PART[C3_RTank_03]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = highPerformanceFuelSystems
}

@PART[C3_RTank_04]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = specializedFuelStorage
}

@PART[C3_RTank_06]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = exoticFuelStorage
}

@PART[C3_RTank_08]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = exoticFuelStorage
}

@PART[C3_Tank_01]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
@TechRequired = advRocketry
}

@PART[C3_Tank_02]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
@TechRequired = largeVolumeContainment
}

@PART[C3_Tank_03]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = highPerformanceFuelSystems
}

@PART[C3_Tank_04]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = specializedFuelStorage
}

@PART[C3_LqdTrussTank]:NEEDS[CommunityTechTree]
{
@TechRequired = advFuelSystems
}

@PART[RadialLqdTank]:NEEDS[CommunityTechTree]
{
@TechRequired = fuelSystems
}

//Non-Fuel
@PART[C3_FlatTank_01]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
}

@PART[C3_Kontainer_01]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
}

@PART[C3_Kontainer_KIS_01]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
}

@PART[C3_FlatTank_02]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
}

@PART[C3_Kontainer_02]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
}
@PART[C3_Kontainer_03]:NEEDS[CommunityTechTree]

@PART[C3_Kontainer_KIS_02]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
@TechRequired = logistics
}
@PART[C3_Kontainer_04]:NEEDS[CommunityTechTree]

@PART[C3_FlatTank_03]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
}


@PART[C3_Kontainer_KIS_M]:NEEDS[CommunityTechTree]
@PART[C3_Kontainer_03]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
@TechRequired = advLogistics
}

@PART[C3_Kontainer_KIS_01]:NEEDS[CommunityTechTree]
@PART[C3_Kontainer_KIS_03]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
@TechRequired = advLogistics
}
@PART[C3_Kontainer_KIS_02]:NEEDS[CommunityTechTree]

@PART[C3_FlatTank_04]:NEEDS[CommunityTechTree]
{
@TechRequired = logistics
@TechRequired = advLogistics
}
@PART[C3_Kontainer_KIS_03]:NEEDS[CommunityTechTree]

@PART[C3_Kontainer_04]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
}

@PART[C3_Kontainer_KIS_04]:NEEDS[CommunityTechTree]
{
@TechRequired = advLogistics
}

@PART[C3_Kontainer_KIS_M]:NEEDS[CommunityTechTree]
{
@TechRequired = generalConstruction
}

@PART[RadialSupPack]:NEEDS[CommunityTechTree]
{
@TechRequired = storageTech
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ PART
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,17 @@ PART
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;
repaintableEVA = true
nextButtonText = Next Cargo
prevButtonText = Previous Cargo
moduleID = 2
}

MODULE
{
name = FSfuelSwitch
resourceNames =MetallicOre;Uraninite;Substrate;Minerals;Karbonite;ExoticMinerals,RareMetals;MaterialKits;Metals;Polymers;Supplies;Ore;Machinery;Recyclables;SpecializedParts;Fertilizer;Hydrates;Gypsum;Dirt;Silicates;Silicon;RefinedExotics;ColonySupplies;Organics
resourceAmounts = 1250;1250;1250;1250;1250;625,625;1250;1250;1250;1250;250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250
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
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
resourceAmounts = 1250;1250;1250;1250;1250;625,625;1250;1250;1250;1200,50;250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250;1250
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
tankCost = 2200;875;375;1000;400;187500;2500;17800;10000;3125;5;19750;8750;40000;2500;625;12.5;375;12.5;25;312500;18750;625
basePartMass = 0.15625
tankMass = 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/Orion/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.0 - 2016.10.16
------------------
Made atmospheric nerf optional

0.3.0 - (KSP 1.2)
------------------
The Orion engines no longer have variable pulse rates (as this is not consistent with the real drive designs). Rather, thrust can only be adjusted by changing cartridge size (pulse rate is consistent). This makes the drive a bit harder to use, and a bit more balanced given its position as early interstellar tech.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":3,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
@PART[USI_Nuke_625]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearPower
}

@PART[USI_Nuke_125]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearPower
}

@PART[USI_Nuke_250]:NEEDS[CommunityTechTree]
{
@TechRequired = largeNuclearPower
}

@PART[USI_Nuke_375]:NEEDS[CommunityTechTree]
{
@TechRequired = largeNuclearPower
}
//done by theRagingIrishman

@PART[USI_Nuke_625]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearPower
}

@PART[USI_Nuke_125]:NEEDS[CommunityTechTree]
{
@TechRequired = largeNuclearPower
}

@PART[USI_Nuke_250]:NEEDS[CommunityTechTree]
{
@TechRequired = advNuclearPower
}

@PART[USI_Nuke_375]:NEEDS[CommunityTechTree]
{
@TechRequired = advNuclearPower
}
Loading

0 comments on commit b29c263

Please sign in to comment.