Jump to content

Frederik

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Frederik

  1. There's a bug with the 2x1 Kethane Converter. Maybe a new Kethane version? I'm using Kethane 0.7.7.

    In \LLL\Parts\Command\LLL2x1ASAS\kethane.cfg the MODULE sections need to be updated to (using values from Kethane's 1m converter):


    MODULE
    {
    name = KethaneConverter
    InputRates
    {
    Kethane = 2.25
    ElectricCharge = 6
    }
    OutputRatios
    {
    LiquidFuel = 0.97
    }
    }


    MODULE
    {
    name = KethaneConverter
    InputRates
    {
    Kethane = 2.25
    ElectricCharge = 6
    }
    OutputRatios
    {
    Oxidizer = 1.01
    }
    }


    MODULE
    {
    name = KethaneConverter
    InputRates
    {
    Kethane = 1.5
    ElectricCharge = 8
    }
    OutputRatios
    {
    MonoPropellant = 0.3
    }
    }


    MODULE
    {
    name = KethaneConverter
    InputRates
    {
    Kethane = 1.5
    ElectricCharge = 3
    }
    OutputRatios
    {
    XenonGas = 0.4
    }
    }

    Also, there was a curly brace missing at the end closing the PART section.

  2. Is there a way to change the suspension settings on wheels by editing the part's cfg file?

    I really like the new ruggedized rover wheels but when I build some more heavy rovers with them, the suspension is always at its limits. I tried duplicating the ruggedized wheel and scaling it up, but the suspension still has no play at all left. Even if I stick 8+ of these wheels on a rover (with ~6 Units of weight) the suspension on all of them bottoms out.

×
×
  • Create New...