Personal Containers

Discussion in 'Scenarios' started by LinearBurn, Aug 29, 2017.

  1. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    I know i've been asking for a lot of help lately but alas here i am. I'm trying to set items in a personal container when i open the can it generates a error Im not shure what im missing but here is the code . any help is appreciated.

    Code:
    Fixed:
      - Type: BA_Alien
        Prefab: CryoShip
        Mode: Survival
        Name: CryoShip
        Pos: [-3363, 1900, -891]
        Rot: [0, -50, 0]
        InitPower: True
        Properties:
        - Key: PersonalContainer
          Value: 5.8mmBullet:500, Medikit03:5, AssaultRifle:1, MultiToolT2:1, DrillT2:1, DrillCharge:10, OxygenGeneratorSmall:1, Core:1, MultiCharge:10, PlayerBikeKit:1, ConstructorSurvival:1, AutoMinerCore:3, GrowingPot:5, Medikit03:3, AntidotePills:3, EmergencyRations:10, WaterBottle:2, EnergyCell:20,
    
     
    #1
  2. piddlefoot

    piddlefoot Rear Admiral

    Joined:
    Mar 4, 2015
    Messages:
    1,849
    Likes Received:
    1,615
    Your missing the ''
    At the start and end of line.


    So your also missing the emergency drop pod equipment for if you start a Fresh Start.

    Items: [ "Pistol, 50Caliber:250, Medikit02:3, AntidotePills:3, EmergencyRations:4, Drill, Chainsaw, BioFuel:4, ConstructorSurvival, EnergyCell:5", "Pistol, 50Caliber:150, Medikit02:2, AntidotePills:2, EmergencyRations:2, Drill, Chainsaw, BioFuel:3, ConstructorSurvival, EnergyCell:4", "Pistol, 50Caliber:100, Medikit02:1, AntidotePills:1, EmergencyRations:1, Drill, Chainsaw, BioFuel:2, ConstructorSurvival, EnergyCell:3", "#FreshStart: Drill, Chainsaw, BioFuel:2, ConstructorSurvival" ]


    The one above is a cut n paste from default Akua in content folder for start conditions..

    Below is one from my scenario where stuff is set to spawn in containers.

    - Type: BA_Admin
    Prefab: run
    Mode: Survival
    Name: omgdoomed
    Pos: [ -8987, 1875, 305 ]
    Rot: [ 0, -50, 0 ]
    InitPower: True
    Properties:
    - Key: PersonalContainer
    Value: "Drill, BioFuel:9, ConstructorSurvival, OxygenGeneratorSmall, AutoMinerCore:5, Core, TomatoStage1, WheatStage1, CornStage1, PumpkinStage1, PearthingStage1, DurianRoot, RadiationPills, EVABoost"
    - Key: RegenAfter
    Value: 1
     
    #2
    Last edited: Aug 31, 2017

Share This Page