diff --git a/FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version b/FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version index cb8d79419..9da0a3988 100644 --- a/FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version +++ b/FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version @@ -6,20 +6,20 @@ "VERSION": { "MAJOR":1, - "MINOR":6, - "PATCH":2, + "MINOR":8, + "PATCH":0, "BUILD":0 }, "KSP_VERSION_MIN": { "MAJOR":1, - "MINOR":4, - "PATCH":5 + "MINOR":7, + "PATCH":0 }, "KSP_VERSION_MAX": { "MAJOR":1, - "MINOR":4, - "PATCH":5 + "MINOR":7, + "PATCH":0 } } diff --git a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/000_AT_Utils.dll b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/000_AT_Utils.dll index c02d57769..6514fff02 100644 Binary files a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/000_AT_Utils.dll and b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/000_AT_Utils.dll differ diff --git a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/002_MultiAnimators.dll b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/002_MultiAnimators.dll index a8a535381..68fee32fe 100644 Binary files a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/002_MultiAnimators.dll and b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/002_MultiAnimators.dll differ diff --git a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/0_00_AT_Utils_UI.dll b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/0_00_AT_Utils_UI.dll new file mode 100644 index 000000000..624bb70a4 Binary files /dev/null and b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/0_00_AT_Utils_UI.dll differ diff --git a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/PluginData/000_AT_Utils/000_AT_Utils.glob b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/PluginData/000_AT_Utils/000_AT_Utils.glob index e3d4958fa..030ccd346 100644 --- a/FOR_RELEASE/GameData/000_AT_Utils/Plugins/PluginData/000_AT_Utils/000_AT_Utils.glob +++ b/FOR_RELEASE/GameData/000_AT_Utils/Plugins/PluginData/000_AT_Utils/000_AT_Utils.glob @@ -1,15 +1,78 @@ +LineWidthMult = 0.4 +MinLineWidthMult = 0.01 + MeshesToSkip = flagtransform canopy -BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03 +BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03 dmFlexoTube + +Colors +{ + Enabled + { + html = #00FF00FF + } + Active + { + html = #FFEB04FF + } + Inactive + { + html = #808080FF + } + Confirm + { + html = #00FF00FF + } + Open + { + html = #00FF00FF + } + Close + { + html = #FF0000FF + } + Good + { + html = #00FF00FF + } + Warning + { + html = #FFEB04FF + } + Danger + { + html = #FF0000FF + } + Selected1 + { + html = #00FFFFFF + } + Selected2 + { + html = #FF00FFFF + } + FractionGradient + { + Item + { + html = #FF0000FF + } + Item + { + html = #FFEB04FF + } + Item + { + html = #FFFFFF + } + Item + { + html = #00FF00FF + } + } +} StylesConfig { - //available colors: normal (meaning white), grey, red, dark_red, green, dark_green, yellow, dark_yellow, cyan, magenta - EnabledButtonColor = green - ActiveButtonColor = yellow - InactiveButtonColor = grey - ConfirmButtonColor = green - AddButtonColor = green - CloseButtonColor = red - DangerButtonColor = red } -//:mode=c#: \ No newline at end of file + +//:mode=c#: diff --git a/FOR_RELEASE/GameData/000_AT_Utils/at_utils_ui.ksp b/FOR_RELEASE/GameData/000_AT_Utils/at_utils_ui.ksp new file mode 100644 index 000000000..96f7368bf Binary files /dev/null and b/FOR_RELEASE/GameData/000_AT_Utils/at_utils_ui.ksp differ diff --git a/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg b/FOR_RELEASE/GameData/000_USITools/Agency/USIAgency.cfg index 63010d269..7a6fca617 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 4eb4163a2..17c0db2fc 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 3075bd92a..8cdc3dd5c 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 000000000..81005e508 --- /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 9dd880b2c..7eb6d6586 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 a3a4d6d6f..d12458f57 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 6e22adbaf..eeffd9bbf 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 e6fce0430..7a4cce58b 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 ffe3dc909..c98cafd63 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 64c7e8512..991ca692f 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 889bd4893..caaa1bacb 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 b9ed47f4f..c7cc84a03 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 1f9a67adf..8e4cc32c9 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 000000000..91f6ebbc6 --- /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 97fe78247..b726a2d86 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 8b7734831..7b55ed5d4 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 ee4c8095e..af525faba 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/GroundConstruction/GroundConstruction.version b/FOR_RELEASE/GameData/GroundConstruction/GroundConstruction.version index db866ed07..af0607a54 100644 --- a/FOR_RELEASE/GameData/GroundConstruction/GroundConstruction.version +++ b/FOR_RELEASE/GameData/GroundConstruction/GroundConstruction.version @@ -6,20 +6,20 @@ "VERSION": { "MAJOR":2, - "MINOR":2, + "MINOR":4, "PATCH":0, "BUILD":0 }, "KSP_VERSION_MIN": { "MAJOR":1, - "MINOR":4, - "PATCH":5 + "MINOR":7, + "PATCH":0 }, "KSP_VERSION_MAX": { "MAJOR":1, - "MINOR":4, - "PATCH":5 + "MINOR":7, + "PATCH":0 } } diff --git a/FOR_RELEASE/GameData/GroundConstruction/IgnoreModules.cfg b/FOR_RELEASE/GameData/GroundConstruction/IgnoreModules.cfg new file mode 100644 index 000000000..b2c948ece --- /dev/null +++ b/FOR_RELEASE/GameData/GroundConstruction/IgnoreModules.cfg @@ -0,0 +1,24 @@ +GC_IGNORE_MODULES +{ + // stock + ignore = ModuleTestSubject + ignore = ModulePartVariants + ignore = FlagDecal + ignore = ModuleOverheatDisplay + ignore = ModuleLiftingSurface + ignore = ModuleSurfaceFX + ignore = FXModuleAnimateThrottle + ignore = ModuleDragModifier + ignore = ModuleColorChanger + ignore = ModuleAblator + + // mods + ignore = KOSNameTag + ignore = ModuleB9PropagateCopyEvents + ignore = ModuleB9PartSwitch + ignore = ModuleB9PartInfo + ignore = ModuleConnectedLivingSpace + ignore = ModuleKISItem + ignore = TCAEngineInfo + ignore = ResourceHack +} diff --git a/FOR_RELEASE/GameData/GroundConstruction/Plugins/GroundConstruction.dll b/FOR_RELEASE/GameData/GroundConstruction/Plugins/GroundConstruction.dll index 9755adec8..9ec2d9f03 100644 Binary files a/FOR_RELEASE/GameData/GroundConstruction/Plugins/GroundConstruction.dll and b/FOR_RELEASE/GameData/GroundConstruction/Plugins/GroundConstruction.dll differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Akita/Parts/Akita_Cab.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Akita/Parts/Akita_Cab.cfg index 17cc798ac..b3ff523ac 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Akita/Parts/Akita_Cab.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Akita/Parts/Akita_Cab.cfg @@ -59,7 +59,7 @@ PART } MODULE { - name = USI_Converter + name = ModuleResourceConverter ConverterName = Fuel Cell StartActionName = Start Fuel Cell StopActionName = Stop Fuel Cell diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt index ab9ccc277..abb4e7e3e 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/Konstruction/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt index 6a55c62d8..efe4025ea 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/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/Konstruction/Konstruction.dll b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll index 87d0e853f..60b699855 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.dll differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb index 13358a68a..480638805 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.pdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version index f78cbf6cc..dd78cae7f 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.version +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Konstruction/Konstruction.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/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.cfg index 92590c181..e00e90d08 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 5580aaf11..7dac76280 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 15ed1234a..7514f4b7e 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 875fe30d2..69191eb65 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 014778dce..0557b152d 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 f66f91630..47ad845d3 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 c060e2222..f67cb3e24 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 9a195ce34..0118b0ba8 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 e2641ffa0..55de5199a 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 71d5cc286..f20ba6402 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 f946158d5..62c88458f 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 13380320f..63207e503 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 646de7901..d144f0554 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 b4e5e1fe3..29179b0f3 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 42911487a..a9f4e2715 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 d3ca5b2c3..e059b74f2 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 b8cf51049..0b39df3b1 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 ff0643cd3..cbcd2e357 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 23c5d3d83..13c93b828 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 000000000..b7938fb80 --- /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 000000000..67fa71fe0 --- /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 de3e6f73e..1b396fd40 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 800478488..d68084540 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 e6021253d..5b5010156 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 14237ccf7..5ba753dc0 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 2f5c17459..7beec102e 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 9ac9314e6..246ef3d50 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 0cbcf1b20..ad0a2386e 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 90ba55836..897a6e56d 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 b50ca992f..c053da2db 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 d5366a3a5..ecea3f8ff 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 a04379388..48c6e9f21 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 712b31807..777fab8fd 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 1518d97b2..1d68f31f4 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 59a81bc03..595c11e14 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 120023f22..9be7ba4cf 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 91f9a1e28..ccad043a0 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 21c609828..f02800fc1 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 7c058f4bf..23cd63dcd 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 8937ed554..20f1c5b54 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/MKS/CHANGELOG.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/CHANGELOG.txt index d9e09f91f..692867268 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/CHANGELOG.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/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/MKS/KolonyTools.dll b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.dll index 725764a11..f102e111d 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.dll and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.dll differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.pdb b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.pdb index eea581cbe..0f9db0bdb 100644 Binary files a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.pdb and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/KolonyTools.pdb differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS.version b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS.version index baa8644c3..0e7fe0773 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS.version +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS.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/UmbraSpaceIndustries/MKS/Patches/KIS.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Patches/KIS.cfg index ef2adc898..c942abdeb 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Patches/KIS.cfg +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Patches/KIS.cfg @@ -31,23 +31,79 @@ { MODULE { - name = KASModuleStrut - nodeTransform = DOCKING - type = TubeSize1 - maxLenght = 200 - maxAngle = 100 - breakForce = 10 - allowDock = true - allowPumpFuel = true - hasCollider = false - tubeScale = 1.1 - jointScale = 1.1 - textureTiling = 1 - tubeSrcType = Joined - tubeTgtType = Joined - evaStrutPos = (0.05, 0.059, -0.21) - evaStrutRot = (190.0, 0.0, 0.0) - tubeTexPath = UmbraSpaceIndustries/MKS/Assets/FlexOTube + name = KASLinkSourceInteractive + + // AbstractLinkPeer + linkType = MKSTubeSize1 + linkTypeDisplayName = FlexTube S1 + attachNodeName = bottom + allowCoupling = true + + // KASLinkSourceBase + coupleMode = AlwaysCoupled + jointName = rigidJoint + linkRendererName = corridorRenderer + sndPathDock = KAS/Sounds/plugdocked + sndPathUndock = KAS/Sounds/unplugdocked + + // KASLinkSourceInteractive + sndPathPlug = KAS/Sounds/plug + sndPathUnplug = KAS/Sounds/unplug + sndPathBroke = KAS/Sounds/broke + startLinkMenu = Attach tube + breakLinkMenu = Detach tube + } + MODULE + { + name = KASRendererPipe + + // AbstractProceduralModel + materialShininess = 0.7 + + // KASRendererPipe + rendererName = corridorRenderer + pipeColliderIsPhysical = false + pipeTextureRescaleMode = TileFromSource + pipeDiameter = 1.1 + pipeTexturePath = UmbraSpaceIndustries/MKS/Assets/FlexOTube + pipeTextureSamplesPerMeter = 2 + + sourceJoint + { + sphereOffset = 0.8 + sphereDiameter = 1.1 + armDiameter = 1.1 + } + targetJoint + { + sphereOffset = 0.8 + sphereDiameter = 1.1 + armDiameter = 1.1 + } + } + MODULE + { + name = KASJointRigid + + // AbstractJoint + jointName = rigidJoint + minLinkLength = 0 + maxLinkLength = 50 + linkBreakForce = 10 + sourceLinkAngleLimit = 100 + targetLinkAngleLimit = 100 + anchorAtSource = 0, 0, 0.55 + anchorAtTarget = 0, 0, 0.55 + } + MODULE + { + name = KASLinkTargetBase + + // AbstractLinkPeer + linkType = MKSTubeSize1 + linkTypeDisplayName = FlexTube S1 + attachNodeName = bottom + allowCoupling = true } } @@ -56,27 +112,16 @@ MODULE { name = ModuleKISItem - shortcutKeyAction = drop - useName = use - usableFromEva = true - usableFromContainer = true - usableFromPod = true - usableFromEditor = true - stackable = true - volumeOverride = 700 - editorItemsCategory = false - moveSndPath = KIS/Sounds/itemMove - equipable = false - equipMode = model - equipSlot = Back Pocket - equipSkill = - equipRemoveHelmet = false - equipMeshName = helmet - equipBoneName = helmet01 - equipPos = (0, 0, 0) - equipDir = (0, 0, 0) + + // ModuleKISItemEvaTweaker carriable = true - allowAttachOnStatic = false + equipMode = model + equipSlot = jetpack + equipBoneName = aliasJetpack + equipPos = 0, 0.1, -0.3 + equipDir = 80, 180, 0 + runSpeed = 0.8 + volumeOverride = 700 } } 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 000000000..2772836e3 --- /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 8e5464892..b0a67c901 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 d2b5899db..74f73a9e1 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 8a5cebe54..510db8df4 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 c174fdf8c..5188cdec9 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 1f4e87b1d..a28589e48 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 100a3e103..57f5f1a2d 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 } } diff --git a/Source/KolonyTools/.vs/KolonyTools/v15/.suo b/Source/KolonyTools/.vs/KolonyTools/v15/.suo index 0af88cd01..61003a835 100644 Binary files a/Source/KolonyTools/.vs/KolonyTools/v15/.suo and b/Source/KolonyTools/.vs/KolonyTools/v15/.suo differ diff --git a/Source/KolonyTools/.vs/KolonyTools/v15/Server/sqlite3/storage.ide b/Source/KolonyTools/.vs/KolonyTools/v15/Server/sqlite3/storage.ide index b4f0479fa..529bdc6f3 100644 Binary files a/Source/KolonyTools/.vs/KolonyTools/v15/Server/sqlite3/storage.ide and b/Source/KolonyTools/.vs/KolonyTools/v15/Server/sqlite3/storage.ide differ diff --git a/Source/KolonyTools/KolonyTools/KolonyTools.csproj b/Source/KolonyTools/KolonyTools/KolonyTools.csproj index dd4662cfd..38590ba43 100644 --- a/Source/KolonyTools/KolonyTools/KolonyTools.csproj +++ b/Source/KolonyTools/KolonyTools/KolonyTools.csproj @@ -114,6 +114,9 @@ "D:\Games\pdb2mdb\pdb2mdb.exe" "$(TargetFileName)" + + +