Jump to content
Message added by 0xF,

Any questions? Join the discord https://discord.gg/8nztXhvgDe

1 Screenshot

  • 27.8k
  • 301
  • 49.94 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

puddingking130

Posted

I was looking for a sorter, so I gave this a try. 

We all knew this was coming...

- Is there any chance this could be set up on a box radius? As in, I can just toss all my weapons into several different boxes, go to any box and click on the weapons category and it brings up all my weapons. This would be a one and done for box sorters, just throw your loot in and select what you want from any box
- being able to make/change category icons would be cool too
 

dustyhansen

Posted

It looks like it sorts alphabetically by category and then by item within each category perhaps? In your video why doesn't it put the hammers next to each other when you clicked sort?

Screenshot 2023-09-27 173101.png

0xF

Posted

On 9/26/2023 at 7:46 PM, puddingking130 said:

I was looking for a sorter, so I gave this a try. 

We all knew this was coming...

- Is there any chance this could be set up on a box radius? As in, I can just toss all my weapons into several different boxes, go to any box and click on the weapons category and it brings up all my weapons. This would be a one and done for box sorters, just throw your loot in and select what you want from any box
- being able to make/change category icons would be cool too
 

Hello, thank you for your suggestions.
1.  It will not be implemented as it deviates from the original idea, what you described is a funnel plugin, my plugin is for sorting and filtering containers.
2. You can change icons of custom categories

0xF

Posted

On 9/28/2023 at 12:33 AM, newp said:

It looks like it sorts alphabetically by category and then by item within each category perhaps? In your video why doesn't it put the hammers next to each other when you clicked sort?

Screenshot 2023-09-27 173101.png

Hello, yes, this was the case in version 1.0.0, in version 1.0.0 sorting was only done by category and items were moved in random order of their category. In version 1.0.3 items are sorted more consistently, as a different sorting scheme [category name -> rarity -> shortname -> amount] has been implemented.

Sorry for the long reply, didn't have a chance to reply in the discussions

  • Like 1
ChristopherS

Posted

I used to use the free sort button from uMod but there's an issue with another plugin that's very important, Loot Audit. 

The way the free sort button works is that every item is removed, placed into the players inventory and re-added alphabetically. Obviously this happens very fast and all the player sees is the items sort them self instantly.

The issue is that with the sort button getting logged every time, it puts immense stress on the server, and if only 1 person spams "sort" then they can literally crash the server.

Will this plugin act the same do you know, is there a way to limit how often a player can click it (like once every 10 seconds eg.)?

0xF

Posted (edited)

1 hour ago, ChristopherS said:

I used to use the free sort button from uMod but there's an issue with another plugin that's very important, Loot Audit. 

The way the free sort button works is that every item is removed, placed into the players inventory and re-added alphabetically. Obviously this happens very fast and all the player sees is the items sort them self instantly.

The issue is that with the sort button getting logged every time, it puts immense stress on the server, and if only 1 person spams "sort" then they can literally crash the server.

Will this plugin act the same do you know, is there a way to limit how often a player can click it (like once every 10 seconds eg.)?

Hello, in my plugin the sorting is done in a different way, optimized and without removing items

Edited by 0xF
  • Love 1
ChristopherS

Posted

1 hour ago, 0xF said:

Hello, in my plugin the sorting is done in a different way, optimized and without removing items

Awesome to hear, that's amazing!

And thank you for getting in touch with me so quickly!

  • Like 1
dustyhansen

Posted

Is there anyway to remove this from SkinBox?

0xF

Posted

20 hours ago, newp said:

Is there anyway to remove this from SkinBox?

You can, if you add flags to the containers created by the plugin. You can write about it to the developer or add it yourself
 

#region You can use these flags in your own plugins to disable this plugin in your containers
        public const ItemContainer.Flag NoSorting = (ItemContainer.Flag)(8192);
        public const ItemContainer.Flag NoFiltering = (ItemContainer.Flag)(16384);
        public const ItemContainer.Flag NoSortify = NoSorting | NoFiltering;
#endregion

 

ChristopherS

Posted

On 11/13/2023 at 4:53 PM, newp said:

Is there anyway to remove this from SkinBox?

Not sure if you have or not, but the latest version of SkinBox resolves this as their change page arrows are moved to the top 🙂

Kobani

Posted

Great Plugin 🥇
Could you add the possibility to use own icons for the categories? 🙏
Or that you can use buttons with text. For example
Weapon
Construction
Items
.....

0xF

Posted

45 minutes ago, Kobani said:

