Add neon signs to electricalSuggestion
You can add it yourself, if you know the item numbers. Edit the BoxSorterLite.json file found in your oxide/data folder.
Philoludos
You can add it yourself, if you know the item numbers. Edit the BoxSorterLite.json file found in your oxide/data folder.
thanks I was able to find them
1643667218,
866332017,
42535890,
-1423304443,
1305578813,
Happy to help!
Philoludos
Happy to help!
you can even add your own categories, I added melee weapons. I even made a box for it lol
https://steamcommunity.com/sharedfiles/filedetails/?id=2419327404
LizardMods
you can even add your own categories, I added melee weapons. I even made a box for it lol
https://steamcommunity.com/sharedfiles/filedetails/?id=2419327404
Ok, show me how. Not the box skin, I have skins I like that I switched this plugin to use... But, I want to change/add categories. I figured I could do it easily enough in the json, but how to add them in the UI? I suck at UI stuffs.
Philoludos
Ok, show me how. Not the box skin, I have skins I like that I switched this plugin to use... But, I want to change/add categories. I figured I could do it easily enough in the json, but how to add them in the UI? I suck at UI stuffs.
Just make a new category. The first number is the skin ID like we previously discussed, give it a name, and start adding the item ID numbers.
"2419327404": {
"Name": "melee weapon",
"ItemIds": [
1789825282,
1137865085,
1326180354,
1602646136,
1711033574,
2040726127,
1569882109,
1491189398,
363689972,
1814288539,
-1469578201,
1090916276,
-194509282,
-1966748496,
-1978999529,
1540934679
]
},You could even make it look something like this
"624023610": {
"Name": "junk drawer",
"ItemIds": [
609049394,
1401987718,
-1899491405,
1776460938
]
},Also the order that they appear in the data .json file is the order they will appear in the UI. I think you can safely add for more categories I don't know if it's scales beyond that.