Costum Techtree ?

Discussion in 'Suggestions' started by ...M-o-H..., Jan 11, 2021.

  1. ...M-o-H...

    ...M-o-H... Lieutenant

    Joined:
    Feb 26, 2018
    Messages:
    64
    Likes Received:
    10
    Hello

    I want to be able to build the melting furnace, ATM and large solar cell in my CV.

    in blocksconfig.ecf I have already adapted everything. The things are now also displayed at CV in Techtree and I can learn them too.
    But I don't find them in the constructor!

    What am I doing wrong?

    Mfg
    M-o-H
     
    #1
  2. Myrmidon

    Myrmidon Rear Admiral

    Joined:
    Mar 26, 2016
    Messages:
    1,725
    Likes Received:
    2,056
    Which is the exact name of the constructor?
     
    #2
  3. ...M-o-H...

    ...M-o-H... Lieutenant

    Joined:
    Feb 26, 2018
    Messages:
    64
    Likes Received:
    10
    { +Block Id: 1132, Name: Furnace
    Class: Furnace
    IndexName: Constructor
    Group: cpgConstructor
    Material: metal
    MarketPrice: 39887, display: true
    Shape: ModelEntity
    Model: @models/Blocks/Mothership/FurnacePrefab
    Mesh-Damage-1: Mesh/D0
    Mesh-Damage-2: Mesh/D1
    Mesh-Damage-3: Mesh/D2
    Mesh-Damage-4: Mesh/D3
    DropMeshfile: Entities/Misc/BagSmallPrefab
    DropInventoryEntity: DropContainer
    Place: Free
    Info: bkiFurnace, display: true
    AllowPlacingAt: Base,MS display: true
    SizeInBlocks: "3,3,3", display: true
    SizeInBlocksLocked: "Base,MS"
    IsActivateable: true
    IsActivateableInCP: true
    IsLockable: true
    IsOxygenTight: false, display: true
    # ModelOffset: "0,0.5,0"
    SymType: 4
    StackSize: 250
    BlockColor: "110,110,110"
    Category: Devices
    Mass: 31825, type: float, display: true, formatter: Kilogram
    Volume: 4320, type: float, display: true, formatter: Liter
    EnergyIn: 3500, type: int, display: true, formatter: Watt
    CPUIn: 25000, type: int, display: true
    EnergyInIdle: 50, type: int, display: true, formatter: Watt
    EnergyDynamicGroup: Constructor
    HitPoints: 1500, type: int, display: true

    BlastParticleIndex: 1
    BlastRadius: 7
    BlastDamage: 4500

    UnlockCost: 15, display: true
    UnlockLevel: 12, display: true
    TechTreeParent: ConstructorT2
    TechTreeNames: "Base,Capital Vessel"

    Temperature: 250, display: true
    }
     
    #3
  4. Just giving your code a quick once over it appears like this may be your issue right here.
    It needs to look like this,
    Code:
      AllowPlacingAt: "Base,MS", display: true
    If using more than one structure you need to surround them in double quotes, and you also need a comma after the double quotes and before display: true
     
    #4
    ...M-o-H... likes this.

Share This Page