Jump to content

Building Skins

Closed 1.5.12

So how do I get the options for the skins? When I click the gear icon and the material buttons the only option is default. 

 

I have a feeling I need to put something in line 19 but not sure what exactly.

 

{
  "Remove Commands": [
    ""
  ],
  "Upgrade Commands": [
    "up",
    "building.upgrade",
    "Bgrade"
  ],
  "Work with Notify?": true,
  "Work with PersonalVaultDoor?": true,
  "Setting Modes": [
    {
      "Icon (assets/url)": "assets/icons/level_wood.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Wood",
      "Permission (ex: buildtools.1)": "buildtools.1",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": []
    },
    {
      "Icon (assets/url)": "assets/icons/level_stone.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Stone",
      "Permission (ex: buildtools.1)": "buildtools.2",
      "Default value for additional slot": false,
      "Enable skins?": false,
      "Skins": []
    },
    {
      "Icon (assets/url)": "assets/icons/level_metal.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Metal",
      "Permission (ex: buildtools.1)": "buildtools.3",
      "Default value for additional slot": false,
      "Enable skins?": false,
      "Skins": []
    },
    {
      "Icon (assets/url)": "assets/icons/level_top.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "TopTier",
      "Permission (ex: buildtools.1)": "buildtools.4",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": []
    }
  ],
  "Upgrade Settings": {
    "Amount of upgrade entities per tick": 5,
    "Notify the player of the required resources for upgrading a building when they do not have enough resources": false,
    "Skins Settings": {
      "Enabled": true,
      "Icon (assets/url)": "assets/icons/gear.png",
      "Image for skins": {
        "10220": "https://i.imgur.com/ty1gZVS.png",
        "10221": "https://i.imgur.com/CSTnZ9V.png"
      }
    },
    "Time of action": 30,
    "Cooldown (default | 0 - disable)": 0,
    "Cooldowns": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    },
    "Block After Wipe (default | 0 - disable)": 0,
    "Block After Wipe": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    }
  },
  "Remove Settings": {
    "Blocked items to remove (prefab)": [
      "shortname 1",
      "shortname 2",
      "shortname 3"
    ],
    "Return Item": true,
    "Returnable Item Percentage": 100.0,
    "Percentages of returnable items (permission – percent)": {
      "buildtools.vip": 100.0,
      "buildtools.premium": 100.0
    },
    "Can friends remove? (Friends)": true,
    "Can clanmates remove? (Clans)": true,
    "Can teammates remove?": true,
    "Remove by cupboard? (those who are authorized in the cupboard can remove)": false,
    "Remove container with items?": false,
    "Condition Settings": {
      "Default (from game)": true,
      "Use percent?": false,
      "Percent (value)": 0.0
    },
    "Block Cooldown After Spawn Settings": {
      "Default": 36000.0,
      "Permissions": {
        "buildtools.vip": 34000.0,
        "buildtools.premium": 32000.0
      }
    },
    "Amount of remove entities per tick": 5,
    "Time of action": 30,
    "Cooldown (default | 0 - disable)": 0,
    "Cooldowns": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    },
    "Block After Wipe (default | 0 - disable)": 0,
    "Block After Wipe": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    }
  },
  "Block Settings": {
    "Work with NoEscape?": true,
    "Work with Clans? (clan members will be able to delete/upgrade)": true,
    "Work with Friends? (friends will be able to delete/upgrade)": true,
    "Can those authorized in the cupboard delete/upgrade?": true,
    "Is an upgrade/remove cupbaord required?": false
  },
  "UI Settings": {
    "Display type (Overlay/Hud)": "Overlay",
    "Color 1": {
      "HEX": "#4B68FF",
      "Opacity (0 - 100)": 100.0
    },
    "Color 2": {
      "HEX": "#2C2C2C",
      "Opacity (0 - 100)": 100.0
    },
    "Color 3": {
      "HEX": "#B64040",
      "Opacity (0 - 100)": 100.0
    },
    "Offset Y": 0.0,
    "Offset X": 0.0,
    "Progress Title Text Size": 12,
    "Progress Title Text Color": {
      "HEX": "#FFFFFF",
      "Opacity (0 - 100)": 60.0
    },
    "Settings Background Color": {
      "HEX": "#0E0E10",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Header Color": {
      "HEX": "#161617",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Image Background Color": {
      "HEX": "#161617",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Selected Color": {
      "HEX": "#4B68FF",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Not Selected Color": {
      "HEX": "#242425",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Text Color": {
      "HEX": "#FFFFFF",
      "Opacity (0 - 100)": 100.0
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 12
  }
}

 

Share this comment


Link to comment

Try this config:
 

