diff --git a/.gitignore b/.gitignore index e63d54f..79f52e4 100644 --- a/.gitignore +++ b/.gitignore @@ -212,3 +212,4 @@ pip-log.txt #Mr Developer .mr.developer.cfg +*.zip diff --git a/Distribution/GameData/CommunityResourcePack/Asteroid.cfg b/Distribution/GameData/CommunityResourcePack/Asteroid.cfg new file mode 100644 index 0000000..2fce0f5 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/Asteroid.cfg @@ -0,0 +1,93 @@ +@PART[PotatoRoid] +{ + MODULE + { + name = ModuleAsteroidResource + resourceName = Water + presenceChance = 100 + lowRange = 50 + highRange = 75 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = MetallicOre + presenceChance = 80 + lowRange = 50 + highRange = 75 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = Substrate + presenceChance = 80 + lowRange = 50 + highRange = 75 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = Minerals + presenceChance = 25 + lowRange = 1 + highRange = 10 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = Karbonite + presenceChance = 25 + lowRange = 50 + highRange = 75 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = Karborundum + presenceChance = 25 + lowRange = 1 + highRange = 10 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = Uraninite + presenceChance = 25 + lowRange = 50 + highRange = 75 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = XenonGas + presenceChance = 80 + lowRange = 1 + highRange = 10 + } + + MODULE + { + name = ModuleAsteroidResource + resourceName = ArgonGas + presenceChance = 80 + lowRange = 1 + highRange = 10 + } + + MODULE + { + name = ModuleAsteroidResource + highRange = 95 + lowRange = 80 + presenceChance = 100 + resourceName = Rock + } + +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/AsteroidScannerSetup.cfg b/Distribution/GameData/CommunityResourcePack/AsteroidScannerSetup.cfg new file mode 100644 index 0000000..3edc18a --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/AsteroidScannerSetup.cfg @@ -0,0 +1,65 @@ +@PART[SurfaceScanner] +{ + MODULE + { + name = ModuleAnalysisResource + resourceName = Water + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = MetallicOre + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = Substrate + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = Minerals + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = Karbonite + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = Karborundum + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = Uraninite + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = XenonGas + abundance = 0 + } + + MODULE + { + name = ModuleAnalysisResource + resourceName = ArgonGas + abundance = 0 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/CHANGELOG.txt b/Distribution/GameData/CommunityResourcePack/CHANGELOG.txt new file mode 100644 index 0000000..4a4ae4c --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/CHANGELOG.txt @@ -0,0 +1,65 @@ +0.5.4 - (KSP 1.1.3) +------------------ +Update for KSP 1.1.3 +Updated cost of Plutonium +Added Lithium6, Carbon, and Monazite +Karborundum is now tweakable, and 4000 funds per unit (versus 400). +The Kerbol Karburundum harvesting zone is back... now go find it :) +Alumina and Monazite are now planetary resources. +Hydrates are a bit more common. +Added Glykerol (curated by DeepFreeze). + +0.5.2 - 2016.05.14 +------------------ +Added Volume and reverted UF4 and ThF4 to original KSPI density & cost +Added Volume property to other resources used by KSPI +Added default volume to other CRP resources + +0.5.1.1 - 2016.04.30 +-------------------- +KSP 1.1.2 compatibility + +0.5.1 - 2016.04.30 +------------------ +KSP 1.1.1 compatibility + +0.5.0 - 2016.03.29 +------------------ +Compatibility with KSP 1.1 +Lowered cost of Supplies, Mulch and Fertilizer + +0.4.9 - 2016.02.01 +------------------ +Added Hydrates as a resource and also to the resource map (represents regolith with captive water) +Added Gypsum (an excellent raw material for fertilizer) as a resource and to the resource map +ExoticMinerals and RareMetals can now be directly harvested + +0.4.8 - 2015.12.08 +------------------ +Added 'IntakeLqd' - an oceanic resource to help with oceanic-only parts. +Modified Asteroid config to include 'Rock' +Added 'Lead' as a resource (same stats as LeadBallast, but visible/tweakable) +Adjusted density of 'Rock' to be more like rock, and less like cotton balls + +0.4.7 - 2015.11.14 +------------------ +Merged MKS and MKS-L resources into CRP + +0.4.6 - 2015.11.09 +------------------ +Added OSE/MKS-L common resources (Dirt, MaterialKits, ExoticMinerals, RareMetals) +KSP 1.0.5 Compatibility + +0.4.5 - 2015.10.16 +------------------ +Fixed density LqdDeteurium and LqdTritium + +0.4.4 - 2015.07.29 +------------------ +Various HSP/flow changes + +0.4.3 - 2015.07.06 +------------------ +Moved the Karborundum band around the sun out a bit. +Various HST configs +Fixed an issue with the cost of RocketParts diff --git a/Distribution/GameData/CommunityResourcePack/CRP.version b/Distribution/GameData/CommunityResourcePack/CRP.version new file mode 100644 index 0000000..f757f2d --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/CRP.version @@ -0,0 +1,31 @@ +{ + "NAME":"Community Resource Pack", + "URL":"https://raw.githubusercontent.com/BobPalmer/CommunityResourcePack/master/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version", + "DOWNLOAD":"https://github.com/BobPalmer/CommunityResourcePack/releases", + "GITHUB":{ + "USERNAME":"BobPalmer", + "REPOSITORY":"CommunityResourcePack", + "ALLOW_PRE_RELEASE":false + }, + "VERSION":{ + "MAJOR":0, + "MINOR":5, + "PATCH":4, + "BUILD":0 + }, + "KSP_VERSION":{ + "MAJOR":1, + "MINOR":1, + "PATCH":3 + }, + "KSP_VERSION_MIN":{ + "MAJOR":1, + "MINOR":0, + "PATCH":0 + }, + "KSP_VERSION_MAX":{ + "MAJOR":1, + "MINOR":1, + "PATCH":3 + } + } diff --git a/Distribution/GameData/CommunityResourcePack/CommonResources.cfg b/Distribution/GameData/CommunityResourcePack/CommonResources.cfg new file mode 100644 index 0000000..b9d8a03 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/CommonResources.cfg @@ -0,0 +1,1640 @@ +//****************************** +//* KSP 1.0 Ratified Resources +//****************************** + +//****************************** +//* SECTION 1 CRP/USI Curated +//****************************** + +RESOURCE_DEFINITION +{ + name = Hydrates + density = 0.00150000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.5000000 + color = .25,.25,1 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Gypsum + density = 0.00550000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.01 + color = 1,1,1 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = IntakeLqd //Like IntakeAtm but for oceans + density = 0.0010000000 + hsp = 4183 // specific heat capacity (kJ/tonne-K as units) + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0008 + color = .5,.5,1 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Lead + density = 0.01134 + unitCost = 0.067392 + hsp = 128 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = True + isVisible = true + volume = 1 +} + + +RESOURCE_DEFINITION +{ + name = CarbonDioxide + density = 0.000001951 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0000028637 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Chemicals + density = 0.00250000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 16 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Dirt + density = 0.0016 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.3 + color = 1,1,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = ExoticMinerals + density = 0.0025 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 160 + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Food + density = 0.00028102905982906 + hsp = 600 // specific heat capacity (kJ/tonne-K as units) // FIXME total guess + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.238874700854701 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Supplies + density = 0.001 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 2.5 + isTweakable = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Fertilizer + density = 0.001 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 2 + isTweakable = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Mulch + density = 0.001 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 0 + isTweakable = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Machinery + density = 0.00378 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + unitCost = 15.8 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = SpecializedParts + density = 0.00378 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + unitCost = 32 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Recyclables + density = 0.00378 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 7 + isTweakable = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Hydrogen + density = 0.00000008990 + unitCost = 0.000055836 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Karbonite + density = 0.0025 + unitCost = 0.32 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + color = 1,.5,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Karborundum + density = 0.00580000000 + unitCost = 4000 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + color = 1,0,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdCO2 + density = 0.00117325 + unitCost = 0.0017247 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + hsp = 850 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdCO + density = 0.000790 + unitCost = 0.0021 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = true + isVisible = true + hsp = 2154 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = MaterialKits + density = 0.001 + unitCost = 2 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Metals + density = 0.0078 + unitCost = 14.24 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Minerals + density = 0.00270000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.80 + volume = 1 + color = .75,0,1 +} + +RESOURCE_DEFINITION +{ + name = MetallicOre + density = 0.00550000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 1.76 + color = 0,1,1 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Organics + density = 0.001 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.5 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Oxygen + density = 0.00000141 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.000055836 + color = 0,1,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Polymers + density = 0.00104000000 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 8 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = RareMetals + density = 0.0078 + flowMode = ALL_VESSEL + transfer = PUMP + unitCost = 140 + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Rock + density = 0.0025 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + cost = 0.00001 + volume = 1 +} + + + +RESOURCE_DEFINITION +{ + name = RocketParts + density = 0.0025 + unitCost = 1.5 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + volume = 5 +} + +RESOURCE_DEFINITION +{ + name = SpareParts + density = 0.00378 + flowMode = NO_FLOW + transfer = NONE + isTweakable = true + isVisible = true + unitCost = 12.6 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Substrate + density = 0.0016 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.3 + color = 1,1,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Uraninite + density = 0.0075 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.7 + color = 0,1,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Waste + density = 0.00075 + hsp = 600 // specific heat capacity (kJ/tonne-K as units) // FIXME total guess + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = WasteWater + density = 0.001005 + hsp = 4183 // specific heat capacity (kJ/tonne-K as units) (FIXME same as water) + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Water + density = 0.0010000000 + hsp = 4183 // specific heat capacity (kJ/tonne-K as units) + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0008 + color = .5,.5,1 + volume = 1 +} + +//****************************** +//* SECTION 2 NFT Curated +//****************************** + +RESOURCE_DEFINITION +{ + name = ArgonGas // Common electric engine propellant + density = 0.00000178400 + unitCost = 0.0105 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + color = 1,0,0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Boron + density = 0.00246000000 + unitCost = 0.851 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = DepletedUranium // Depleted fuel to preserve mass when burned, can be recycled + unitCost = 0 + density = 0.01097000000 + flowMode = NO_FLOW + transfer = NONE + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = EnrichedUranium // Nuclear fuel + density = 0.01097000000 + unitCost = 865.0000000 + isTweakable = true + isVisible = true + flowMode = NO_FLOW + transfer = NONE + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdHydrogen // General propellant, used for high thrust electric engines + density = 0.00007085000 + unitCost = 0.0367500 + hsp = 9690 // specific heat capacity (kJ/tonne-K as units) at Crygenic Storage temperature + vsp = 448500 // heat of vapourization (KJ/tonne as units) or 8.97 * 10^5 or 8.97E5? + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = true + isVisible = true + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = StoredCharge // Capacitor resource. Translates to Ec + unitCost = 0 + density = 0 + flowMode = NO_FLOW + transfer = NONE + isTweakable = false + isVisible = true + volume = 1 +} + +//****************************** +//* SECTION 3 KSPI-E Curated +//****************************** + +RESOURCE_DEFINITION +{ + name = Actinides + density = 0.01097 + flowMode = NO_FLOW + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Aluminium + density = 0.00277 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 1.5 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Alumina + density = 0.00398 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.5 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Antimatter + density = 0.000000001 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = false + isVisible = true + unitCost = 100 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Carbon + density = 0.0021 + unitCost = 0.0 + hsp = 710 + flowMode = NO_FLOW + transfer = NONE + isTweakable = false +} + +RESOURCE_DEFINITION +{ + name = ChargedParticles + density = 0 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 +} + +RESOURCE_DEFINITION +{ + name = DepletedFuel + density = 0.01097 + flowMode = NO_FLOW + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = ExoticMatter + density = 0 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Fluorine + density = 0.000001696 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.00336224 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = IntakeAtm + density = 0.005 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = KryptonGas + density = 0.000003749 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0068 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = NeonGas + density = 0.0000009002 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0016 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Lithium + density = 0.000534 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.27 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Lithium6 + density = 0.000458 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 4 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdAmmonia + density = 0.0007021 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.00006785 + hsp= 5170 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdDeuterium + density = 0.0001624 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.256 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Helium3 + density = 0.000000125 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 1.1127 + hsp = 4560 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdHe3 + density = 0.000059 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 525.2 + hsp = 4560 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdHelium + density = 0.0001786 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0133 + hsp = 4560 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdTritium + density = 0.000320 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 188 + hsp = 9690 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = LqdNitrogen + density = 0.000824907 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.0008240 + hsp = 2040 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Megajoules + density = 0 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = Monazite + density = 0.005 + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 0.1 + color = 0,0.8,0.2 + volume = 1 +} + + +RESOURCE_DEFINITION +{ + name = Plutonium-238 + density = 0.019816 + flowMode = NO_FLOW + transfer = NONE + isTweakable = true + isVisible = true + unitCost = 4000 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = UF4 + density = 0.005 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = true + isVisible = true + unitCost = 72 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = ThF4 + density = 0.0042 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = true + isVisible = true + unitCost = 18 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = ThermalPower + density = 0 + unitCost = 0 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true +} + +RESOURCE_DEFINITION +{ + name = UraniumNitride + density = 0.0113 + flowMode = STAGE_PRIORITY_FLOW + transfer = PUMP + isTweakable = true + isVisible = true + unitCost = 3718 + volume = 1 +} + +RESOURCE_DEFINITION +{ + name = VacuumPlasma + density = 0.005 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 + volume = 1 +} + + +RESOURCE_DEFINITION +{ + name = WasteHeat + density = 0 + flowMode = ALL_VESSEL + transfer = NONE + isTweakable = false + isVisible = true + unitCost = 0 +} + +//****************************** +//* SECTION 4 RealFuels Curated +//****************************** + +RESOURCE_DEFINITION +{ + name = Aerozine50 + density = 0.0009 + unitCost = 1.35 + hsp = 2970.1 // specific heat capacity (kJ/tonne-K as units) // http://www.gentoogeek.org/steves_world/hypergol_properties.pdf + // hydrazine: http://webbook.nist.gov/cgi/cbook.cgi?ID=C302012&Units=SI&Mask=1A8F&Type=JANAFL&Plot=on#JANAFL - 3120.6 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Aerozine50 +} + +RESOURCE_DEFINITION +{ + name = AK20 + density = 0.001499 + unitCost = 0.2998 + hsp = 1720 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for nitric acid, copied to AKx + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/AK20 +} + +RESOURCE_DEFINITION +{ + name = AK27 + density = 0.001494 + unitCost = 0.2988 + hsp = 1720 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for nitric acid, copied to AKx + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/AK27 +} + +RESOURCE_DEFINITION +{ + name = Aniline + density = 0.00102 + unitCost = 0.5213333 + hsp = 2180 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for aniline, copied to others. Note http://pubs.acs.org/doi/abs/10.1021/ja01147a515 disagrees, says Aniline is ~2100. + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Aniline +} + +RESOURCE_DEFINITION +{ + name = AvGas + density = 0.000719 + unitCost = 0.12 + hsp = 2220 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/AvGas +} + +RESOURCE_DEFINITION +{ + name = CaveaB + density = 0.001501 + unitCost = 0.33022 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/CaveaB +} + +RESOURCE_DEFINITION +{ + name = ClF3 + density = 0.00177 + unitCost = 10.62 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/ClF3 +} + +RESOURCE_DEFINITION +{ + name = ClF5 + density = 0.0019 + unitCost = 15.2 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/ClF5 +} + +RESOURCE_DEFINITION +{ + name = Diborane + density = 0.000421 + unitCost = 4.21 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Diborane +} + +RESOURCE_DEFINITION +{ + name = Ethane + density = 0.000544 + unitCost = 0.09248 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Ethane +} + +RESOURCE_DEFINITION +{ + name = Ethanol + density = 0.000789 + unitCost = 0.12624 + hsp = 2720 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Ethanol75 +} + +RESOURCE_DEFINITION +{ + name = Ethanol75 + density = 0.00084175 + unitCost = 0.12624 + hsp = 3156 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Ethanol75 +} + +RESOURCE_DEFINITION +{ + name = Ethanol90 + density = 0.0008101 + unitCost = 0.12624 + hsp = 2901 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Ethanol75 +} + +RESOURCE_DEFINITION +{ + name = Ethylene + density = 0.000568 + unitCost = 0.09656 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Ethylene +} + +RESOURCE_DEFINITION +{ + name = FLOX30 + density = 0.0012517 + unitCost = 2.403264 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/FLOX30 +} + +RESOURCE_DEFINITION +{ + name = FLOX70 + density = 0.0013993 + unitCost = 6.184906 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/FLOX70 +} + +RESOURCE_DEFINITION +{ + name = FLOX88 + density = 0.0014657 + unitCost = 8.134635 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/FLOX88 +} + +RESOURCE_DEFINITION +{ + name = Furfuryl + density = 0.00113 + unitCost = 0.1808 + hsp = 2096 // specific heat capacity (kJ/tonne-K as units) // http://pubs.acs.org/doi/abs/10.1021/ja01147a515 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Furfuryl +} + +RESOURCE_DEFINITION +{ + name = Helium + density = 0.0000001786 + unitCost = 0.0000091 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Helium +} + +RESOURCE_DEFINITION +{ + name = HNIW + density = 0.002044 + unitCost = 0.4504976 + hsp = 920 // FIXME, total guess but based on 'standardized' solids and the stock SolidFuel hsp. + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/HNIW +} + +RESOURCE_DEFINITION +{ + name = HTP + density = 0.001431 + unitCost = 2.1465 + hsp = 2721 // specific heat capacity (kJ/tonne-K as units) // http://www.h2o2.com/technical-library/physical-chemical-properties/thermodynamic-properties/default.aspx?pid=36&name=Heat-Capacity + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/HTP +} + +RESOURCE_DEFINITION +{ + name = HTPB + density = 0.00177 + unitCost = 1.8585 + hsp = 920 // FIXME, total guess but based on 'standardized' solids and the stock SolidFuel hsp. + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/HTPB +} + +RESOURCE_DEFINITION +{ + name = Hydrazine + density = 0.001004 + unitCost = 2.008 + hsp = 3120.6 // specific heat capacity (kJ/tonne-K as units) // http://webbook.nist.gov/cgi/cbook.cgi?ID=C302012&Units=SI&Mask=1A8F&Type=JANAFL&Plot=on#JANAFL + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Hydrazine +} + +RESOURCE_DEFINITION +{ + name = Hydyne + density = 0.00086 + unitCost = 0.688 + hsp = 2625 // specific heat capacity (kJ/tonne-K as units) // UDMH + DETA. UDMH is above, DETA is 2466 per wiki. Mix was 60:40, so... + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Hydyne +} + +RESOURCE_DEFINITION +{ + name = IRFNA-III + density = 0.001658 + unitCost = 0.34818 + hsp = 1720 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for nitric acid, copied to AKx + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/IRFNA-III +} + +RESOURCE_DEFINITION +{ + name = IRFNA-IV + density = 0.001995 + unitCost = 0.399 + hsp = 1720 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for nitric acid, copied to AKx + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/IRFNA-IV +} + +RESOURCE_DEFINITION +{ + name = IWFNA + density = 0.001513 + unitCost = 0.31773 + hsp = 1720 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html for nitric acid, copied to AKx + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/IWFNA +} + +RESOURCE_DEFINITION +{ + name = Kerosene + density = 0.00082 + unitCost = 0.041 + hsp = 2010 // specific heat capacity (kJ/tonne-K as units) + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Kerosene +} + +RESOURCE_DEFINITION +{ + name = LeadBallast + density = 0.01134 + unitCost = 0.067392 + hsp = 128 // specific heat capacity (kJ/tonne-K as units) // http://hyperphysics.phy-astr.gsu.edu/hbase/tables/sphtt.html + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = false + ksparpicon = RealFuels/Resources/ARPIcons/LeadBallast +} + +RESOURCE_DEFINITION +{ + name = LqdFluorine + density = 0.001505 + unitCost = 9.03 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/LqdFluorine +} + +RESOURCE_DEFINITION +{ + name = LqdMethane + density = 0.00042561 + unitCost = 0.45 + hsp = 3348.8 // http://neutronresearch.com/parch/1995/01/199501006440.pdf + vsp = 510000 // http://www.engineeringtoolbox.com/methane-d_1420.html + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/LqdMethane +} + +RESOURCE_DEFINITION +{ + name = LqdOxygen + density = 0.001141 + unitCost = 0.04564 + hsp = 918 // specific heat capacity (kJ/tonne-K as units) // recalc, mols are for O2 on wiki + vsp = 213000 // heat of vapourization (KJ/tonne as units) + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/LqdOxygen +} + +RESOURCE_DEFINITION +{ + name = Methane + density = 0.000000717 + unitCost = 0.0018642 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Methane +} + +RESOURCE_DEFINITION +{ + name = Methanol + density = 0.0007918 + unitCost = 0.126688 + hsp = 2510 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Methanol +} + +RESOURCE_DEFINITION +{ + name = MMH + density = 0.00088 + unitCost = 1.748 + hsp = 2928.8 // specific heat capacity (kJ/tonne-K as units) + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MMH +} + +RESOURCE_DEFINITION +{ + name = MON1 + density = 0.001429 + unitCost = 0.21435 + hsp = 1513.46 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MON1 +} + +RESOURCE_DEFINITION +{ + name = MON3 + density = 0.001423 + unitCost = 0.21345 + hsp = 1497.2 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MON3 +} + +RESOURCE_DEFINITION +{ + name = MON10 + density = 0.001407 + unitCost = 0.23919 + hsp = 1440.24 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MON10 +} + +RESOURCE_DEFINITION +{ + name = MON15 + density = 0.001397 + unitCost = 0.23749 + hsp = 1399.56 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MON15 +} + +RESOURCE_DEFINITION +{ + name = MON20 + density = 0.00138 + unitCost = 0.2484 + hsp = 1358.88 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/MON20 +} + +RESOURCE_DEFINITION +{ + name = MON25 + density = 0.00138 + unitCost = 0.2484 + hsp = 1318.2 // NTO + N2O + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true +} + +RESOURCE_DEFINITION +{ + name = NGNC + density = 0.0016 + unitCost = 0.01 + hsp = 920 // FIXME, total guess but based on 'standardized' solids and the stock SolidFuel hsp. + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/NGNC +} + +RESOURCE_DEFINITION +{ + name = N2F4 + density = 0.001604 + unitCost = 24.06 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/N2F4 +} + +RESOURCE_DEFINITION +{ + name = Nitrogen + density = 0.000001251 + unitCost = 0.00005 + hsp = 1039 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/nitrogen-d_977.html + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Nitrogen +} + +RESOURCE_DEFINITION +{ + name = NitrousOxide + density = 0.00000196 + unitCost = 0.000392 + hsp = 708 // https://books.google.com/books?id=6-VdBgAAQBAJ&lpg=PA337&ots=drEom6Tx9D&dq=nitrous%20oxide%20liquid%20heat%20capacity&pg=PA110#v=onepage&q&f=false + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/NitrousOxide +} + +RESOURCE_DEFINITION +{ + name = NTO + density = 0.00145 + unitCost = 0.2175 + hsp = 1521.6 // specific heat capacity (kJ/tonne-K as units) // http://webbook.nist.gov/cgi/cbook.cgi?ID=C10544726&Type=JANAFL&Plot=on#JANAFL + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/NTO +} + +RESOURCE_DEFINITION +{ + name = OF2 + density = 0.0019 + unitCost = 28.5 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/OF2 +} + +RESOURCE_DEFINITION +{ + name = PBAN + density = 0.001772 + unitCost = 1.593 + hsp = 920 // FIXME, total guess but based on 'standardized' solids and the stock SolidFuel hsp. + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/PBAN +} + +RESOURCE_DEFINITION +{ + name = Pentaborane + density = 0.000618 + unitCost = 6.18 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Pentaborane +} + +RESOURCE_DEFINITION +{ + name = PSPC + density = 0.00174 + unitCost = 0.01 + hsp = 920 // FIXME, total guess but based on 'standardized' solids and the stock SolidFuel hsp. + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/PSPC +} + +RESOURCE_DEFINITION +{ + name = Syntin + density = 0.000851 + unitCost = 0.4255 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Syntin +} + +RESOURCE_DEFINITION +{ + name = TEATEB + density = 0.00070031 + unitCost = 2.80124 + flowMode = NO_FLOW + transfer = NONE + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/TEATEB +} + +RESOURCE_DEFINITION +{ + name = Tonka250 + density = 0.000873 + unitCost = 0.4365 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Tonka250 +} + +RESOURCE_DEFINITION +{ + name = Tonka500 + density = 0.000811 + unitCost = 0.44605 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/Tonka500 +} + +RESOURCE_DEFINITION +{ + name = UDMH + density = 0.000791 + unitCost = 0.791 + hsp = 2729.6 // specific heat capacity (kJ/tonne-K as units) // http://webbook.nist.gov/cgi/cbook.cgi?ID=C10544726&Type=JANAFL&Plot=on#JANAFL + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/UDMH +} + +RESOURCE_DEFINITION +{ + name = UH25 + density = 0.000829 + unitCost = 1.03625 + hsp = 2850 // specific heat capacity (kJ/tonne-K as units) // guesstimate based on Hydrazine and UDMH and AZ50 + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = RealFuels/Resources/ARPIcons/UH25 +} + +//****************************** +//* SECTION 5 DeepFreeze Curated +//****************************** + +RESOURCE_DEFINITION +{ + name = Glykerol + density = 0.012 + unitCost = 2 + hsp = 2430 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html + flowMode = ALL_VESSEL + transfer = PUMP + isTweakable = true + ksparpicon = REPOSoftTech/DeepFreeze/Icons/Glykerol + ksparpdisplayvalueas = Units +} + +//****************************** +//* END +//****************************** diff --git a/Distribution/GameData/CommunityResourcePack/License_CC.txt b/Distribution/GameData/CommunityResourcePack/License_CC.txt new file mode 100644 index 0000000..d60efe4 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/License_CC.txt @@ -0,0 +1,437 @@ +Attribution-NonCommercial-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International +Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-NonCommercial-ShareAlike 4.0 International Public License +("Public License"). To the extent this Public License may be +interpreted as a contract, You are granted the Licensed Rights in +consideration of Your acceptance of these terms and conditions, and the +Licensor grants You such rights in consideration of benefits the +Licensor receives from making the Licensed Material available under +these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-NC-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution, NonCommercial, and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. NonCommercial means not primarily intended for or directed towards + commercial advantage or monetary compensation. For purposes of + this Public License, the exchange of the Licensed Material for + other material subject to Copyright and Similar Rights by digital + file-sharing or similar means is NonCommercial provided there is + no payment of monetary compensation in connection with the + exchange. + + l. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + m. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + n. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part, for NonCommercial purposes only; and + + b. produce, reproduce, and Share Adapted Material for + NonCommercial purposes only. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties, including when + the Licensed Material is used other than for NonCommercial + purposes. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-NC-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database for NonCommercial purposes + only; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + including for purposes of Section 3(b); and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Alumina.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Alumina.cfg new file mode 100644 index 0000000..9103323 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Alumina.cfg @@ -0,0 +1,122 @@ +// +// Community Resource Pack +// Resource: Alumina +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Mun + + Distribution + { + PresenceChance = 100 + MinAbundance = .01 + MaxAbundance = 50 + Variance = 50 + Dispersal = 3 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Moho + + Distribution + { + PresenceChance = 100 + MinAbundance = .01 + MaxAbundance = 50 + Variance = 50 + Dispersal = 3 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Duna + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 1 + Variance = 50 + Dispersal = 3 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Alumina + ResourceType = 0 + PlanetName = Dres + + Distribution + { + PresenceChance = 100 + MinAbundance = .01 + MaxAbundance = 50 + Variance = 50 + Dispersal = 3 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ArgonGas.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ArgonGas.cfg new file mode 100644 index 0000000..35e2021 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ArgonGas.cfg @@ -0,0 +1,25 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +GLOBAL_RESOURCE +{ + ResourceName = ArgonGas + ResourceType = 2 + + Distribution + { + PresenceChance = 75 + MinAbundance = .001 + MaxAbundance = 1 + Variance = 5 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/CarbonDioxide.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/CarbonDioxide.cfg new file mode 100644 index 0000000..efdceee --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/CarbonDioxide.cfg @@ -0,0 +1,68 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = CarbonDioxide + ResourceType = 2 + PlanetName = Eve + + Distribution + { + PresenceChance = 100 + MinAbundance = 95 + MaxAbundance = 97 + Variance = 0 + } +} +PLANETARY_RESOURCE +{ + ResourceName = CarbonDioxide + ResourceType = 2 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 2 + Variance = 0 + } +} +PLANETARY_RESOURCE +{ + ResourceName = CarbonDioxide + ResourceType = 2 + PlanetName = Duna + + Distribution + { + PresenceChance = 100 + MinAbundance = 95 + MaxAbundance = 97 + Variance = 0 + } +} +PLANETARY_RESOURCE +{ + ResourceName = CarbonDioxide + ResourceType = 2 + PlanetName = Laythe + + Distribution + { + PresenceChance = 100 + MinAbundance = 5 + MaxAbundance = 10 + Variance = 0 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Dirt.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Dirt.cfg new file mode 100644 index 0000000..7b92187 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Dirt.cfg @@ -0,0 +1,42 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = Dirt + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Dirt + ResourceType = 0 + + Distribution + { + PresenceChance = 100 + MinAbundance =20 + MaxAbundance = 50 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ExoticMinerals.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ExoticMinerals.cfg new file mode 100644 index 0000000..3a9a87b --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/ExoticMinerals.cfg @@ -0,0 +1,42 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = ExoticMinerals + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = ExoticMinerals + ResourceType = 0 + + Distribution + { + PresenceChance = 50 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 10 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Gypsum.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Gypsum.cfg new file mode 100644 index 0000000..1b18dac --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Gypsum.cfg @@ -0,0 +1,58 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Gypsum + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Gypsum + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Gypsum + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Hydrates.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Hydrates.cfg new file mode 100644 index 0000000..cebabad --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Hydrates.cfg @@ -0,0 +1,58 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Hydrates + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Hydrates + ResourceType = 0 + + Distribution + { + PresenceChance = 80 + MinAbundance = .1 + MaxAbundance = 25 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Hydrates + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .1 + MaxAbundance = 25 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/IntakeLqd.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/IntakeLqd.cfg new file mode 100644 index 0000000..9a927cb --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/IntakeLqd.cfg @@ -0,0 +1,27 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +GLOBAL_RESOURCE +{ + ResourceName = IntakeLqd + ResourceType = 1 + + Distribution + { + PresenceChance = 100 + MinAbundance = 100 + MaxAbundance = 100 + Variance = 20 + Dispersal = 3 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karbonite.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karbonite.cfg new file mode 100644 index 0000000..74f3570 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karbonite.cfg @@ -0,0 +1,194 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +GLOBAL_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 1 + + Distribution + { + PresenceChance = 80 + MinAbundance = 1 + MaxAbundance = 10 + Variance = 20 + Dispersal = 3 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 2 + + Distribution + { + PresenceChance = 80 + MinAbundance = .001 + MaxAbundance = 1 + Variance = 50 //Karbonite plumes venting + Dispersal = 3 + } +} +GLOBAL_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 3 + + Distribution + { + PresenceChance = 20 + MinAbundance = .001 + MaxAbundance = .5 + MinAltitude = .2 + MaxAltitude = 2 + MinRange = .01 + MaxRange = .5 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 2 + PlanetName = Jool + + Distribution + { + PresenceChance = 100 + MinAbundance = 80 + MaxAbundance = 80 + Variance = 50 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 1 + PlanetName = Eve + + Distribution + { + PresenceChance = 100 + MinAbundance = 60 + MaxAbundance = 60 + Variance = 10 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 2 + MaxAbundance = 2 + Variance = 10 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 1 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = .001 + Variance = 10 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 2 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = .001 + Variance = 10 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 3 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = .001 + MinAltitude = .245 + MaxAltitude = .245 + MinRange = .01 + MaxRange = .01 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Karbonite + ResourceType = 3 + PlanetName = Jool + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 1 + MinAltitude = .1 + MaxAltitude = .1 + MinRange = .1 + MaxRange = .1 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karborundum.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karborundum.cfg new file mode 100644 index 0000000..4a8186a --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Karborundum.cfg @@ -0,0 +1,77 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = Karborundum + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +PLANETARY_RESOURCE +{ + ResourceName = Karborundum + ResourceType = 0 + PlanetName = Eve + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = .01 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karborundum + ResourceType = 0 + PlanetName = Eeloo + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = .01 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Karborundum + ResourceType = 3 + PlanetName = Sun + + Distribution + { + PresenceChance = 100 + MinAbundance = 10 + MaxAbundance = 10 + MinAltitude = 40 + MaxAltitude = 40 + MinRange = 5 + MaxRange = 5 + Variance = 50 + } +} + diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/MetallicOre.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/MetallicOre.cfg new file mode 100644 index 0000000..5725554 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/MetallicOre.cfg @@ -0,0 +1,58 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = MetallicOre + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = MetallicOre + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = MetallicOre + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Minerals.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Minerals.cfg new file mode 100644 index 0000000..1410a2c --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Minerals.cfg @@ -0,0 +1,58 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Minerals + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Minerals + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Minerals + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Oxygen.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Oxygen.cfg new file mode 100644 index 0000000..1b27cab --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Oxygen.cfg @@ -0,0 +1,41 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = Oxygen + ResourceType = 2 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 20 + MaxAbundance = 30 + Variance = 0 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Oxygen + ResourceType = 2 + PlanetName = Laythe + + Distribution + { + PresenceChance = 100 + MinAbundance = 20 + MaxAbundance = 30 + Variance = 0 + } +} + diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/RareMetals.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/RareMetals.cfg new file mode 100644 index 0000000..c83efde --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/RareMetals.cfg @@ -0,0 +1,42 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = RareMetals + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = RareMetals + ResourceType = 0 + + Distribution + { + PresenceChance = 50 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 10 + } +} diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Substrate.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Substrate.cfg new file mode 100644 index 0000000..a899ad6 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Substrate.cfg @@ -0,0 +1,59 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Substrate + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Substrate + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Substrate + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} + diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Uraninite.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Uraninite.cfg new file mode 100644 index 0000000..30b6ba0 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Uraninite.cfg @@ -0,0 +1,58 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// + +PLANETARY_RESOURCE +{ + ResourceName = Uraninite + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Uraninite + ResourceType = 0 + + Distribution + { + PresenceChance = 70 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Uraninite + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg new file mode 100644 index 0000000..b37d0dc --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg @@ -0,0 +1,194 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 0 + PlanetName = Jool + + Distribution + { + PresenceChance = 0 + MinAbundance = 0 + MaxAbundance = 0 + Variance = 0 + Dispersal = 0 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Water + ResourceType = 0 + + Distribution + { + PresenceChance = 20 + MinAbundance = .001 + MaxAbundance = 10 + Variance = 50 + Dispersal = 3 + } +} +GLOBAL_RESOURCE +{ + ResourceName = Water + ResourceType = 1 + + Distribution + { + PresenceChance = 20 + MinAbundance = .1 + MaxAbundance = 50 + Variance = 20 + Dispersal = 3 + } +} +GLOBAL_RESOURCE +{ + ResourceName = Water + ResourceType = 2 + + Distribution + { + PresenceChance = 20 + MinAbundance = .1 + MaxAbundance = 50 + Variance = 20 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 0 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 50 + Variance = 20 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 0 + PlanetName = Laythe + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 50 + Variance = 20 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 1 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 90 + MaxAbundance = 90 + Variance = 0 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 2 + PlanetName = Kerbin + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 20 + Variance = 10 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 1 + PlanetName = Laythe + + Distribution + { + PresenceChance = 100 + MinAbundance = 10 + MaxAbundance = 90 + Variance = 0 + Dispersal = 3 + } +} +PLANETARY_RESOURCE +{ + ResourceName = Water + ResourceType = 2 + PlanetName = Laythe + + Distribution + { + PresenceChance = 100 + MinAbundance = 1 + MaxAbundance = 20 + Variance = 10 + Dispersal = 3 + } +} + +BIOME_RESOURCE +{ + ResourceName = Water + ResourceType = 0 + PlanetName = Duna + BiomeName = Poles + + Distribution + { + PresenceChance = 100 + MinAbundance = 5 + MaxAbundance = 20 + Variance = 10 + Dispersal = 3 + } +} + +GLOBAL_RESOURCE +{ + ResourceName = Water + ResourceType = 3 + + Distribution + { + PresenceChance = 20 + MinAbundance = .001 + MaxAbundance = .5 + MinAltitude = .2 + MaxAltitude = 2 + MinRange = .01 + MaxRange = .5 + } +} \ No newline at end of file diff --git a/Distribution/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg new file mode 100644 index 0000000..6d6b6a6 --- /dev/null +++ b/Distribution/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg @@ -0,0 +1,38 @@ +// +// Community Resource Pack +// Resource: +// +//Resource types: +// 0 = Crustal (Stuff you dig up) +// 1 = Oceanic (Stuff in the oceans) +// 2 = Atmospheric (Stuff in the air, varies with pressure) +// 3 = Interplanetary (Stuff you find between planets) +// +//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! +// +GLOBAL_RESOURCE +{ + ResourceName = XenonGas + ResourceType = 2 + + Distribution + { + PresenceChance = 75 + MinAbundance = .001 + MaxAbundance = 1 + Variance = 5 + } +} +GLOBAL_RESOURCE +{ + ResourceName = XenonGas + ResourceType = 1 + + Distribution + { + PresenceChance = 75 + MinAbundance = .001 + MaxAbundance = 1 + Variance = 50 + } +} \ No newline at end of file diff --git a/Distribution/GameData/ModuleManager.2.6.24.dll b/Distribution/GameData/ModuleManager.2.6.24.dll deleted file mode 100644 index 9450edc..0000000 Binary files a/Distribution/GameData/ModuleManager.2.6.24.dll and /dev/null differ diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt index 4f49a49..76abb9b 100644 --- a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt +++ b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt @@ -1,4 +1,9 @@ -V0.22.2.0 "Bug Fixes" +V0.22.3.0 +Fix Bug where KAC Alarms GUI window fails if there is a KAC alarm of type "Crew" +Adjustments to internal code for 1.1.3 API changes for Crew Transfers. +Removed Glykerol Defintion from DeepFreeze distribution. Glykerol will now be defined as part of the Community Resource Pack (CRP) V0.5.4.0 and up. +So DeepFreeze is now dependent on CRP and includes CRP in it's distribution. +V0.22.2.0 "Bug Fixes" Fixed bug with Icons not loading on Linux. Efficiency clean-up on code modules (speed and memory use). Fix bug where DeepFreeze is not maintaining and updating Vessel Information for Vessels with Freezer parts, causing Exceptions in the log and vessels not diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version b/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version index ce4b59f..7e08e52 100644 --- a/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version +++ b/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version @@ -2,8 +2,8 @@ "NAME":"DeepFreeze Continued...", "URL":"http://ksp-avc.cybutek.net/version.php?id=183", "DOWNLOAD":"http://spacedock.info/mod/142/DeepFreeze%20Continued...", -"VERSION":{"MAJOR":0,"MINOR":22,"PATCH":2,"BUILD":0}, -"KSP_VERSION":{"MAJOR":1,"MINOR":1,"PATCH":2}, +"VERSION":{"MAJOR":0,"MINOR":22,"PATCH":3,"BUILD":0}, +"KSP_VERSION":{"MAJOR":1,"MINOR":1,"PATCH":3}, "KSP_VERSION_MIN":{"MAJOR":1,"MINOR":1,"PATCH":2}, -"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":1,"PATCH":2} +"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":1,"PATCH":3} } \ No newline at end of file diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/Resources/DF-Resources.cfg b/Distribution/GameData/REPOSoftTech/DeepFreeze/Resources/DF-Resources.cfg deleted file mode 100644 index 2d0893d..0000000 --- a/Distribution/GameData/REPOSoftTech/DeepFreeze/Resources/DF-Resources.cfg +++ /dev/null @@ -1,12 +0,0 @@ -RESOURCE_DEFINITION -{ - name = Glykerol - density = 0.012 - flowMode = ALL_VESSEL - transfer = PUMP - isTweakable = true - unitCost = 2 - hsp = 2430 // specific heat capacity (kJ/tonne-K as units) // http://www.engineeringtoolbox.com/specific-heat-fluids-d_151.html - ksparpicon = REPOSoftTech/DeepFreeze/Icons/Glykerol - ksparpdisplayvalueas = Units -} \ No newline at end of file diff --git a/REPOSoftTechUtils/.gitattributes b/REPOSoftTechUtils/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/REPOSoftTechUtils/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/Source/REPOSoftTechKSPUtils/AppLauncherToolBarExtension.cs b/REPOSoftTechUtils/AppLauncherToolBarExtension.cs similarity index 100% rename from Source/REPOSoftTechKSPUtils/AppLauncherToolBarExtension.cs rename to REPOSoftTechUtils/AppLauncherToolBarExtension.cs diff --git a/REPOSoftTechUtils/LICENSE b/REPOSoftTechUtils/LICENSE new file mode 100644 index 0000000..1c821c9 --- /dev/null +++ b/REPOSoftTechUtils/LICENSE @@ -0,0 +1,22 @@ +The Createive Commons Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY-NC-SA 4.0) + +Copyright (c) 2015 JPLRepo + +You are free to: + Share — copy and redistribute the material in any medium or format + Adapt — remix, transform, and build upon the material + The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + NonCommercial — You may not use the material for commercial purposes. + ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +Notices: + You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. + +Human Readable license: https://creativecommons.org/licenses/by-nc-sa/4.0/ +Legalcode: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode + diff --git a/REPOSoftTechUtils/README.md b/REPOSoftTechUtils/README.md new file mode 100644 index 0000000..0efade9 --- /dev/null +++ b/REPOSoftTechUtils/README.md @@ -0,0 +1,16 @@ +REPOSoftTech Utilities +====================== + +This is a collection of common software utilities used throughout my Kerbal Space Program mods. + + +For support please refer to the KSP forum thread and raise an issue here on GitHub. + +License +========== +These Utilities are licensed under a Creative Commons 4.0 Share-Alike Attribution Non-Commercial license. + +Mod Contributors: +=========== +JPLRepo - Plugin design and development, C# coding, Implementation and releases. + diff --git a/Source/REPOSoftTechKSPUtils/RSTutilities.cs b/REPOSoftTechUtils/RSTutilities.cs similarity index 95% rename from Source/REPOSoftTechKSPUtils/RSTutilities.cs rename to REPOSoftTechUtils/RSTutilities.cs index f947ad0..aa63728 100644 --- a/Source/REPOSoftTechKSPUtils/RSTutilities.cs +++ b/REPOSoftTechUtils/RSTutilities.cs @@ -45,7 +45,7 @@ public static int getnextrandomInt() return _nextrandomInt; } - private static GameState state; + private static GameState state; //Set the Game State mode indicator, 0 = inflight, 1 = editor, 2 on EVA or F2 public static bool GameModeisFlight @@ -140,21 +140,21 @@ public static double DistanceFromHomeWorld(Vessel vessel) return DstFrmHome; } - public static double DistanceFromHomeWorld(string bodyname) - { - CelestialBody body = FlightGlobals.Bodies.FirstOrDefault(a => a.name == bodyname); - if (body == null) body = Planetarium.fetch.Home; - Vector3d bodyPos = body.getPositionAtUT(0); - CelestialBody HmePlanet = Planetarium.fetch.Home; - Log_Debug("Home = " + HmePlanet.name + " Pos = " + HmePlanet.getPositionAtUT(0)); - Log_Debug("Body Pos = " + bodyPos); - Vector3d hmeplntPos = HmePlanet.getPositionAtUT(0); - double DstFrmHome = Math.Sqrt(Math.Pow(bodyPos.x - hmeplntPos.x, 2) + Math.Pow(bodyPos.y - hmeplntPos.y, 2) + Math.Pow(bodyPos.z - hmeplntPos.z, 2)); - Log_Debug("Distance from Home Planet = " + DstFrmHome); - return DstFrmHome; - } + public static double DistanceFromHomeWorld(string bodyname) + { + CelestialBody body = FlightGlobals.Bodies.FirstOrDefault(a => a.name == bodyname); + if (body == null) body = Planetarium.fetch.Home; + Vector3d bodyPos = body.getPositionAtUT(0); + CelestialBody HmePlanet = Planetarium.fetch.Home; + Log_Debug("Home = " + HmePlanet.name + " Pos = " + HmePlanet.getPositionAtUT(0)); + Log_Debug("Body Pos = " + bodyPos); + Vector3d hmeplntPos = HmePlanet.getPositionAtUT(0); + double DstFrmHome = Math.Sqrt(Math.Pow(bodyPos.x - hmeplntPos.x, 2) + Math.Pow(bodyPos.y - hmeplntPos.y, 2) + Math.Pow(bodyPos.z - hmeplntPos.z, 2)); + Log_Debug("Distance from Home Planet = " + DstFrmHome); + return DstFrmHome; + } - public static bool CelestialBodyDistancetoSun(CelestialBody cb, out Vector3d sun_dir, out double sun_dist) + public static bool CelestialBodyDistancetoSun(CelestialBody cb, out Vector3d sun_dir, out double sun_dist) { // bodies traced against CelestialBody sun = FlightGlobals.Bodies[0]; @@ -383,17 +383,17 @@ internal static void DumpCameras() Debug.Log("--------------------------------------"); } - - public static Camera findCameraByName(string camera) + + public static Camera findCameraByName(string camera) { return Camera.allCameras.FirstOrDefault(cam => cam.name == camera); } - private static Camera StockOverlayCamera; - /// - /// Returns True if the Stock Overlay Camera Mode is on, otherwise will return false. - /// - public static bool StockOverlayCamIsOn + private static Camera StockOverlayCamera; + /// + /// Returns True if the Stock Overlay Camera Mode is on, otherwise will return false. + /// + public static bool StockOverlayCamIsOn { get { @@ -586,7 +586,7 @@ internal static void setFrznKerbalLayer(Part part, ProtoCrewMember kerbal, bool } private static RuntimeAnimatorController kerbalIVAController, myController; - private static AnimatorOverrideController myOverrideController; + private static AnimatorOverrideController myOverrideController; internal static void subdueIVAKerbalAnimations(Kerbal kerbal) { @@ -841,7 +841,7 @@ internal static float CelsiustoKelvin(float celsius) #region Resources - private static List resources; + private static List resources; //Resources public static double GetAvailableResource(Part part, String resourceName) { @@ -852,9 +852,9 @@ public static double GetAvailableResource(Part part, String resourceName) public const int MAX_TRANSFER_ATTEMPTS = 4; - private static double totalReceived; - private static double requestAmount; - private static double received; + private static double totalReceived; + private static double requestAmount; + private static double received; public static double RequestResource(Part cvp, String name, double amount) { if (amount <= 0.0) @@ -1136,11 +1136,11 @@ internal static T GetNodeValue(ConfigNode confignode, string fieldname, T def #region Time //Formatting time functions - private static int y, d, h, m; - private static List parts = new List(); - //Format a Time double variable into format "xxxx:year xxxx:days xxxx:hours xxxx:mins x:xx:secs" - //Future expansion required to format to different formats. - public static String formatTime(double seconds) + private static int y, d, h, m; + private static List parts = new List(); + //Format a Time double variable into format "xxxx:year xxxx:days xxxx:hours xxxx:mins x:xx:secs" + //Future expansion required to format to different formats. + public static String formatTime(double seconds) { y = (int)(seconds / (6.0 * 60.0 * 60.0 * 426.08)); seconds = seconds % (6.0 * 60.0 * 60.0 * 426.08); @@ -1152,7 +1152,7 @@ public static String formatTime(double seconds) seconds = seconds % 60.0; //List parts = new List(); - parts.Clear(); + parts.Clear(); if (y > 0) { @@ -1186,8 +1186,8 @@ public static String formatTime(double seconds) return "0s"; } - private static string outputstring; - private static int[] datestructure = new int[5]; + private static string outputstring; + private static int[] datestructure = new int[5]; //Format a Time double variable into format "YxxxxDxxxhh:mm:ss" //Future expansion required to format to different formats. internal static string FormatDateString(double time) @@ -1252,7 +1252,7 @@ public enum ISRUStatus OutputFull } - private static ISRUStatus returnStatus; + private static ISRUStatus returnStatus; /// /// Returns a Status Indicating the Status of a ISRU ModuleResourceConverter, given that it's actual status can be active, but not actually doing anything. /// @@ -1314,6 +1314,15 @@ internal static bool IsTSTInstalled } } + internal static bool IsEVEInstalled + { + get + { + return IsModInstalled("EVEManager"); + + } + } + internal static bool IsOPMInstalled { get @@ -1327,20 +1336,20 @@ internal static bool IsOPMInstalled } } - internal static bool IsNHInstalled - { - get - { - CelestialBody sonnah = FlightGlobals.Bodies.FirstOrDefault(a => a.name == "Sonnah"); - if (sonnah != null) - { - return true; - } - return false; - } - } + internal static bool IsNHInstalled + { + get + { + CelestialBody sonnah = FlightGlobals.Bodies.FirstOrDefault(a => a.name == "Sonnah"); + if (sonnah != null) + { + return true; + } + return false; + } + } - internal static bool IsModInstalled(string assemblyName) + internal static bool IsModInstalled(string assemblyName) { Assembly assembly = (from a in assemblies where a.FullName.Contains(assemblyName) diff --git a/Source/REPOSoftTechKSPUtils/RectExtentions.cs b/REPOSoftTechUtils/RectExtentions.cs similarity index 100% rename from Source/REPOSoftTechKSPUtils/RectExtentions.cs rename to REPOSoftTechUtils/RectExtentions.cs diff --git a/Source/REPOSoftTechKSPUtils/ToolBarManager.cs b/REPOSoftTechUtils/ToolBarManager.cs similarity index 100% rename from Source/REPOSoftTechKSPUtils/ToolBarManager.cs rename to REPOSoftTechUtils/ToolBarManager.cs diff --git a/Source/DFIntMemory.cs b/Source/DFIntMemory.cs index 0516fa9..77fe4a8 100644 --- a/Source/DFIntMemory.cs +++ b/Source/DFIntMemory.cs @@ -185,38 +185,6 @@ private void Update() if (HighLogic.LoadedSceneIsFlight && ActVslHasDpFrezr) { - /* Not required from KSP 1.1 as RefreskFrozenKerbals in each PartModule will remove the portraits for frozen kerbals. - //Check if Refresh Portraits Cam is required after two vessels are docked - if (refreshPortraits) - { - if (Planetarium.GetUniversalTime() - refreshPortraitsTimer > 3) - { - foreach (Part part in FlightGlobals.ActiveVessel.parts) - { - if (part.internalModel != null) - { - foreach (InternalSeat seat in part.internalModel.seats) - { - if (seat.kerbalRef != null) - { - try - { - KerbalPortraitGallery.Instance.UnregisterActiveCrew(seat.kerbalRef); - if (!DeepFreeze.Instance.DFgameSettings.KnownFrozenKerbals.ContainsKey(seat.kerbalRef.crewMemberName)) - KerbalPortraitGallery.Instance.RegisterActiveCrew(seat.kerbalRef); - } - catch (Exception) - { - Utilities.Log_Debug("Unregister Portrait on inactive part failed {0}", seat.kerbalRef.crewMemberName); - } - } - } - } - } - refreshPortraits = false; - } - }*/ - //If user hits Modifier Key - D switch to freezer cams. if (GameSettings.MODIFIER_KEY.GetKey() && Input.GetKeyDown(keyFrzrCam) && ActFrzrCams.Count > 0 && !Utilities.StockOverlayCamIsOn) { @@ -1251,7 +1219,7 @@ private void CheckKACAlarmsUpdate() { if (!DeepFreeze.Instance.DFgameSettings.knownKACAlarms.ContainsKey(entry.ID)) // So we don't already know about it { - if (entry.VesselID != string.Empty) + if (entry.VesselID != string.Empty && entry.AlarmType != KACWrapper.KACAPI.AlarmTypeEnum.Crew) { Guid tmpid = Guid.Empty; try diff --git a/Source/DeepFreeze.csproj b/Source/DeepFreeze.csproj index 6ef209f..a24ac36 100644 --- a/Source/DeepFreeze.csproj +++ b/Source/DeepFreeze.csproj @@ -36,26 +36,14 @@ OnOutputUpdated - - False - ..\..\KSPDLLs\Assembly-CSharp.dll + + ..\..\KSPDLLs - 1.1.3\Assembly-CSharp.dll - - False - ..\..\KSPDLLs\Assembly-CSharp-firstpass.dll - - - ..\..\KSPDLLs\Assembly-UnityScript.dll - - - ..\..\KSPDLLs\Assembly-UnityScript-firstpass.dll - - - False - ..\..\KSPDLLs\KSPAssets.dll + + ..\..\KSPDLLs - 1.1.3\Assembly-CSharp-firstpass.dll - ..\..\KSPDLLs\KSPUtil.dll + ..\..\KSPDLLs - 1.1.3\KSPUtil.dll @@ -63,13 +51,11 @@ - - False - ..\..\KSPDLLs\UnityEngine.dll + + ..\..\KSPDLLs - 1.1.3\UnityEngine.dll - - False - ..\..\KSPDLLs\UnityEngine.UI.dll + + ..\..\KSPDLLs - 1.1.3\UnityEngine.UI.dll @@ -106,62 +92,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + DeepFreezeContinued.version + @@ -171,31 +104,9 @@ - - - - - - - - - - - - - - Always + + Changelog.txt - - - - - - - - - - @@ -222,13 +133,13 @@ set /p MONO_EXE_DIR=<"$(ProjectDir)LocalDev\mono_exe.txt" set /p PDB2MDB_EXE_DIR=<"$(ProjectDir)LocalDev\pdb2mdb_exe.txt" set /p ZA_DIR=<"$(ProjectDir)LocalDev\7za_dir.txt" -xcopy "$(TargetPath)" "$(SolutionDir)Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y +xcopy "$(TargetPath)" "$(SolutionDir)..\Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y -xcopy "$(TargetDir)$(ProjectName).pdb" "$(SolutionDir)Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y +xcopy "$(TargetDir)$(ProjectName).pdb" "$(SolutionDir)..\Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y cd "$(TargetDir)" "%25MONO_EXE_DIR%25" "%25PDB2MDB_EXE_DIR%25" "$(TargetFileName)" -xcopy "$(TargetDir)$(ProjectName).dll.mdb" "$(SolutionDir)Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y +xcopy "$(TargetDir)$(ProjectName).dll.mdb" "$(SolutionDir)..\Distribution\GameData\REPOSoftTech\$(ProjectName)\Plugins\" /Y where /q %25ZA_DIR%25:7za.exe if %25ERRORLEVEL%25 == 1 ( @@ -236,11 +147,13 @@ if %25ERRORLEVEL%25 == 1 ( ) else ( echo Packaging build ) -if exist "$(SolutionDir)Distribution\$(ProjectName)_V@(VersionNumber).zip" del "$(SolutionDir)Distribution\$(ProjectName)_V@(VersionNumber).zip" +if exist "$(SolutionDir)..\Distribution\$(ProjectName)_V@(VersionNumber).zip" del "$(SolutionDir)..\Distribution\$(ProjectName)_V@(VersionNumber).zip" -%25ZA_DIR%257za.exe a -tzip -r "$(SolutionDir)Distribution\$(ProjectName)_V@(VersionNumber).zip" "$(SolutionDir)Distribution\GameData" -c:\7za\7za d -r -x!REPOSoftTech.png -x!Glykerol.png -x!DFtoolbar.png -x!DeepFreezeOff.png -x!DeepFreezeOn.png -x!DeepFreezeEditor.png -x!alphaonly.png -x!DFbtnResize.png -x!DFbtnRedCross.png -x!DFToolTipBox.png "$(SolutionDir)Distribution\$(ProjectName)_V@(VersionNumber).zip" "*.ddsified" "*.pdb" "*.mdb" "*.png" -xcopy /E /Y "$(SolutionDir)Distribution\GameData" "%25KSP_DIR%25\GameData" +%25ZA_DIR%257za.exe a -tzip -r "$(SolutionDir)..\Distribution\$(ProjectName)_V@(VersionNumber).zip" "$(SolutionDir)..\Distribution\GameData" +cd "$(SolutionDir)..\Distribution\GameData\RepoSoftTech\$(ProjectName)\Icons" +dir /b > "$(SolutionDir)IconsExclude.txt" +c:\7za\7za d -r -x@"$(SolutionDir)IconsExclude.txt" -x!REPOSoftTech.png "$(SolutionDir)..\Distribution\$(ProjectName)_V@(VersionNumber).zip" "*.ddsified" "*.pdb" "*.mdb" "*.png" +xcopy /E /Y "$(SolutionDir)..\Distribution\GameData" "%25KSP_DIR%25\GameData"