Jump to content

Sandriell

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Sandriell

  1. Afraid I can't answer that, but there is definitely some kind of conflict between SSPXr science labs and TAC that doesn't exist between the stock science lab, or labs added by other mods.
  2. That is fine. I never suggested anyone use it, was never intending to share it anyway, and only did cause linuxgurugamer was asking for more input and figured I would throw it out there if it was wanted.
  3. The only amounts I changed by a lot were for life support. I just wanted to even things out really and did calculations based on consumption/generation numbers from TAC Life support For example with default configs the wedges all provided different amounts of resources. For example, per kerbal, the water wedge would give 1 year 73 days, the oxygen wedge would give 361 days and the food wedge gave 331 days. With the changes, they are all even, meaning all the life support wedges give you the same 303 days of life support, per kerbal, per wedge size. The waste wedges double those numbers, per size. Just made things simpler. For mass changes I shot for a middle ground, lowering some masses and raising others, with a goal of making the wedges generally all in multiples of 25kg. All the changes could probably use some more tweaking, but it was all "good enough" for me for my personal use.
  4. Are you using TAC Life Support as well? If so, I believe this is related to the NRE spam and I posted a patch that fixes this issue.
  5. tankmass is simply added mass from fuel, since the tank already has some mass by default no added mass is needed for the first size. The default configs also have 0 added mass for the first size. And you are right, methane should be:
  6. Here is the changes I made. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// Rebalance mass and resource amounts to to make craft building easier. /////////// Sandriell - https://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @PART[USMatBayWedge,USGuidanceComputer,USRTGWedge]:FINAL { @mass = 0.1 } @PART[USFluidSpectroWedge,USAccelGravWedge,USThermoBaroWedge,USGooBayWedge]:FINAL { @mass = 0.05 } @PART[USSabatier,USWaterPurifier,USFuelCellMedium,USElektron]:FINAL { @mass = 0.2 } @PART[USOxygenWedge]:FINAL { @mass = 0.034 @MODULE[USFuelSwitch] { @resourceAmounts = 11104;22208;33312;44416 @initialResourceAmounts = 11104;22208;33312;44416 @tankMass = 0;0.045;0.094;0.153 } } @PART[USFoodWedge]:FINAL { @mass = 0.069 @MODULE[USFuelSwitch] { @resourceAmounts = 110;220;330;440 @initialResourceAmounts = 110;220;330;440 @tankMass = 0.000;0.094;0.188;0.282 } } @PART[USWaterWedge]:FINAL { @mass = 0.077 @MODULE[USFuelSwitch] { @resourceAmounts = 72.5;145;217.5;290 @initialResourceAmounts = 72.5;145;217.5;290 @tankMass = 0;0.103;0.205;0.308 } } @PART[USSolidWasteWedge]:FINAL { @mass = 0.05 @MODULE[USFuelSwitch] { @resourceAmounts = 20;40;60;80 @initialResourceAmounts = 0;0;0;0 @tankMass = 0;0.1;0.2;0.3 } } @PART[USGreyWaterWedge]:FINAL { @mass = 0.075 @MODULE[USFuelSwitch] { @resourceAmounts = 185;370;555;740 @initialResourceAmounts = 0;0;0;0 @tankMass = 0;0.1;0.2;0.3 } } @PART[USCarbonDioxideWedge]:FINAL { @mass = 0.025 @MODULE[USFuelSwitch] { @resourceAmounts = 19182.5;38365;57547.5;76730 @initialResourceAmounts = 0;0;0;0 @tankMass = 0;0.1;0.2;0.3 } } @PART[USComboLifesupportWedge]:FINAL { @mass = 0.015 %RESOURCE[Food] { @name = Food @amount = 55 @maxAmount = 55 } %RESOURCE[Oxygen] { @name = Oxygen @amount = 5552 @maxAmount = 5552 } %RESOURCE[Water] { @name = Water @amount = 36.25 @maxAmount = 36.25 } } @PART[USHydrazineWedge]:FINAL { @mass = 0.015 @MODULE[USFuelSwitch] { @resourceAmounts = 27.5;55;82.5;110 @initialResourceAmounts = 27.5;55;82.5;110 @tankMass = 0;0.015;0.030;0.045 } } Additionally the patch I shared earlier to add cryo-support also has mass changes to rebalance the fuel wedge. Here is the updated version with those changes. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// Expand fuel options and add support to the fuel tank wedge for LqdHydrogen and LqdMethane added by CryoTanks /////////// Sandriell - https://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @PART[USAerozineWedge]:NEEDS[CryoTanks] { @title = Universal Storage: Fuel Tank @description = Fuel tank built in wedge format to be mounted to Universal Storage cores. Capable of holding Liquid Fuel as well as cryogenic Liquid Hydrogen and Liquid Methane, all with or without Oxidizer. Cryogenic fuels will require a small amount of electric charge to prevent boil-off. Fuel may be refueled via lines, or the entire wedge can be removed on EVA and replaced with new equipment or storage. Four size variants are available. @mass = 0.015 @MODULE[USFuelSwitch] { @SwitchID = 0;1 @resourceNames = LiquidFuel,Oxidizer;LiquidFuel,Oxidizer;LiquidFuel,Oxidizer;LiquidFuel,Oxidizer|LiquidFuel;LiquidFuel;LiquidFuel;LiquidFuel|LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer|LqdHydrogen;LqdHydrogen;LqdHydrogen;LqdHydrogen|LqdMethane,Oxidizer;LqdMethane,Oxidizer;LqdMethane,Oxidizer;LqdMethane,Oxidizer|LqdMethane;LqdMethane;LqdMethane;LqdMethane @resourceAmounts = 10,12;20,24;30,36;40,48|22;44;66;88|105,7;225,15;345,23;450,30|165;330;495;660|40,8;90,18;130,26;165,33|110;220;330;440 @initialResourceAmounts = 10,12;20,24;30,36;40,48|22;44;66;88|105,7;225,15;345,23;450,30|165;330;495;660|40,8;90,18;130,26;165,33|110;220;330;440 @tankCost = 0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105 @tankMass = 0;0.015;0.030;0.045|0;0.015;0.030;0.045|0;0.015;0.030;0.045|0;0.015;0.030;0.045|0;0.015;0.030;0.045|0;0.015;0.030;0.045 } MODULE { name = USSwitchControl SwitchID = 1 ButtonName = #autoLOC_US_FuelVariants CurrentVariantTitle = #autoLOC_US_FuelVariants ShowPreviousButton = False ObjectNames = #LOC_CryoTanks_switcher_fuel_lfox;#LOC_CryoTanks_switcher_fuel_lf;#LOC_CryoTanks_switcher_fuel_lh2ox;#LOC_CryoTanks_switcher_fuel_lh2;#LOC_CryoTanks_switcher_fuel_methalox;#LOC_CryoTanks_switcher_fuel_methane FuelSwitchModeTwo = True ModuleDisplayName = #autoLOC_US_TankOptions VariantColors = #bfa760,#3399cc;#bfa760,#bfa760;#99ccff,#3399cc;#99ccff,#99ccff;#00bf8f,#3399cc;#00bf8f,#00bf8f } MODULE { name = ModuleCryoTank CoolingEnabled = False BOILOFFCONFIG { FuelName = LqdHydrogen // in % per hr BoiloffRate = 0.05 CoolingCost = 0.09 } BOILOFFCONFIG { FuelName = LqdMethane // in % per hr BoiloffRate = 0.005 CoolingCost = 0.045 } } }
  7. @linuxgurugamer I have some other personal changes that I made to the mod that include rebalancing the various wedge's weights to make it easier to install them without creating massive amounts of torque. I also did some rebalancing on the TAC life support resource amounts that I felt made things a lot easier to calculate and understand the length of time they will last as well as all wedges providing the same length of life support. I didn't share them because I wasn't sure if it was appropriate to share such big changes. However, if desired I can share them and you can decide what to do with it.
  8. Not sure if it is just me but I seem to be unable to download the latest version of Tweakscale- Version 2.4.6.6. I have tried CKAN, Spacedock and Github and all the downloads seem to actually be 2.4.6.5 I noticed this because I am having the localization issue in game. So checking the downloads and in game and everything is saying 2.4.6.5
  9. Known issue with Parallax. Only fix right now is to disable the city lights. You can do this by deleting the CityLights.cfg file (or alternatively change the file extension to something like ".off"). Can find the file in "GameData\AstronomersVisualPack\AVP_Configs\Stock"
  10. Known issue with Kopernicus, and a fix is actively being worked on right now. The latest version, 68, is supposed to fix the issue.
  11. Sure, that's fine. Just bad etiquette to delete issues and such on Github versus closing them, since I had no way of knowing that.
  12. I posted a temporary work around for this in the Stockalike Station Parts Redux thread,
  13. I am also getting the exact same NRE spam in my logs with any of the 3 science lab parts. I believe that the issue is specifically related to the TacGenericConverters that are added to the part in the TAC patches (SSPXR-TACLS-00.cfg & SSPXR-TACLS-01.cfg) included with the mod. Removing the modules fixes the NRE spam. Here is a super-simple patch to remove the converters that will "fix" the part until it can be diagnosed what about the converters is conflicting with the part. @PART[sspx-science-1875-1,sspx-lab-375-1,sspx-lab-5-1]:FINAL { !MODULE[TacGenericConverter],* {} } This removes the 3 life-support recyclers on those parts. Not critical in my opinion, and so still very playable without them for now. *This may not fix crafts already in flight.
  14. Was also getting the exact same NRE spam in my logs with the labs from Stockalike Station Parts Redux. I believe that the issue is specifically related to the TacGenericConverters that are added to the part in the TAC patches (SSPXR-TACLS-00.cfg & SSPXR-TACLS-01.cfg) included with the SSPR mod. Removing the modules fixes the NRE spam. Here is a super-simple patch to remove the converters that will "fix" the part until it can be diagnosed what about the converters is conflicting with the part. @PART[sspx-science-1875-1,sspx-lab-375-1,sspx-lab-5-1]:FINAL { !MODULE[TacGenericConverter],* {} } This removes the 3 life-support recyclers on those parts. Not critical in my opinion, and so still very playable without them for now. *This may not fix crafts already in flight.
  15. To start, do what the message is telling you to do. Open kps.log and find the "[TweakScale] ERROR: **FATAL**" line(s).
  16. I created a patch that will add CryoTanks/CryoEngines' Methane and Methalox fuels to the trusses from Near Future Construction. No new models though for them obviously, so they simply use the existing models for Hydrogen and Hydrolox. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// Add Methane and Methalox from CryoTanks to Near Future Construction's trusses /////////// Sandriell - https://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// B9_TANK_TYPE:NEEDS[CommunityResourcePack&CryoTanks] { name = NFC_LCH4OCryo tankMass = 0.000278904 tankCost = 0 RESOURCE { name = LqdMethane unitsPerVolume = 1.875 } RESOURCE { name = Oxidizer unitsPerVolume = 0.625 } } B9_TANK_TYPE:NEEDS[CommunityResourcePack&CryoTanks] { name = NFC_LCH4Cryo tankMass = 0.00010627500 tankCost = 0.2 RESOURCE { name = LqdMethane unitsPerVolume = 5 } } @PART[truss-octo-01]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = OctoLargeBare transform = COLLISION15 transform = LH2OXTankLarge transform = LH2OXTankLargeFoil addedCost = 2696 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = OctoLargeBare transform = COLLISION15 transform = LH2TankLarge addedCost = 2696 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } @PART[truss-octo-02]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = OctoMedBare transform = COLLISION14 transform = LH2OXTankMed transform = LH2OXTankMedFoil addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = OctoMedBare transform = COLLISION14 transform = LH2TankMed addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } // Hex Truss XL @PART[truss-hex-01]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = HexLH2OTankLrg transform = HexLH2OTankLrgFoil transform = LargeTruss transform = COLLIDERLRG addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = HexLH2TankLrg transform = LargeTruss transform = COLLIDERLRG addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } // Hex Truss XL @PART[truss-hex-02]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = HexLH2OTankMed transform = MediumTruss transform = HexLH2OTankMedFoil transform = COLLIDERMED addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = HexLH2TankMed transform = MediumTruss transform = COLLIDERMED addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } }
  17. I created a patch that will add Methane and Methalox to the trusses from Near Future Construction. No new models though for them obviously, so they simply use the existing models for Hydrogen and Hydrolox. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// Add Methane and Methalox from CryoTanks to Near Future Construction's trusses /////////// Sandriell - https://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// B9_TANK_TYPE:NEEDS[CommunityResourcePack&CryoTanks] { name = NFC_LCH4OCryo tankMass = 0.000278904 tankCost = 0 RESOURCE { name = LqdMethane unitsPerVolume = 1.875 } RESOURCE { name = Oxidizer unitsPerVolume = 0.625 } } B9_TANK_TYPE:NEEDS[CommunityResourcePack&CryoTanks] { name = NFC_LCH4Cryo tankMass = 0.00010627500 tankCost = 0.2 RESOURCE { name = LqdMethane unitsPerVolume = 5 } } @PART[truss-octo-01]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = OctoLargeBare transform = COLLISION15 transform = LH2OXTankLarge transform = LH2OXTankLargeFoil addedCost = 2696 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = OctoLargeBare transform = COLLISION15 transform = LH2TankLarge addedCost = 2696 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } @PART[truss-octo-02]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = OctoMedBare transform = COLLISION14 transform = LH2OXTankMed transform = LH2OXTankMedFoil addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = OctoMedBare transform = COLLISION14 transform = LH2TankMed addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } // Hex Truss XL @PART[truss-hex-01]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = HexLH2OTankLrg transform = HexLH2OTankLrgFoil transform = LargeTruss transform = COLLIDERLRG addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = HexLH2TankLrg transform = LargeTruss transform = COLLIDERLRG addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } } // Hex Truss XL @PART[truss-hex-02]:NEEDS[CommunityResourcePack&CryoTanks] { !MODULE[ModuleB9DisableTransform] {} @MODULE[ModuleB9PartSwitch] { %SUBTYPE[LCH4OCryo] // Methalox { title = #LOC_CryoTanks_switcher_fuel_methalox tankType = NFC_LCH4OCryo transform = HexLH2OTankMed transform = MediumTruss transform = HexLH2OTankMedFoil transform = COLLIDERMED addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane/Oxidizer Tanks descriptionDetail = Integrated tanks with Liquid Methane and Oxidizer storage } %SUBTYPE[LCH4Cryo] // Methane { title = #LOC_CryoTanks_switcher_fuel_methane tankType = NFC_LCH4Cryo transform = HexLH2TankMed transform = MediumTruss transform = COLLIDERMED addedCost = 1348 crashTolerance = 50 descriptionSummary = Liquid Methane Tanks descriptionDetail = Integrated tanks with Liquid Methane storage } } @MODULE[ModuleCryoTank] { BOILOFFCONFIG { FuelName = LqdMethane BoiloffRate = 0.005 CoolingCost = 0.045 } } }
  18. Yep, technically you could put it anywhere in the GameData folder and it would work fine. Updating either manually or through CKAN should be safe though, as neither method would overwrite any user created files- as long as you are not deleting the mod folder before updating.
  19. For anyone using Nertea's Cryo Tanks/Cryo Engines mods- here is a patch that will add Liquid Hydrogen and Liquid Methane to the Fuel Tank wedge, as well as adding a Liquid Fuel only option. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// Expand fuel options and add support to the fuel tank wedge for LqdHydrogen and LqdMethane added by CryoTanks /////////// Sandriell - https://forum.kerbalspaceprogram.com/index.php?/profile/165509-sandriell/ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @PART[USAerozineWedge]:NEEDS[CryoTanks] { @title = Universal Storage: Fuel Tank @description = Fuel tank built in wedge format to be mounted to Universal Storage cores. Capable of holding Liquid Fuel as well as cryogenic Liquid Hydrogen and Liquid Methane, all with or without Oxidizer. Cryogenic fuels will require a small amount of electric charge to prevent boil-off. Fuel may be refueled via lines, or the entire wedge can be removed on EVA and replaced with new equipment or storage. Four size variants are available. @MODULE[USFuelSwitch] { @SwitchID = 0;1 @resourceNames = LiquidFuel,Oxidizer;LiquidFuel,Oxidizer;LiquidFuel,Oxidizer;LiquidFuel,Oxidizer|LiquidFuel;LiquidFuel;LiquidFuel;LiquidFuel|LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer;LqdHydrogen,Oxidizer|LqdHydrogen;LqdHydrogen;LqdHydrogen;LqdHydrogen|LqdMethane,Oxidizer;LqdMethane,Oxidizer;LqdMethane,Oxidizer;LqdMethane,Oxidizer|LqdMethane;LqdMethane;LqdMethane;LqdMethane @resourceAmounts = 10,12;20,24;30,36;40,48|22;44;66;88|105,7;225,15;345,23;450,30|165;330;495;660|40,8;90,18;130,26;165,33|110;220;330;440 @initialResourceAmounts = 10,12;20,24;30,36;40,48|22;44;66;88|105,7;225,15;345,23;450,30|165;330;495;660|40,8;90,18;130,26;165,33|110;220;330;440 @tankCost = 0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105|0;35;70;105 @tankMass = 0;0.014;0.028;0.042|0;0.014;0.028;0.042|0;0.014;0.028;0.042|0;0.014;0.028;0.042|0;0.014;0.028;0.042|0;0.014;0.028;0.042 } MODULE { name = USSwitchControl SwitchID = 1 ButtonName = #autoLOC_US_FuelVariants CurrentVariantTitle = #autoLOC_US_FuelVariants ShowPreviousButton = False ObjectNames = #LOC_CryoTanks_switcher_fuel_lfox;#LOC_CryoTanks_switcher_fuel_lf;#LOC_CryoTanks_switcher_fuel_lh2ox;#LOC_CryoTanks_switcher_fuel_lh2;#LOC_CryoTanks_switcher_fuel_methalox;#LOC_CryoTanks_switcher_fuel_methane FuelSwitchModeTwo = True ModuleDisplayName = #autoLOC_US_TankOptions VariantColors = #bfa760,#3399cc;#bfa760,#bfa760;#99ccff,#3399cc;#99ccff,#99ccff;#00bf8f,#3399cc;#00bf8f,#00bf8f } MODULE { name = ModuleCryoTank CoolingEnabled = False BOILOFFCONFIG { FuelName = LqdHydrogen // in % per hr BoiloffRate = 0.05 CoolingCost = 0.09 } BOILOFFCONFIG { FuelName = LqdMethane // in % per hr BoiloffRate = 0.05 CoolingCost = 0.09 } } } I suggest saving it in a file called "US_CryoTanks.cfg" and putting it in your either "GamaData/CryoTanks/Patches" or "GamaData/UniversalStorage2/Patches" folders. Pick only one.
  20. Is it possible to have the PAW groups expanded by default? Particularly the stock ones? Its kind of of annoying and tedious having to expand them all the time while building a craft.
  21. I don't know if you plan to include Cryo Engines in the PKMC companion, but if you do here is patch for it: //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////// "Near Future" Cryo Engines //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @PART[cryoengine-stromboli-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = .625 } } @PART[cryoengine-vesuvius-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.25 } } @PART[cryoengine-hecate-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.25 } } @PART[cryoengine-erebus-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } @PART[cryoengine-pavonis-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } @PART[cryoengine-fuji-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } @PART[cryoengine-ulysses-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } @PART[cryoengine-etna-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 3.75 } } @PART[cryoengine-tharsis-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 3.75 } } @PART[cryoengine-hawk-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = .625 } } @PART[cryoengine-compsognathus-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = .625 } } @PART[cryoengine-harrier-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } @PART[cryoengine-iguanodon-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } @PART[cryoengine-buzzard-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.25 } } @PART[cryoengine-deinonychus-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 1.25 } } @PART[cryoengine-allosaur-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } @PART[cryoengine-eagle-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } @PART[cryoengine-vulture-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 3.75 } } @PART[cryoengine-tyrannosaur-1]:NEEDS[CryoEngines,TweakScale]:FOR[TweakScaleCompanion_PKMC_CE] { #@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { } %MODULE[TweakScale] { type = stack defaultScale = 3.75 } }
  22. The illectroemergency.cfg patch is modifying any engines with an existing resource by turning it into electric charge- this completely breaks SRBs in particular. This is due to editing a resource instead of adding a new one. Removing the @ symbols from everything except the first line fixes it. @PART[*]:HAS[@MODULE[ModuleEngines]] { RESOURCE { name = ElectricCharge amount = 2.5 maxAmount = 2.5 } } I saw you already caught the missing bracket.
  23. What mode are you playing in? In my experience at least, the mod only works in Career Mode.
×
×
  • Create New...