0 of 0

File information

Last updated

Original upload

Created by

TheNecroVirus

Uploaded by

Barak1001

Virus scan

Safe to use

Tags for this mod

1 comment

  1. Barak1001
    Barak1001
    • member
    • 3 kudos
    Locked
    Sticky
    There shouldn't be any issues with this, but who knows?
  2. BTNomad
    BTNomad
    • supporter
    • 3 kudos
    Mech Engineer Includes Clan Heat Sinks. 

    MechEngineer\data\test\heatsinks

    Just modify the JSON file so it load them. 

    Change this: 
    {
        "Type": "HeatSinkDef",
        "Path": "disabled data/test/heatsinks/",
        "ShouldMergeJSON": false
    }

    To This: 
    {
        "Type": "HeatSinkDef",
        "Path": "data/test/heatsinks/",
        "ShouldMergeJSON": false
    }