diff --git a/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg b/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg index 63010d2..7a6fca6 100644 --- a/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg +++ b/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg @@ -1,9 +1,9 @@ AGENT { name = Umbra Space Industries - title = Umbra Space Industries + title = #LOC_USI_agency_usi_title - description = A world leader in corrugated paper products, Umbra Space Industries is now applying their formidable boxing and packaging skills into a a series of products for colonization, exploration, and resource exploitation! + description = #LOC_USI_agency_usi_description logoURL = 000_USITools/Agency/USILogo logoScaledURL = 000_USITools/Agency/USILogo_SM diff --git a/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt b/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt index 4eb4163..17c0db2 100644 --- a/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt @@ -1,3 +1,7 @@ +1.2.0 - 2019.08.04 +------------------ +KSP 1.7.x Compatibility + 1.1.0 - 2019.02.05 ------------------ KSP 1.6.x Compatibility diff --git a/FOR_RELEASE/GameData/000_USITools/Comms.cfg b/FOR_RELEASE/GameData/000_USITools/Comms.cfg index 3075bd9..8cdc3dd 100644 --- a/FOR_RELEASE/GameData/000_USITools/Comms.cfg +++ b/FOR_RELEASE/GameData/000_USITools/Comms.cfg @@ -1,4 +1,4 @@ -@PART[*]:HAS[!MODULE[ModuleDataTransmitter],MODULE[ModuleCommand]] +@PART[*]:HAS[!MODULE[ModuleDataTransmitter],@MODULE[ModuleCommand]] { MODULE { diff --git a/FOR_RELEASE/GameData/000_USITools/Localization/en-us.cfg b/FOR_RELEASE/GameData/000_USITools/Localization/en-us.cfg new file mode 100644 index 0000000..81005e5 --- /dev/null +++ b/FOR_RELEASE/GameData/000_USITools/Localization/en-us.cfg @@ -0,0 +1,9 @@ +Localization +{ + en-us + { + // Agency + #LOC_USI_agency_usi_title = Umbra Space Industries + #LOC_USI_agency_usi_description = A world leader in corrugated paper products, Umbra Space Industries is now applying their formidable boxing and packaging skills into a a series of products for colonization, exploration, and resource exploitation! + } +} diff --git a/FOR_RELEASE/GameData/000_USITools/Logistics.cfg b/FOR_RELEASE/GameData/000_USITools/Logistics.cfg index 9dd880b..7eb6d65 100644 --- a/FOR_RELEASE/GameData/000_USITools/Logistics.cfg +++ b/FOR_RELEASE/GameData/000_USITools/Logistics.cfg @@ -18,10 +18,18 @@ RESOURCE_DEFINITION //Hidden resource used to manage mass volume = 1 } -@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],RESOURCE[Machinery|EnrichedUranium|DepletedFuel|Recyclables]]:FOR[USITools] +@PART[*]:HAS[!MODULE[USI_ModuleFieldRepair],@RESOURCE[Machinery|EnrichedUranium|DepletedFuel|Recyclables]]:FOR[USITools] { MODULE { name = USI_ModuleFieldRepair } } + +@PART[*]:HAS[!MODULE[USI_ModuleRecycleBin],@RESOURCE[MaterialKits]]:FOR[USITools] +{ + MODULE + { + name = USI_ModuleRecycleBin + } +} diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.dll b/FOR_RELEASE/GameData/000_USITools/USITools.dll index a3a4d6d..d12458f 100644 Binary files a/FOR_RELEASE/GameData/000_USITools/USITools.dll and b/FOR_RELEASE/GameData/000_USITools/USITools.dll differ diff --git a/FOR_RELEASE/GameData/000_USITools/USITools.version b/FOR_RELEASE/GameData/000_USITools/USITools.version index 6e22adb..eeffd9b 100644 --- a/FOR_RELEASE/GameData/000_USITools/USITools.version +++ b/FOR_RELEASE/GameData/000_USITools/USITools.version @@ -9,14 +9,14 @@ }, "VERSION":{ "MAJOR":1, - "MINOR":1, + "MINOR":2, "PATCH":0, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":6, - "PATCH":0 + "MINOR":7, + "PATCH":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -25,7 +25,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":6, + "MINOR":8, "PATCH":9 } } \ No newline at end of file diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll index e6fce04..7a4cce5 100644 Binary files a/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll and b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll differ diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version index ffe3dc9..c98cafd 100644 --- a/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version @@ -7,8 +7,8 @@ }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":6, - "PATCH":0 + "MINOR":7, + "PATCH":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -17,14 +17,14 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":6, + "MINOR":8, "PATCH":9 }, "NAME": "Community Category Kit", "URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version", "VERSION": { "MAJOR": 4, - "MINOR": 1, + "MINOR": 3, "PATCH": 0, "BUILD": 0 } diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt b/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt index 64c7e85..991ca69 100644 --- a/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt @@ -1,3 +1,7 @@ +4.2.0 - 2019.08.04 +------------------ +KSP 1.7.x Compatibility + 4.1.0 - 2019.02.05 ------------------ KSP 1.6.x Compatibility diff --git a/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png index 889bd48..caaa1ba 100644 Binary files a/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png and b/FOR_RELEASE/GameData/CommunityCategoryKit/icons/Containers.png differ diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt b/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt index b9ed47f..c7cc84a 100644 --- a/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt @@ -1,3 +1,7 @@ +1.2.0 - 2019.08.04 +------------------ +KSP 1.7.x Compatibility + 1.1.0 - 2019.02.05 ------------------ KSP 1.6.x Compatibility diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version b/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version index 1f9a67a..8e4cc32 100644 --- a/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version +++ b/FOR_RELEASE/GameData/CommunityResourcePack/CRP.version @@ -9,14 +9,14 @@ }, "VERSION":{ "MAJOR":1, - "MINOR":1, + "MINOR":2, "PATCH":0, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":6, - "PATCH":0 + "MINOR":7, + "PATCH":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -25,7 +25,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":6, + "MINOR":8, "PATCH":9 } } diff --git a/FOR_RELEASE/GameData/CommunityResourcePack/Localization/pt-br.cfg b/FOR_RELEASE/GameData/CommunityResourcePack/Localization/pt-br.cfg new file mode 100644 index 0000000..91f6ebb --- /dev/null +++ b/FOR_RELEASE/GameData/CommunityResourcePack/Localization/pt-br.cfg @@ -0,0 +1,251 @@ +Localization +{ + pt-br + { + //USI + #LOC_CRP_Hydrates_DisplayName = Hidratos + #LOC_CRP_Gypsum_DisplayName = Gesso + #LOC_CRP_IntakeLqd_DisplayName = EntradaLqd + #LOC_CRP_ColonySupplies_DisplayName = Suprimentos de Colônia + #LOC_CRP_Lead_DisplayName = Chumbo + #LOC_CRP_CarbonDioxide_DisplayName = Dióxido de Carbono + #LOC_CRP_Chemicals_DisplayName = Produtos Químicos + #LOC_CRP_Dirt_DisplayName = Sujeira + #LOC_CRP_ExoticMinerals_DisplayName = Minerais Exóticos + #LOC_CRP_Food_DisplayName = Comida + #LOC_CRP_Supplies_DisplayName = Suprimentos + #LOC_CRP_Fertilizer_DisplayName = Fertilizante + #LOC_CRP_Mulch_DisplayName = Adubo + #LOC_CRP_Machinery_DisplayName = Maquinário + #LOC_CRP_SpecializedParts_DisplayName = Peças Especializadas + #LOC_CRP_Recyclables_DisplayName = Recicláveis + #LOC_CRP_Hydrogen_DisplayName = Hidrogênio + #LOC_CRP_Karbonite_DisplayName = Karbonite + #LOC_CRP_Karborundum_DisplayName = Carbeto de Silício + #LOC_CRP_LqdCO2_DisplayName = CO2Lqd + #LOC_CRP_LqdCO_DisplayName = COLqd + #LOC_CRP_MaterialKits_DisplayName = Kits de Materiais + #LOC_CRP_Metals_DisplayName = Metais + #LOC_CRP_Minerals_DisplayName = Minerais + #LOC_CRP_MetallicOre_DisplayName = Minério Metálico + #LOC_CRP_Organics_DisplayName = Orgânico + #LOC_CRP_Oxygen_DisplayName = Oxigênio + #LOC_CRP_Polymers_DisplayName = Polímeros + #LOC_CRP_RareMetals_DisplayName = Metais Raros + #LOC_CRP_RefinedExotics_DisplayName = Exóticos Refinados + #LOC_CRP_Rock_DisplayName = Rocha + #LOC_CRP_RocketParts_DisplayName = Peças de Foguete + #LOC_CRP_SpareParts_DisplayName = Peças de Reposição + #LOC_CRP_Substrate_DisplayName = Substrato + #LOC_CRP_Uraninite_DisplayName = Uraninita + #LOC_CRP_Waste_DisplayName = Resíduos + #LOC_CRP_WasteWater_DisplayName = Águas Residuais + #LOC_CRP_Water_DisplayName = Água + //NFT + #LOC_CRP_ArgonGas_DisplayName = Gás Argônio + #LOC_CRP_ArgonGas_Abbreviation = Ar + #LOC_CRP_Boron_DisplayName = Boro + #LOC_CRP_Boron_Abbreviation = Bo + #LOC_CRP_ResourceLode_DisplayName = Veio de Minério + #LOC_CRP_EnrichedUranium_DisplayName = Urânio Enriquecido + #LOC_CRP_EnrichedUranium_Abbreviation = EnrU + #LOC_CRP_DepletedUranium_DisplayName = Urânio Empobrecido + #LOC_CRP_DepletedUranium_Abbreviation = EmpU + #LOC_CRP_LqdHydrogen_DisplayName = Hidrogênio Líquido + #LOC_CRP_LqdHydrogen_Abbreviation = LH2 + #LOC_CRP_StoredCharge_DisplayName = Carga Armazenada + #LOC_CRP_StoredCharge_Abbreviation = CA + //KSPI-E + #LOC_CRP_Actinides_DisplayName = Actinídeos + #LOC_CRP_Actinides_Abbreviation = Act + #LOC_CRP_Aluminium_DisplayName = Alumínio + #LOC_CRP_Aluminium_Abbreviation = Al + #LOC_CRP_Alumina_DisplayName = Alumina + #LOC_CRP_Alumina_Abbreviation = Aia + #LOC_CRP_Ammonia_DisplayName = Amônia + #LOC_CRP_Ammonia_Abbreviation = NH3 + #LOC_CRP_Antimatter_DisplayName = Antimatéria + #LOC_CRP_Antimatter_Abbreviation = AM + #LOC_CRP_AntiHydrogen_DisplayName = Anti-Hidrogênio + #LOC_CRP_AntiHydrogen_Abbreviation = AH + #LOC_CRP_LqdArgon_DisplayName = ArgônioLqd + #LOC_CRP_LqdArgon_Abbreviation = Ar + #LOC_CRP_Borate_DisplayName = Borato + #LOC_CRP_Borate_Abbreviation = Br + #LOC_CRP_Caesium_DisplayName = Césio + #LOC_CRP_Caesium_Abbreviation = Cs + #LOC_CRP_Calcium_Abbreviation = Ca + #LOC_CRP_Calcium_DisplayName = Cálcio + #LOC_CRP_CarbonMonoxide_DisplayName = Monóxido de Carbono + #LOC_CRP_CarbonMonoxide_Abbreviation = CO + #LOC_CRP_Carbon_DisplayName = Carbono + #LOC_CRP_Carbon_Abbreviation = C + #LOC_CRP_ChargedParticles_DisplayName = Partículas Carregadas + #LOC_CRP_ChargedParticles_Abbreviation = CP + #LOC_CRP_Chlorine_DisplayName = Cloro + #LOC_CRP_Chlorine_Abbreviation = Cl + #LOC_CRP_CompressedAir_DisplayName = Ar Comprimido + #LOC_CRP_CompressedAir_Abbreviation = ArC + #LOC_CRP_Decaborane_DisplayName = Decaborane + #LOC_CRP_Decaborane_Abbreviation = DeBo + #LOC_CRP_Deuterium_DisplayName = Deutério + #LOC_CRP_Deuterium_Abbreviation = D + #LOC_CRP_LqdDeuterium_DisplayName = DeutérioLqd + #LOC_CRP_LqdDeuterium_Abbreviation = D + #LOC_CRP_DepletedFuel_DisplayName = Combustível Esgotado + #LOC_CRP_DepletedFuel_Abbreviation = CombEg + #LOC_CRP_ExoticMatter_DisplayName = Matéria Exótica + #LOC_CRP_ExoticMatter_Abbreviation = MEx + #LOC_CRP_FusionPellets_DisplayName = Pelotas de Fusão + #LOC_CRP_FusionPellets_Abbreviation = PF + #LOC_CRP_Fluorine_DisplayName = Flúor + #LOC_CRP_Fluorine_Abbreviation = F + #LOC_CRP_Fluorite_DisplayName = Fluorita + #LOC_CRP_Fluorite_Abbreviation = CaF2 + #LOC_CRP_HeavyWater_DisplayName = Água Pesada + #LOC_CRP_HeavyWater_Abbreviation = D20 + #LOC_CRP_IntakeAtm_DisplayName = EntradaAtm + #LOC_CRP_IntakeAtm_Abbreviation = EntA + #LOC_CRP_KryptonGas_DisplayName = Gás de Criptônio + #LOC_CRP_KryptonGas_Abbreviation = Kr + #LOC_CRP_LqdKrypton_DisplayName = CriptônioLqd + #LOC_CRP_LqdKrypton_Abbreviation = Kr + #LOC_CRP_NeonGas_DisplayName = Gás Neon + #LOC_CRP_NeonGas_Abbreviation = Ne + #LOC_CRP_LqdNeon_DisplayName = NeonLqd + #LOC_CRP_LqdNeon_Abbreviation = Ne + #LOC_CRP_Lithium_DisplayName = Lítio + #LOC_CRP_Lithium_Abbreviation = Li7 + #LOC_CRP_Lithium6_DisplayName = Lítio6 + #LOC_CRP_Lithium6_Abbreviation = Li6 + #LOC_CRP_LithiumHydride_DisplayName = Hidreto De Lítio + #LOC_CRP_LithiumHydride_Abbreviation = Li7H + #LOC_CRP_LithiumDeuteride_DisplayName = Deuteride do Lítio + #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D + #LOC_CRP_LqdAmmonia_DisplayName = AmôniaLqd + #LOC_CRP_LqdAmmonia_Abbreviation = NH3 + #LOC_CRP_Helium3_DisplayName = Hélio3 + #LOC_CRP_Helium3_Abbreviation = He3 + #LOC_CRP_LqdHe3_DisplayName = LqdHe3 + #LOC_CRP_LqdHe3_Abbreviation = He3 + #LOC_CRP_Helium4_DisplayName = Hélio4 + #LOC_CRP_Helium4_Abbreviation = He4 + #LOC_CRP_LqdHelium_DisplayName = HélioLqd + #LOC_CRP_LqdHelium_Abbreviation = He4 + #LOC_CRP_Nitratine_DisplayName = Nitratina + #LOC_CRP_Nitratine_Abbreviation = Nit + #LOC_CRP_Hexaborane_DisplayName = Hexaborane + #LOC_CRP_Hexaborane_Abbreviation = HxBo + #LOC_CRP_LqdNitrogen_DisplayName = NitrogênioLqd + #LOC_CRP_LqdNitrogen_Abbreviation = N14 + #LOC_CRP_LqdNitrogen15_DisplayName = Nitrogênio15Lqd + #LOC_CRP_LqdNitrogen15_Abbreviation = N15 + #LOC_CRP_Megajoules_DisplayName = Megajoules + #LOC_CRP_Megajoules_Abbreviation = Meg3 + #LOC_CRP_Monazite_DisplayName = Monazita + #LOC_CRP_Monazite_Abbreviation = Monz + #LOC_CRP_LqdOxygen18_DisplayName = Oxigênio18Lqd + #LOC_CRP_LqdOxygen18_Abbreviation = O18 + #LOC_CRP_Salt_DisplayName = Sal + #LOC_CRP_Salt_Abbreviation = Sal + #LOC_CRP_Sodium_DisplayName = Sódio + #LOC_CRP_Sodium_Abbreviation = Na + #LOC_CRP_Sulphur_DisplayName = Enxofre + #LOC_CRP_Sulphur_Abbreviation = S + #LOC_CRP_SolidHydrogen_DisplayName = Hidrogênio Sólido + #LOC_CRP_SolidHydrogen_Abbreviation = HS + #LOC_CRP_PolyvinylChloride_DisplayName = Cloreto De Polivinila + #LOC_CRP_PolyvinylChloride_Abbreviation = PVC + #LOC_CRP_Plutonium-238_DisplayName = Plutônio-238 + #LOC_CRP_Plutonium-238_Abbreviation = Pu238 + #LOC_CRP_Regolith_DisplayName = Regolito + #LOC_CRP_Regolith_Abbreviation = R + #LOC_CRP_UF4_DisplayName = UF4 + #LOC_CRP_UF4_Abbreviation = UF4 + #LOC_CRP_Silicates_DisplayName = Silicatos + #LOC_CRP_Silicates_Abbreviation = Sílica + #LOC_CRP_Silicon_DisplayName = Silício + #LOC_CRP_Silicon_Abbreviation = Si + #LOC_CRP_Spodumene_DisplayName = Spodumene + #LOC_CRP_Spodumene_Abbreviation = LiAl + #LOC_CRP_SolarWind_DisplayName = Vento Solar + #LOC_CRP_SolarWind_Abbreviation = VS + #LOC_CRP_ThermalPower_DisplayName = Poder Térmico + #LOC_CRP_ThermalPower_Abbreviation = ThP + #LOC_CRP_Thorium_DisplayName = Tório + #LOC_CRP_Thorium_Abbreviation = Th + #LOC_CRP_ThF4_DisplayName = ThF4 + #LOC_CRP_ThF4_Abbreviation = ThF4 + #LOC_CRP_Tritium_DisplayName = Trítio + #LOC_CRP_Tritium_Abbreviation = T + #LOC_CRP_LqdTritium_DisplayName = TrítioLqd + #LOC_CRP_LqdTritium_Abbreviation = T + #LOC_CRP_UraniumNitride_DisplayName = Nitreto de Urânio + #LOC_CRP_UraniumNitride_Abbreviation = UN + #LOC_CRP_VacuumPlasma_DisplayName = Plasma a Vácuo + #LOC_CRP_VacuumPlasma_Abbreviation = VP + #LOC_CRP_WasteHeat_DisplayName = Calor Residual + #LOC_CRP_WasteHeat_Abbreviation = CR + #LOC_CRP_LqdXenon_DisplayName = XenônioLqd + #LOC_CRP_LqdXenon_Abbreviation = Xe + //RealFuels + #LOC_CRP_Aerozine50_DisplayName = Aerozine50 + #LOC_CRP_AK20_DisplayName = AK20 + #LOC_CRP_AK27_DisplayName = AK27 + #LOC_CRP_Aniline_DisplayName = Anilina + #LOC_CRP_AvGas_DisplayName = AvGas + #LOC_CRP_CaveaB_DisplayName = CaveaB + #LOC_CRP_ClF3_DisplayName = ClF3 + #LOC_CRP_ClF5_DisplayName = ClF5 + #LOC_CRP_Diborane_DisplayName = Diborano + #LOC_CRP_Ethane_DisplayName = Etano + #LOC_CRP_Ethanol_DisplayName = Etanol + #LOC_CRP_Ethanol75_DisplayName = Etanol75 + #LOC_CRP_Ethanol90_DisplayName = Etanol90 + #LOC_CRP_Ethylene_DisplayName = Etileno + #LOC_CRP_FLOX30_DisplayName = FLOX30 + #LOC_CRP_FLOX70_DisplayName = FLOX70 + #LOC_CRP_FLOX88_DisplayName = FLOX88 + #LOC_CRP_Furfuryl_DisplayName = Furfuril + #LOC_CRP_Helium_DisplayName = Hélio + #LOC_CRP_HNIW_DisplayName = HNIW + #LOC_CRP_HTP_DisplayName = HTP + #LOC_CRP_HTPB_DisplayName = HTPB + #LOC_CRP_Hydrazine_DisplayName = Hidrazina + #LOC_CRP_Hydyne_DisplayName = Hydyne + #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III + #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV + #LOC_CRP_IWFNA_DisplayName = IWFNA + #LOC_CRP_Kerosene_DisplayName = Querosene + #LOC_CRP_LeadBallast_DisplayName = Lastro de Chumbo + #LOC_CRP_LqdFluorine_DisplayName = FlúorLqd + #LOC_CRP_LqdMethane_DisplayName = MetanoLqd + #LOC_CRP_LqdOxygen_DisplayName = OxigênioLqd + #LOC_CRP_Methane_DisplayName = Metano + #LOC_CRP_Methanol_DisplayName = Metanol + #LOC_CRP_MMH_DisplayName = MMH + #LOC_CRP_MON1_DisplayName = MON1 + #LOC_CRP_MON3_DisplayName = MON3 + #LOC_CRP_MON10_DisplayName = MON10 + #LOC_CRP_MON15_DisplayName = MON15 + #LOC_CRP_MON20_DisplayName = MON20 + #LOC_CRP_MON25_DisplayName = MON25 + #LOC_CRP_NGNC_DisplayName = NGNC + #LOC_CRP_N2F4_DisplayName = N2F4 + #LOC_CRP_Nitrogen_DisplayName = Nitrogênio + #LOC_CRP_NitrousOxide_DisplayName = Óxido Nitroso + #LOC_CRP_NTO_DisplayName = NTO + #LOC_CRP_OF2_DisplayName = OF2 + #LOC_CRP_PBAN_DisplayName = PBAN + #LOC_CRP_Pentaborane_DisplayName = Pentaborano + #LOC_CRP_PSPC_DisplayName = PSPC + #LOC_CRP_Syntin_DisplayName = Syntin + #LOC_CRP_TEATEB_DisplayName = TEATEB + #LOC_CRP_Tonka250_DisplayName = Tonka250 + #LOC_CRP_Tonka500_DisplayName = Tonka500 + #LOC_CRP_UDMH_DisplayName = UDMH + #LOC_CRP_UH25_DisplayName = UH25 + //DeepFreeze + #LOC_CRP_Glykerol_DisplayName = Glicerol + } +} diff --git a/FOR_RELEASE/GameData/Firespitter/Firespitter.version b/FOR_RELEASE/GameData/Firespitter/Firespitter.version index 97fe782..b726a2d 100644 --- a/FOR_RELEASE/GameData/Firespitter/Firespitter.version +++ b/FOR_RELEASE/GameData/Firespitter/Firespitter.version @@ -3,13 +3,13 @@ "URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version", "VERSION": { "MAJOR": 7, - "MINOR": 12, + "MINOR": 13, "PATCH": 0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":6, - "PATCH":0 + "MINOR":7, + "PATCH":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -18,7 +18,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":6, + "MINOR":8, "PATCH":9 } } diff --git a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll index 8b77348..7b55ed5 100644 Binary files a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll and b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll differ diff --git a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb index ee4c809..af525fa 100644 Binary files a/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb and b/FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt index ab9ccc2..abb4e7e 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt @@ -1,3 +1,7 @@ +1.2.0 - 2019.08.04 +------------------ +KSP 1.7.x Compatibility + 1.1.0 - 2019.02.05 ------------------ KSP 1.6.x Compatibility diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg index 1b69ee4..5d9c939 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg @@ -28,9 +28,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = -1 -title = Nuclear Waste Container +title = #LOC_USI_C3_DepletedFuelTank_title manufacturer = USI - Logistics Division -description = A specialized container for holding nuclear waste +description = #LOC_USI_C3_DepletedFuelTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank_Lg.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank_Lg.cfg index 5580aaf..7dac762 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank_Lg.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank_Lg.cfg @@ -29,9 +29,9 @@ entryCost = 7600 cost = 30400 category = none subcategory = -1 -title = Nuclear Waste Container (Large) +title = #LOC_USI_C3_DepletedFuelTank_Lg_title manufacturer = USI - Logistics Division -description = A large specialized container for holding nuclear waste +description = #LOC_USI_C3_DepletedFuelTank_Lg_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_01.cfg index b26ccbb..c507a1e 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_01.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Cluster (1.25m) +title = #LOC_USI_C3_FlatRnd_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatRnd_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_02.cfg index 54528f5..f497786 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_02.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Cluster (2.5m) +title = #LOC_USI_C3_FlatRnd_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatRnd_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_03.cfg index 03daee6..4712cad 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_03.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Cluster (3.75m) +title = #LOC_USI_C3_FlatRnd_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatRnd_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_04.cfg index 74bad2f..7e752c5 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatRnd_04.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Cluster (5m) +title = #LOC_USI_C3_FlatRnd_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatRnd_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_01.cfg index 75b620f..4800409 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_01.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Flat (1.25m) +title = #LOC_USI_C3_FlatTank_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_02.cfg index 618ad9b..2af0c9f 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_02.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Flat (2.5m) +title = #LOC_USI_C3_FlatTank_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_03.cfg index 52daa05..065787d 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_03.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Flat (3.75m) +title = #LOC_USI_C3_FlatTank_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_04.cfg index 88865c5..b686931 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/FlatTank_04.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Flat (5m) +title = #LOC_USI_C3_FlatTank_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_FlatTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_01.cfg index b1ba573..e5f80b9 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_01.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 490 category = none subcategory = 0 -title = Kontainer (01.25m) +title = #LOC_USI_C3_Kontainer_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_02.cfg index 7fb279d..5acd55e 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_02.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 8000 category = none subcategory = 0 -title = Kontainer (02.5m) +title = #LOC_USI_C3_Kontainer_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_03.cfg index 7b503be..95a1cec 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_03.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 25740 category = none subcategory = 0 -title = Kontainer (03.75m) +title = #LOC_USI_C3_Kontainer_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_04.cfg index c66c3cf..6c03729 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_04.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 63360 category = none subcategory = 0 -title = Kontainer (05.0m) +title = #LOC_USI_C3_Kontainer_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_01.cfg index c9d7159..8d5adbb 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_01.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = 0 -title = KIS Kontainer (01.25m) +title = #LOC_USI_C3_Kontainer_KIS_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_KIS_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_02.cfg index 7fa45ce..166811a 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_02.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = 0 -title = KIS Kontainer (02.5m) +title = #LOC_USI_C3_Kontainer_KIS_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_KIS_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_03.cfg index 445ade1..9f22bda 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_03.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = 0 -title = KIS Kontainer (03.75m) +title = #LOC_USI_C3_Kontainer_KIS_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_KIS_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_04.cfg index 185f487..61dfe05 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_04.cfg @@ -35,9 +35,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = 0 -title = KIS Kontainer (05.0m) +title = #LOC_USI_C3_Kontainer_KIS_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_Kontainer_KIS_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_M.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_M.cfg index ddc6941..502f113 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_M.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainer_KIS_M.cfg @@ -30,9 +30,9 @@ entryCost = 7600 cost = 3800 category = none subcategory = 0 -title = KIS Kontainer (Stow-Pak) +title = #LOC_USI_C3_Kontainer_KIS_M_title manufacturer = USI - Logistics Division -description = A radial stowage pack for KIS parts +description = #LOC_USI_C3_Kontainer_KIS_M_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainers_TweakScale.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainers_TweakScale.cfg new file mode 100644 index 0000000..b7938fb --- /dev/null +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Kontainers_TweakScale.cfg @@ -0,0 +1,132 @@ + +//Basic Containers - 1.25m +@PART[C3_*_01]:HAS[@MODULE[FSfuelSwitch]]:NEEDS[TweakScale] +{ + MODULE + { + name = TweakScale + type = stack + defaultScale = 1.25 + } +} +//Basic Containers - 2.5m +@PART[C3_*_02]:HAS[@MODULE[FSfuelSwitch]]:NEEDS[TweakScale] +{ + MODULE + { + name = TweakScale + type = stack + defaultScale = 2.5 + } +} +//Basic Containers - 3.75m +@PART[C3_*_03]:HAS[@MODULE[FSfuelSwitch]]:NEEDS[TweakScale] +{ + MODULE + { + name = TweakScale + type = stack + defaultScale = 3.75 + } +} +//Basic Containers - 5.0m +@PART[C3_*_04]:HAS[@MODULE[FSfuelSwitch]]:NEEDS[TweakScale] +{ + MODULE + { + name = TweakScale + type = stack + defaultScale = 5.0 + } +} + +//KontainerTank - 00.313m +@PART[C3_RTank_00]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 0.313 + } +} +//KontainerTank - 1.8m +@PART[C3_RTank_01]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 1.875 + } +} +//KontainerTank - 3.75m +@PART[C3_RTank_02]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 3.75 + } +} +//KontainerTank - 5.6m +@PART[C3_RTank_03]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 5.6 + } +} +//KontainerTank - 7.5m +@PART[C3_RTank_04]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 7.5 + } +} +//KontainerTank - 11m +@PART[C3_RTank_06]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 11 + } +} +//KontainerTank - 15m +@PART[C3_RTank_08]:NEEDS[TweakScale]:AFTER[TweakScale] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 15 + } +} +@PART[C3_LqdTrussTank]:NEEDS[TweakScale] +{ + @title = Kontainer Tank - Quad-Round + MODULE + { + name = TweakScale + type = stack + defaultScale = 1.875 + } +} + +//---------------------------KIS Kontainers---------------- +@PART[C3_Kontainer_KIS_*]:NEEDS[TweakScale,KIS] +{ + %MODULE[TweakScale] + { + %type = stack + %defaultScale = 1.25 + } +} +@PART[MountableLqdTankMountableSupPack|StowPakSup]:NEEDS[TweakScale,KIS] +{ + %MODULE[TweakScale] + { + %type = free + } +} diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Localization/en-us.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Localization/en-us.cfg new file mode 100644 index 0000000..67fa71f --- /dev/null +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Localization/en-us.cfg @@ -0,0 +1,80 @@ +Localization +{ + en-us + { + // Nuclear holding stuff + #LOC_USI_C3_NukeFuelTank_title = Nuclear Fuel Container + #LOC_USI_C3_NukeFuelTank_description = A specialized container for holding nuclear fuel. + #LOC_USI_C3_NukeFuelTank_Lg_title = Nuclear Fuel Container (Large) + #LOC_USI_C3_NukeFuelTank_Lg_description = A large specialized container for holding nuclear fuel. + #LOC_USI_C3_DepletedFuelTank_title = Nuclear Waste Container + #LOC_USI_C3_DepletedFuelTank_description = A specialized container for holding nuclear waste. + #LOC_USI_C3_DepletedFuelTank_Lg_title = Nuclear Waste Container (Large) + #LOC_USI_C3_DepletedFuelTank_Lg_description = A large specialized container for holding nuclear waste. + + // Cluster rounded tanks (All use the same description) + #LOC_USI_C3_FlatRnd_01_title = Kontainer Tank - Cluster (1.25m) + #LOC_USI_C3_FlatRnd_02_title = Kontainer Tank - Cluster (2.5m) + #LOC_USI_C3_FlatRnd_03_title = Kontainer Tank - Cluster (3.75m) + #LOC_USI_C3_FlatRnd_04_title = Kontainer Tank - Cluster (5m) + #LOC_USI_C3_FlatRnd_description = Shipping container for transporting various goods. + + // Flat tanks (All use the same description) + #LOC_USI_C3_FlatTank_01_title = Kontainer Tank - Flat (1.25m) + #LOC_USI_C3_FlatTank_02_title = Kontainer Tank - Flat (2.5m) + #LOC_USI_C3_FlatTank_03_title = Kontainer Tank - Flat (3.75m) + #LOC_USI_C3_FlatTank_04_title = Kontainer Tank - Flat (5m) + #LOC_USI_C3_FlatTank_description = Shipping container for transporting various goods. + + // Rectangular containers (All use the same description) + #LOC_USI_C3_Kontainer_01_title = Kontainer (1.25m) + #LOC_USI_C3_Kontainer_02_title = Kontainer (2.5m) + #LOC_USI_C3_Kontainer_03_title = Kontainer (3.75m) + #LOC_USI_C3_Kontainer_04_title = Kontainer (5m) + #LOC_USI_C3_Kontainer_description = Shipping container for transporting various goods. + + // KIS rectangular containers (All use the same description) + #LOC_USI_C3_Kontainer_KIS_01_title = KIS Kontainer (1.25m) + #LOC_USI_C3_Kontainer_KIS_02_title = KIS Kontainer (2.5m) + #LOC_USI_C3_Kontainer_KIS_03_title = KIS Kontainer (3.75m) + #LOC_USI_C3_Kontainer_KIS_04_title = KIS Kontainer (5m) + #LOC_USI_C3_Kontainer_KIS_description = Shipping container for transporting various goods. + + // KIS surface attachable containers + #LOC_USI_C3_Kontainer_KIS_M_title = KIS Kontainer (Stow-Pak) + #LOC_USI_C3_Kontainer_KIS_M_description = A radial stowage pack for KIS parts. + + // Inline cluster of rounded containers + #LOC_USI_C3_LqdTrussTank_title = Kontainer Tank - Quad-Round (1.8m x 7.5m) + #LOC_USI_C3_LqdTrussTank_description = Shipping container for transporting various goods; + + // Stow-Pak containers + #LOC_USI_MountableLqdTank_title = SK-62L Supply Tank + #LOC_USI_MountableLqdTank_description = A small supply tank, compatible with the SM-62 Container Mount from KIS. + #LOC_USI_MountableSupPack_title = SK-62 Supply Kontainer + #LOC_USI_MountableSupPack_description = A small supply container, compatible with the SM-62 Container Mount from KIS. + #LOC_USI_RadialLqdTank_title = MK-V Saddle Tank + #LOC_USI_RadialLqdTank_description = When you just need a small amount of supplies. + #LOC_USI_RadialSupPack_title = MK-V Supply Redi-Pak + #LOC_USI_RadialSupPack_description = When you just need a small amount of supplies. + #LOC_USI_StowPakSup_title = Supply Stow-Pak + #LOC_USI_StowPakSup_description = When you just need a miniscule amount of supplies. + + // Rounded containers (All use the same description) + #LOC_USI_C3_RTank_00_title = Kontainer Tank - Round (00.313m) + #LOC_USI_C3_RTank_01_title = Kontainer Tank - Round (01.8m) + #LOC_USI_C3_RTank_02_title = Kontainer Tank - Round (03.75m) + #LOC_USI_C3_RTank_03_title = Kontainer Tank - Round (05.6m) + #LOC_USI_C3_RTank_04_title = Kontainer Tank - Round (07.5m) + #LOC_USI_C3_RTank_06_title = Kontainer Tank - Round (11m) + #LOC_USI_C3_RTank_08_title = Kontainer Tank - Round (15m) + #LOC_USI_C3_RTank_description = Shipping container for transporting various goods. + + // Rounded containers (All use the same description) + #LOC_USI_C3_Tank_01_title = Kontainer Tank (1.25m) + #LOC_USI_C3_Tank_02_title = Kontainer Tank (2.5m) + #LOC_USI_C3_Tank_03_title = Kontainer Tank (3.75m) + #LOC_USI_C3_Tank_04_title = Kontainer Tank (5m) + #LOC_USI_C3_RTank_description = Shipping container for transporting various goods. + } +} diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/LqdTrussTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/LqdTrussTank.cfg index 4467f33..45c16d9 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/LqdTrussTank.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/LqdTrussTank.cfg @@ -32,9 +32,9 @@ entryCost = 7600 cost = 405 category = none subcategory = 0 -title = Kontainer Tank - Quad-Round (01.8m x 7.5m) +title = #LOC_USI_C3_LqdTrussTank_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_LqdTrussTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableLqdTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableLqdTank.cfg index 8004784..d680845 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableLqdTank.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableLqdTank.cfg @@ -20,9 +20,9 @@ PART:NEEDS[KIS] cost = 1400 category = none subcategory = 0 - title = SK-62L Supply Tank + title = #LOC_USI_MountableLqdTank_title manufacturer = USI - Logistics Division - description = A small supply tank, compatible with the SM-62 Container Mount from KIS. + description = #LOC_USI_MountableLqdTank_description attachRules = 1,0,0,1,1 mass = 0.125 dragModelType = default diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableSupPak.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableSupPak.cfg index e602125..5b50101 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableSupPak.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/MountableSupPak.cfg @@ -20,9 +20,9 @@ PART:NEEDS[KIS] cost = 1400 category = none subcategory = 0 - title = SK-62 Supply Kontainer + title = #LOC_USI_MountableSupPack_title manufacturer = USI - Logistics Division - description = A small supply container, compatible with the SM-62 Container Mount from KIS. + description = #LOC_USI_MountableSupPack_description attachRules = 1,0,0,1,1 mass = 0.125 dragModelType = default diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank.cfg index a63732c..68c7c79 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank.cfg @@ -28,9 +28,9 @@ entryCost = 7600 cost = 269500 category = none subcategory = -1 -title = Nuclear Fuel Container +title = #LOC_USI_C3_NukeFuelTank_title manufacturer = USI - Logistics Division -description = A specialized container for holding nuclear fuel +description = #LOC_USI_C3_NukeFuelTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank_Lg.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank_Lg.cfg index 2f5c174..7beec10 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank_Lg.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank_Lg.cfg @@ -29,9 +29,9 @@ entryCost = 7600 cost = 2156000 category = none subcategory = -1 -title = Nuclear Fuel Container (Large) +title = #LOC_USI_C3_NukeFuelTank_Lg_title manufacturer = USI - Logistics Division -description = A large specialized container for holding nuclear fuel +description = #LOC_USI_C3_NukeFuelTank_Lg_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialLqdTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialLqdTank.cfg index 2dd56f2..18b19a8 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialLqdTank.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialLqdTank.cfg @@ -20,9 +20,9 @@ PART cost = 450 category = none subcategory = 0 - title = MK-V Saddle Tank + title = #LOC_USI_RadialLqdTank_title manufacturer = USI - Logistics Division - description = When you just need a small amount of supplies. + description = #LOC_USI_RadialLqdTank_description attachRules = 1,0,0,0,0 mass = 0.15625 dragModelType = default diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialSupPak.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialSupPak.cfg index 5476156..2dec752 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialSupPak.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RadialSupPak.cfg @@ -20,9 +20,9 @@ PART cost = 1750 category = none subcategory = 0 - title = MK-V Supply Redi-Pak + title = #LOC_USI_RadialSupPack_title manufacturer = USI - Logistics Division - description = When you just need a small amount of supplies. + description = #LOC_USI_RadialSupPack_description attachRules = 1,0,0,0,0 mass = 0.15625 dragModelType = default diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_00.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_00.cfg index df549b7..630e98a 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_00.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_00.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 95 category = none subcategory = 0 -title = Kontainer Tank - Round (00.313m) +title = #LOC_USI_C3_RTank_00_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_01.cfg index 0c09983..092294c 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_01.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 405 category = none subcategory = 0 -title = Kontainer Tank - Round (01.8m) +title = #LOC_USI_C3_RTank_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_02.cfg index 590d628..6828223 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_02.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 2640 category = none subcategory = 0 -title = Kontainer Tank - Round (03.75m) +title = #LOC_USI_C3_RTank_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_03.cfg index 640f25d..5912abb 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_03.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 8875 category = none subcategory = 0 -title = Kontainer Tank - Round (05.6m) +title = #LOC_USI_C3_RTank_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_04.cfg index 1d6c4cb..5b0689f 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_04.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 20400 category = none subcategory = 0 -title = Kontainer Tank - Round (07.5m) +title = #LOC_USI_C3_RTank_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_06.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_06.cfg index 32dbdfc..3e58103 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_06.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_06.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 66600 category = none subcategory = 0 -title = Kontainer Tank - Round (11m) +title = #LOC_USI_C3_RTank_06_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_08.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_08.cfg index cc5bc77..1671895 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_08.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/RndTank_08.cfg @@ -33,9 +33,9 @@ entryCost = 7600 cost = 159750 category = none subcategory = 0 -title = Kontainer Tank - Round (15m) +title = #LOC_USI_C3_RTank_08_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/StowPakSup.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/StowPakSup.cfg index 120023f..9be7ba4 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/StowPakSup.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/StowPakSup.cfg @@ -22,9 +22,9 @@ PART cost = 3800 category = none subcategory = 0 - title = Supply Stow-Pak + title = #LOC_USI_StowPakSup_title manufacturer = USI - Logistics Division - description = When you just need a miniscule amount of supplies. + description = #LOC_USI_StowPakSup_description attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_01.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_01.cfg index ec18e90..eadd265 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_01.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_01.cfg @@ -31,9 +31,9 @@ entryCost = 7600 cost = 345 category = none subcategory = 0 -title = Kontainer Tank (01.25m) +title = #LOC_USI_C3_Tank_01_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_02.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_02.cfg index e22e277..09551a6 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_02.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_02.cfg @@ -32,9 +32,9 @@ entryCost = 7600 cost = 1770 category = none subcategory = 0 -title = Kontainer Tank (02.5m) +title = #LOC_USI_C3_Tank_02_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_03.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_03.cfg index 38c6e77..b654bf9 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_03.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_03.cfg @@ -32,9 +32,9 @@ entryCost = 7600 cost = 5770 category = none subcategory = 0 -title = Kontainer Tank (03.75m) +title = #LOC_USI_C3_Tank_03_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_04.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_04.cfg index 547309b..cc6337c 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_04.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Tank_04.cfg @@ -32,9 +32,9 @@ entryCost = 7600 cost = 14200 category = none subcategory = 0 -title = Kontainer Tank (05m) +title = #LOC_USI_C3_Tank_04_title manufacturer = USI - Logistics Division -description = Shipping container for transporting various goods +description = #LOC_USI_C3_RTank_description // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Localization/en-us.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Localization/en-us.cfg new file mode 100644 index 0000000..2772836 --- /dev/null +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Localization/en-us.cfg @@ -0,0 +1,13 @@ +Localization +{ + en-us + { + // All reactors use the same description + #LOC_USI_Nuke_625_title = Nuclear Reactor (0.625m) + #LOC_USI_Nuke_125_title = Nuclear Reactor (1.25m) + #LOC_USI_Nuke_125_S_title = Nuclear Reactor (1.25m Short) + #LOC_USI_Nuke_250_title = Nuclear Reactor (2.5m) + #LOC_USI_Nuke_375_title = Nuclear Reactor (3.75m) + #LOC_USI_Nuke_description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + } +} diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125.cfg index 8e54648..b0a67c9 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125.cfg @@ -27,9 +27,9 @@ PART cost = 37950 category = Electrical subcategory = 0 - title = Nuclear Reactor (1.25m) + title = #LOC_USI_Nuke_125_title manufacturer = Umbra Space Industries - description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + description = #LOC_USI_Nuke_description tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125_S.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125_S.cfg index d2b5899..74f73a9 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125_S.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125_S.cfg @@ -27,9 +27,9 @@ PART cost = 6600 category = Electrical subcategory = 0 - title = Nuclear Reactor (1.25m Short) + title = #LOC_USI_Nuke_125_S_title manufacturer = Umbra Space Industries - description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + description = #LOC_USI_Nuke_description tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_250.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_250.cfg index 8a5cebe..510db8d 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_250.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_250.cfg @@ -28,9 +28,9 @@ PART cost = 255750 category = Electrical subcategory = 0 - title = Nuclear Reactor (2.5m) + title = #LOC_USI_Nuke_250_title manufacturer = Umbra Space Industries - description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + description = #LOC_USI_Nuke_description tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_375.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_375.cfg index c174fdf..5188cde 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_375.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_375.cfg @@ -27,9 +27,9 @@ PART cost = 742500 category = Electrical subcategory = 0 - title = Nuclear Reactor (3.75m) + title = #LOC_USI_Nuke_375_title manufacturer = Umbra Space Industries - description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + description = #LOC_USI_Nuke_description tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_625.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_625.cfg index 1f4e87b..a28589e 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_625.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_625.cfg @@ -27,9 +27,9 @@ PART cost = 4950 category = Electrical subcategory = 0 - title = Nuclear Reactor (.625m) + title = #LOC_USI_Nuke_625_title manufacturer = Umbra Space Industries - description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. + description = #LOC_USI_Nuke_description tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version b/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version index 100a3e1..57f5f1a 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version @@ -9,14 +9,14 @@ }, "VERSION":{ "MAJOR":1, - "MINOR":1, + "MINOR":2, "PATCH":0, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":6, - "PATCH":0 + "MINOR":7, + "PATCH":3 }, "KSP_VERSION_MIN":{ "MAJOR":1, @@ -25,7 +25,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":6, + "MINOR":8, "PATCH":9 } }