Jump to content

Kolago

Members
  • Posts

    465
  • Joined

  • Last visited

Posts posted by Kolago

  1. For some reason module manager has started to semi-consistently freeze at FINAL on the loading screen, with this in player.log:

    I don't understand this as it only happens every 2 out of 3 tries, seems to have something to do with the cache, and I am running KSP on x64 Linux. Even if I were running it on 32 bit, it still never gets above 3 gigs allocated!

    I tried deleting most of my mods, which brought the number of loaded patches down from ~5000 to ~3000, but it doesn't seem to have had any effect. I am running MM 2.5.3, and I checked to make sure I only had one MM dll.

    I am experiencing the same on an Windows System and MM 2.5.6. (Win7 64Bit / KSP 32Bit) patchedNodeCount = 7151

    KSP is running with 1.4 GB Mem usage at this time.

  2. Im a bit confused about the Parameters (Regolith - an open ISRU and Resource framework)

    RecipeInputs

    RecipeOutputs

    in

    REGO_ModuleResourceConverter

    REGO_ModuleResourceHarvester

    KolonyConverter

    and the

    TWEAKSCALEEXPONENTS.

    Should something like this work?

    TWEAKSCALEEXPONENTS
    {
    name = REGO_ModuleResourceConverter
    RecipeInputs
    {
    rate = 3
    }
    RecipeOutputs
    {
    rate = 3
    }
    }

    I like to scale ElectricCharge produktion in something like this

      MODULE
    {
    name = REGO_ModuleResourceConverter
    ConverterName = Reactor
    StartActionName = Start Reactor
    StopActionName = Stop Reactor
    RecipeInputs = EnrichedUranium, 0.00003
    RecipeOutputs = DepletedUranium, 0.00003, True, ElectricCharge, 8000, False
    }

×
×
  • Create New...