Great Plugin 🥇
Could you add the possibility to use own icons for the categories? 🙏
Or that you can use buttons with text. For example
Weapon
Construction
Items
.....

There is currently no option to change default category icons, but there is an option to do so for custom categories. I think I will add it later.

  • Like 1
  • Love 1
ChristopherS

Posted

I've got a suggestion:

Can we please get the option to sort a TC as well with this please.

Kobani

Posted

Could you add the function that what is in a box is moved from the inventory to that box? For example, electronics to electronics.

Kobani

Posted

On 12/13/2023 at 3:03 PM, 0xF said:

There is currently no option to change default category icons, but there is an option to do so for custom categories. I think I will add it later.

Hello, I've had this plugin for quite a while now and I think it's really good.
 However, I have noticed that especially new players have difficulties with the pictures. I would be very grateful if you could add the possibility to use buttons with names.

ChristopherS

Posted

On 4/11/2024 at 7:09 PM, Kobani said:

Hello, I've had this plugin for quite a while now and I think it's really good.
 However, I have noticed that especially new players have difficulties with the pictures. I would be very grateful if you could add the possibility to use buttons with names.

Or remove them. That'd be great if there was the chance to have only the sort button.

Also, I spoke with the dev about adding the option to sort the TC back in January. I was told it'd be added shortly. It's 3 months later and this still isn't here. Any word on this 0xf?

  • Like 1
0xF

Posted

4 hours ago, ChristopherS said:

Or remove them. That'd be great if there was the chance to have only the sort button.

Also, I spoke with the dev about adding the option to sort the TC back in January. I was told it'd be added shortly. It's 3 months later and this still isn't here. Any word on this 0xf?

This was added in the last update, you can add any loot bar you want. Please follow the updates before posting.

0xF

Posted

On 4/11/2024 at 8:09 PM, Kobani said:

Hello, I've had this plugin for quite a while now and I think it's really good.
 However, I have noticed that especially new players have difficulties with the pictures. I would be very grateful if you could add the possibility to use buttons with names.

What difficulties do you have with the pictures? There can be no difficulties with their loading, because pictures by default are icons of items that are present in the game assets.

Kobani

Posted

6 minutes ago, 0xF said:

What difficulties do you have with the pictures? There can be no difficulties with their loading, because pictures by default are icons of items that are present in the game assets.

No difficulties with the display images.
Maybe my translation into English is not ok.
So again. Of course it is ok as it is. But:
I would rather use words than pictures.
Because new players, especially those who play Rust for the first time, can't do much with the pictures. Buttons with the name of the category would be easier.

If this would be possible I would be grateful. 

ChristopherS

Posted (edited)

On 4/14/2024 at 8:00 PM, 0xF said:

This was added in the last update, you can add any loot bar you want. Please follow the updates before posting.

Oh. I saw "Added the ability to allow other panels for the plugin to work." and thought that meant you could use other plugins with the buttons. I didn't realise this meant that you can disable already existing images.

Sorry about that.

EDIT: I've done some tinkering and cannot figure out how to disable the images, but I have got the TC working. Thanks for adding this feature!

Edited by ChristopherS
ChristopherS

Posted

On 4/14/2024 at 8:13 PM, Kobani said:

No difficulties with the display images.
Maybe my translation into English is not ok.
So again. Of course it is ok as it is. But:
I would rather use words than pictures.
Because new players, especially those who play Rust for the first time, can't do much with the pictures. Buttons with the name of the category would be easier.

If this would be possible I would be grateful. 

Truthfully, I agree. Players have mentioned this to me on my server, and it's usually the players with 2k+ hours that mention it.

They've told me those buttons are unused, and they only click the "SORT" button at the top.

Being able to remove the images, or having text instead is a good idea in my opinion. 

0xF

Posted (edited)

2 hours ago, ChristopherS said:

Truthfully, I agree. Players have mentioned this to me on my server, and it's usually the players with 2k+ hours that mention it.

They've told me those buttons are unused, and they only click the "SORT" button at the top.

Being able to remove the images, or having text instead is a good idea in my opinion. 

What to use is everyone's choice, image buttons are not sorting but filtering, so they shouldn't look like sorting, besides, there are 14 categories in the game, and if you make buttons with text for each category, they will go off screen.

Edited by 0xF
0xF

Posted

Since I don't see a real problem - I'm not going to change anything, each button has its own purpose and they are arranged to be convenient. It's not hard to figure out what the categories are.

dustyhansen

Posted

Is there any way to have it ignore the tool row in the TC or sort that separately? It always grabs that stuff and moves it down into the TC, which is kinda annoying.

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 3

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.