{
  "Remove Commands": [
    ""
  ],
  "Upgrade Commands": [
    "up",
    "building.upgrade",
    "Bgrade"
  ],
  "Work with Notify?": true,
  "Work with PersonalVaultDoor?": true,
  "Setting Modes": [
    {
      "Icon (assets/url)": "assets/icons/level_wood.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Wood",
      "Permission (ex: buildtools.1)": "buildtools.1",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": []
    },
    {
      "Icon (assets/url)": "assets/icons/level_stone.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Stone",
      "Permission (ex: buildtools.1)": "buildtools.2",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": [
        {
          "Enabled": true,
          "Lang Key": "SkinAdobe",
          "Permission": "",
          "Skin": 10220
        }
      ]
    },
    {
      "Icon (assets/url)": "assets/icons/level_metal.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Metal",
      "Permission (ex: buildtools.1)": "buildtools.3",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": [
        {
          "Enabled": true,
          "Lang Key": "SkinContainer",
          "Permission": "",
          "Skin": 10221
        }
      ]
    },
    {
      "Icon (assets/url)": "assets/icons/level_top.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "TopTier",
      "Permission (ex: buildtools.1)": "buildtools.4",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": []
    }
  ],
  "Upgrade Settings": {
    "Amount of upgrade entities per tick": 5,
    "Notify the player of the required resources for upgrading a building when they do not have enough resources": false,
    "Skins Settings": {
      "Enabled": true,
      "Icon (assets/url)": "assets/icons/gear.png",
      "Image for skins": {
        "10220": "https://i.imgur.com/ty1gZVS.png",
        "10221": "https://i.imgur.com/CSTnZ9V.png"
      }
    },
    "Time of action": 30,
    "Cooldown (default | 0 - disable)": 0,
    "Cooldowns": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    },
    "Block After Wipe (default | 0 - disable)": 0,
    "Block After Wipe": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    }
  },
  "Remove Settings": {
    "Blocked items to remove (prefab)": [
      "shortname 1",
      "shortname 2",
      "shortname 3"
    ],
    "Return Item": true,
    "Returnable Item Percentage": 100.0,
    "Percentages of returnable items (permission – percent)": {
      "buildtools.vip": 100.0,
      "buildtools.premium": 100.0
    },
    "Can friends remove? (Friends)": true,
    "Can clanmates remove? (Clans)": true,
    "Can teammates remove?": true,
    "Remove by cupboard? (those who are authorized in the cupboard can remove)": false,
    "Remove container with items?": false,
    "Condition Settings": {
      "Default (from game)": true,
      "Use percent?": false,
      "Percent (value)": 0.0
    },
    "Block Cooldown After Spawn Settings": {
      "Default": 36000.0,
      "Permissions": {
        "buildtools.vip": 34000.0,
        "buildtools.premium": 32000.0
      }
    },
    "Amount of remove entities per tick": 5,
    "Time of action": 30,
    "Cooldown (default | 0 - disable)": 0,
    "Cooldowns": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    },
    "Block After Wipe (default | 0 - disable)": 0,
    "Block After Wipe": {
      "buildtools.vip": 0,
      "buildtools.premium": 0
    }
  },
  "Block Settings": {
    "Work with NoEscape?": true,
    "Work with Clans? (clan members will be able to delete/upgrade)": true,
    "Work with Friends? (friends will be able to delete/upgrade)": true,
    "Can those authorized in the cupboard delete/upgrade?": true,
    "Is an upgrade/remove cupbaord required?": false
  },
  "UI Settings": {
    "Display type (Overlay/Hud)": "Overlay",
    "Color 1": {
      "HEX": "#4B68FF",
      "Opacity (0 - 100)": 100.0
    },
    "Color 2": {
      "HEX": "#2C2C2C",
      "Opacity (0 - 100)": 100.0
    },
    "Color 3": {
      "HEX": "#B64040",
      "Opacity (0 - 100)": 100.0
    },
    "Offset Y": 0.0,
    "Offset X": 0.0,
    "Progress Title Text Size": 12,
    "Progress Title Text Color": {
      "HEX": "#FFFFFF",
      "Opacity (0 - 100)": 60.0
    },
    "Settings Background Color": {
      "HEX": "#0E0E10",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Header Color": {
      "HEX": "#161617",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Image Background Color": {
      "HEX": "#161617",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Selected Color": {
      "HEX": "#4B68FF",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Not Selected Color": {
      "HEX": "#242425",
      "Opacity (0 - 100)": 100.0
    },
    "Settings Text Color": {
      "HEX": "#FFFFFF",
      "Opacity (0 - 100)": 100.0
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 12
  }
}

 

  • Love 1

Share this comment


Link to comment

Thanks for making that as simple as possible by changing a few things to true. Feel a little dumb now that I didn't read the config carefully to the skins true / false was an option for each tier and not just one. Anyways I deleted the config when I downloaded the latest version so that the new brick skin is on it.

Working perfectly now that I see what I did wrong. Thanks for the help really appreciate it.

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.