Jump to content

Recommended Posts

I have the live tuning sort of working. I can get where I can change the decay timer's on the Cooking Pot, but applying this to the electrical cables does not function. Please help for what I am missing. 

Is the site I referenced, I do have the CustomLiveTuningURL set up  so what am i missing?

This is what works for the cooking pot.

{
    "Blueprint'/Game/PrimalEarth/Structures/CookingPot.CookingPot'":
    {
        "DecayDestructionPeriod": 345600,
        "DecayDestructionPeriodMultiplier": 4
    }
}

 

this is what I am trying to use 

{
    "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerCableStraight.PrimalItemStructure_PowerCableStraight'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerOutlet.PrimalItemStructure_PowerOutlet'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerCableVertical.PrimalItemStructure_PowerCableVertical'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerCableIntersection.PrimalItemStructure_PowerCableIntersection'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerCableIncline.PrimalItemStructure_PowerCableIncline'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    },
        "Blueprint'/Game/PrimalEarth/StructuresPlus/Wires/Flex/PrimalItemStructure_Wire_Flex.PrimalItemStructure_Wire_Flex'":
    {
        "DecayDestructionPeriod": 2592000,
        "DecayDestructionPeriodMultiplier": 4
    }
}

Link to comment
Share on other sites

  • Volunteer Moderator
Blueprint'/Game/PrimalEarth/Structures/Electric/Electric_Cable_Vertical.Electric_Cable_Vertical_C'
Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableStraight.ElectricCableStraight_C'
Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableDiagonal.ElectricCableDiagonal_C'
Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableIntersection.ElectricCableIntersection_C'
Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricJunction.ElectricJunction_C'
Blueprint'/Game/PrimalEarth/StructuresPlus/Wires/Flex/BP_Wire_Flex.BP_Wire_Flex_C'

 

Link to comment
Share on other sites

Thank You for the assistance I was using the Item not the structure.  For people Having trouble with this or looking for help this is what I used and it worked, takes the timer to 30 days. 

{
    "Blueprint'/Game/PrimalEarth/Structures/CookingPot.CookingPot'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableIntersection.ElectricCableIntersection'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableStraight.ElectricCableStraight'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricCableDiagonal.ElectricCableDiagonal'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/Structures/Electric/Electric_Cable_Vertical.Electric_Cable_Vertical'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/StructuresPlus/Wires/Flex/BP_Wire_Flex.BP_Wire_Flex'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    },
    "Blueprint'/Game/PrimalEarth/Structures/Electric/ElectricJunction.ElectricJunction'":
    {
        "DecayDestructionPeriod": 324000,
        "DecayDestructionPeriodMultiplier": 4
    }

    }
}

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...