Jump to content

Custom Item Manager 1.0.1

$6.99
   (1 review)

5 Screenshots

  • 525
  • 29
  • 65.56 kB

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

ChardaZAR

Posted

Holy heck. This is great! Would love to get this!

My rust server is basically littered with custom skinned items
This would make my life so much easier

So quick question:
How difficult would it be to add existing custom items into the manager?

Bad Cop

Posted

6 hours ago, ChardaZAR said:

Holy heck. This is great! Would love to get this!

My rust server is basically littered with custom skinned items
This would make my life so much easier

So quick question:
How difficult would it be to add existing custom items into the manager?

Hey @ChardaZAR 👋 

Not difficult at all. If you have all your custom SkinIDs to hand, maybe 1 minute to add each item.

tl;dr for a basic item:
open the item manager, 
input a shortname you would like that item to have
input the parent item it will be based on (for non usable items, recommend shortname RHIB)
Populate the SkinID, Displayname, Description

Screenshot-2026-01-15-125030.png

 

If you use these items in any lootables (e.g. loot from events), you'd need to update it there to use the new simpler format (only shortname). Example from a loot table:

Loot format before changing to your new custom items:
 

        "List of items": [
          {
            "ShortName": "sticks",
            "Minimum": 1,
            "Maximum": 2,
            "Chance [0.0-100.0]": 5.0,
            "Is this a blueprint? [true/false]": false,
            "SkinID (0 - default)": 4535234653,
            "Name (empty - default)": "Screwdriver"
          },
          {
            "ShortName": "sticks",
            "Minimum": 1,
            "Maximum": 2,
            "Chance [0.0-100.0]": 5.0,
            "Is this a blueprint? [true/false]": false,
            "SkinID (0 - default)": 453342345,
            "Name (empty - default)": "Screws"
          },
        ]

 

Loot format after changing to your new custom items: (now only need to put in the shortname which you've configured)

 

        "List of items": [
          {
            "ShortName": "screwdriver",
            "Minimum": 1,
            "Maximum": 2,
            "Chance [0.0-100.0]": 5.0,
            "Is this a blueprint? [true/false]": false,
            "SkinID (0 - default)": 0,
            "Name (empty - default)": ""
          },
          {
            "ShortName": "screws",
            "Minimum": 1,
            "Maximum": 2,
            "Chance [0.0-100.0]": 5.0,
            "Is this a blueprint? [true/false]": false,
            "SkinID (0 - default)": 0,
            "Name (empty - default)": ""
          },
        ]

 

 

  • Love 1
ChardaZAR

Posted

@Bad Cop You are an absolute boss. Thank you!
I will be purchasing soon!

heres-my-card.gif.34f73bccd37d3c7943ff2cc3d0658fba.gif

  • Love 1
Stormo

Posted

Hello, is there any chance of a discount down to $5? If so, I would buy it right now 🙂

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
  • Love 4

Bad Cop's Collection

User Feedback

2.2m

Downloads

Total number of downloads.

10.1k

Customers

Total customers served.

146.7k

Files Sold

Total number of files sold.

3.1m

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.