Jump to content

Building Skins 2.0.8

   (12 reviews)
Message added by Raul-Sorin Sorban,

Originally developed by https://codefling.com/☜марат☞, now maintained by @kaysharp

15 Screenshots

  • 225.5k
  • 14.3k
  • 58.39 kB

Recommended Comments



31 minutes ago, Covfefe said:

Anyone know how to edit the cs to change the default HQM skin to brutalist?

Looks like brutalist is yet another stone skin, not hqm.

Link to comment
Share on other sites

We are patiently waiting for an Update for the new skin.  I thought I read somewhere that this was going to be automatically updated, but I must be mistaken.

By the way, anyone ... Ubertool has the skin in there plugin (Not for players) so if you want to mess around with it, at least we get to this way.

Bear

 

Link to comment
Share on other sites

use below and add this image to your config https://store.steampowered.com/itemstore/252490/detail/10225/

 

    {
      "Icon (assets/url)": "assets/icons/level_stone.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Stone",
      "Permission (ex: buildtools.1)": "",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": [
        {
          "Enabled": true,
          "Lang Key": "SkinAdobe",
          "Permission": "",
          "Skin": 10220
        },
        {
          "Enabled": true,
          "Lang Key": "SkinBrick",
          "Permission": "",
          "Skin": 10223
		 },
        {
          "Enabled": true,
          "Lang Key": "brutalist",
          "Permission": "",
          "Skin": 10225
        }
      ]
    },
    {

 

Edited by WarKingz
Link to comment
Share on other sites
2 hours ago, WarKingz said:

use below and add this image to your config https://store.steampowered.com/itemstore/252490/detail/10225/

 

    {
      "Icon (assets/url)": "assets/icons/level_stone.png",
      "Type (Remove/Wood/Stone/Metal/TopTier)": "Stone",
      "Permission (ex: buildtools.1)": "",
      "Default value for additional slot": false,
      "Enable skins?": true,
      "Skins": [
        {
          "Enabled": true,
          "Lang Key": "SkinAdobe",
          "Permission": "",
          "Skin": 10220
        },
        {
          "Enabled": true,
          "Lang Key": "SkinBrick",
          "Permission": "",
          "Skin": 10223
		 },
        {
          "Enabled": true,
          "Lang Key": "brutalist",
          "Permission": "",
          "Skin": 10225
        }
      ]
    },
    {

 

Can you add your config pls

Link to comment
Share on other sites
9 hours ago, Covfefe said:

Anyone know how to edit the cs to change the default HQM skin to brutalist?

Replace line 39 with this:

                { BuildingGrade.Enum.Stone, new List<ulong> { 10220, 10223, 10225 } },

and add this under line 233 of your .cs file 

                            new BlockInfo(
                                "https://community.cloudflare.steamstatic.com/economy/image/6TMcQ7eX6E0EZl2byXi7vaVKyDk_zQLX05x6eLCFM9neAckxGDf7qU2e2gu64OnAeQ7835Je5mDAfDY0jhyo8DEiv5daPKA_pb00QPC6SJcbixY/512fx512f",
                                "Brutalist skin", 2)

 

image.thumb.png.bd3e9928a7d379827804e6c872bcbd12.png

Edited by Rusty Mike86
Link to comment
Share on other sites
1 hour ago, Rusty Mike86 said:

Replace line 39 with this:

                { BuildingGrade.Enum.Stone, new List<ulong> { 10220, 10223, 10225 } },

and add this under line 233 of your .cs file 

                            new BlockInfo(
                                "https://community.cloudflare.steamstatic.com/economy/image/6TMcQ7eX6E0EZl2byXi7vaVKyDk_zQLX05x6eLCFM9neAckxGDf7qU2e2gu64OnAeQ7835Je5mDAfDY0jhyo8DEiv5daPKA_pb00QPC6SJcbixY/512fx512f",
                                "Brutalist skin", 2)

 

image.thumb.png.bd3e9928a7d379827804e6c872bcbd12.png

Error while compiling BuildingSkins: Syntax error, ',' expected | Line: 237, Pos: 49

Link to comment
Share on other sites
1 hour ago, ZDEN said:

Error while compiling BuildingSkins: Syntax error, ',' expected | Line: 237, Pos: 49

You may have a "," in the wrong position. Double check the screenshot I posted.

Also make sure there is a , after the  "Brick skin", 1), on line 233

Edited by Rusty Mike86
  • Like 1
Link to comment
Share on other sites
10 hours ago, Rusty Mike86 said:

Replace line 39 with this:

                { BuildingGrade.Enum.Stone, new List<ulong> { 10220, 10223, 10225 } },

and add this under line 233 of your .cs file 

                            new BlockInfo(
                                "https://community.cloudflare.steamstatic.com/economy/image/6TMcQ7eX6E0EZl2byXi7vaVKyDk_zQLX05x6eLCFM9neAckxGDf7qU2e2gu64OnAeQ7835Je5mDAfDY0jhyo8DEiv5daPKA_pb00QPC6SJcbixY/512fx512f",
                                "Brutalist skin", 2)

 

image.thumb.png.bd3e9928a7d379827804e6c872bcbd12.png

After editing this, refer to below to edit config for it to work.

Edited by HellHunter
Link to comment
Share on other sites
"Index": 1,
      "NoSkinUrl": {
        "Url": "https://www.dropbox.com/scl/fi/nkph44q9kr47dvscyudpc/wDMwXFh.png?rlkey=7alc1stjxp24w1qrtuw4rffss&dl=1",
        "Title": "Stone skin",
        "index": -1
      },
      "SkinUrls": [
        {
          "Url": "https://www.dropbox.com/scl/fi/j6lemhly0m0itvq2ot6m1/6CcMIYE.png?rlkey=enbg6ks49n1f610qr7aq49lmq&dl=1",
          "Title": "Adobe skin",
          "index": 0
        },
        {
          "Url": "https://www.dropbox.com/scl/fi/ima6fwnv4kwwdfoj3p09i/ASFfa-min.png?rlkey=kiemd61l9li7o82rka7sxxgb5&dl=1",
          "Title": "Brick skin",
          "index": 1
        },
        {
          "Url": "https://community.cloudflare.steamstatic.com/economy/image/6TMcQ7eX6E0EZl2byXi7vaVKyDk_zQLX05x6eLCFM9neAckxGDf7qU2e2gu64OnAeQ7835Je5mDAfDY0jhyo8DEiv5daPKA_pb00QPC6SJcbixY/512fx512f",
          "Title": "Brutalist skin",
          "index": 2
        }
      ]
    },

You'll need to open up your config & edit this part under the stone skin to include the new Brutalist Skin then it'll work

Link to comment
Share on other sites
1 hour ago, Helium said:

UberTool also has the GingerBread skin. Is it possible to add it to BuildingSkins?

do you know the 5 digit skin code? 

Link to comment
Share on other sites

I know this will probably sound nitpicky, but do you suppose the skin pictures could be updated for the plugin? I saw you used the FacePunch picture for the new Brutalist skin, but the previous skins are like a single wall panel picture. I think it would be nice if the other skins also had the FacePunch pictures. Included are the pictures, should you decide to take this route.

edit: resized the pictures to 324x324

 

 

Adobe.png

Brick.png

Brutalist.png

ShippingContainer.png

Edited by ZedFlanders
  • Like 1
Link to comment
Share on other sites
10 minutes ago, Endor said:

great, it's been updated now, great job. thank you so much

 

 

Does it work for you? Cause it doesn't work for me lol

Link to comment
Share on other sites
3 hours ago, Rendon said:

Does it work for you? Cause it doesn't work for me lol

the skins works but I don't have an image in UI 🙂 

Edited by BLAZ15
Link to comment
Share on other sites
4 hours ago, Rendon said:

Does it work for you? Cause it doesn't work for me lol

 

51 minutes ago, BLAZ15 said:

the skins works but I don't have an image in UI 🙂 

did you remove the config file before you updated your plugin unload old plugin first delete it then delete config then add new update

 

Link to comment
Share on other sites
Just now, Father said:

 

did you remove the config file before you updated your plugin unload old plugin first delete it then delete config then add new update

 

yeah, I've done this like that. I don't know why the new skin image is not shown in the UI, all the other images do.

Link to comment
Share on other sites

@Father
Not sure where you get your information from?  Do you have receipts?  What server ever got "Flagged". You shouldn't spread rumors unless you have something to link  to.  Skinbox would have had a Cease and Desist a long time ago.  And which server should be selling the skins?  You mean, as an Admin, I should charge players $ or are you talking about Steam?.

SMH

Bear

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
  • Like 18
  • Love 13

User Feedback

1.3m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

97.3k

Files Sold

Total number of files sold.

1.9m

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.