Jump to content

4 Screenshots

  • 12.1k
  • 113
  • 11.43 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



SlayersRust

Posted

Does this support sorting into Coffins?

Mercury

Posted

3 hours ago, SlayersRust said:

Does this support sorting into Coffins?

Yes

ViolationHandler.exe

Posted

Wouldn't miniguns cause issues with the UI? More specifically when you click on a minigun given that it has 2 options rather than one (unload minigun and drop)?

Mercury

Posted

2 hours ago, ViolationHandler.exe said:

Wouldn't miniguns cause issues with the UI? More specifically when you click on a minigun given that it has 2 options rather than one (unload minigun and drop)?

Hi, no - this will not cause problems, because where the minigun is charging, the sorting interface does not turn on

  • Like 1
tamwilson1979

Posted (edited)

i am having issues with the option to put all items when clicked nothing happens  sort and put similar items works ok just put all items i cant get working ?

 

 

( never mind  after relogging in the server it works now i should have tried that first lol )

Edited by tamwilson1979
  • Like 1
puddingking130

Posted

Does this work/show with Better Backpacks when opening?

Mercury

Posted

10 hours ago, puddingking130 said:

Does this work/show with Better Backpacks when opening?

I can't give an exact answer, if it uses a certain kind of "object" as storage, then this will be supported depending on the list that is provided in the description of the plugin

dustyhansen

Posted

Can I see the config file for this plugin? Also, is there any protection in place to enforce stack size limit differences between containers? For example, if the TC has 3x stack sizes and I take all items to my inventory, will it keep the 3x stack sizes or enforce my inventory stack sizes?

Mercury

Posted

3 hours ago, dustyhansen said:

Can I see the config file for this plugin? Also, is there any protection in place to enforce stack size limit differences between containers? For example, if the TC has 3x stack sizes and I take all items to my inventory, will it keep the 3x stack sizes or enforce my inventory stack sizes?

The plugin sorts everything according to the free space in the container and the amount that your stacks support

Configuration
 

{
  "Setting up the shift of the UI position in the inventory": {
    "Left offset (-N), Right offset (N)": 0.0,
    "Up offset (-N), Down offset (N)": 0.0
  },
  "Setting up the shift of the UI position in the storage container": {
    "Left offset (-N), Right offset (N)": 0.0,
    "Up offset (-N), Down offset (N)": 0.0
  },
  "Setting up the shift of the UI position in the oven": {
    "Left offset (-N), Right offset (N)": 0.0,
    "Up offset (-N), Down offset (N)": 0.0
  },
  "Setting up the sorting order": [
    "Weapon",
    "Attire",
    "Tool",
    "Ammunition",
    "Construction",
    "Items",
    "Resources",
    "Component",
    "Medical",
    "Food",
    "Traps",
    "Electrical",
    "Mics",
    "Fun"
  ]
}

 

dustyhansen

Posted

On 10/26/2024 at 2:58 PM, Mercury said:

The plugin sorts everything according to the free space in the container and the amount that your stacks support

I bought this and this is not exactly true. As I suspected, if you have a stack size greater than the container allows, it will still let you put the large stack size in the container. It does not enforce the stack size of the container.

dustyhansen

Posted

On 11/30/2024 at 1:56 PM, dustyhansen said:

I bought this and this is not exactly true. As I suspected, if you have a stack size greater than the container allows, it will still let you put the large stack size in the container. It does not enforce the stack size of the container.

Any thoughts on this?

Mercury

Posted

On 11/30/2024 at 10:56 PM, dustyhansen said:

I bought this and this is not exactly true. As I suspected, if you have a stack size greater than the container allows, it will still let you put the large stack size in the container. It does not enforce the stack size of the container.

In my sorting, there is no work with the quantity in a stack, stack plugins do this, my plugin only transfers items between the allowed maximum quantity in one stack.

Mercury

Posted

Maybe I don't understand you, maybe you could send a video?

dustyhansen

Posted

5 hours ago, Mercury said:

Maybe I don't understand you, maybe you could send a video?

I can try to send a video, but in the meantime let me explain better because the video needs an explanation as well.

I have increased the stack size of wood on my server to 5k for player's inventory and boxes, etc. using a Stacks plugin.

I also am using a Vending Custom Setup plugin from uMod that let's me tweak the output of the stone/wood exchange vending machine to higher stack sizes. I have this set at 20k.

So a player can get a 20k stack of wood from the vending machine put in their inventory. But when they move that stack to a box, I want the box limit to apply of 5k. So I want the 20k stack to take up 4 slots of 5k stacks in the box. But instead, when they hit the button it just moves the 20k stack from their inventory to one slot in the box.

Is there no way to force the stack size limit of 5k in the container when hitting the button to transfer loot?

Is the stack size plugin supposed to do this instead?

Or is this just how the game works and it can't be changed?

CoreSnap

Posted (edited)

3 hours ago, dustyhansen said:

@Mercury did you see my response above?

That's not how stack size plugins work. If you have a stack and transfer said stack, whatever that stack is will remain. The stack plugin will only enforce it when you go to separate the stack, in which you'd have to manually pull 3 separate stacks off of the 20k, leaving you with 4 total stacks of 5k. This is the vanilla function of Rust. If an admin gives you 20k of a resource like wood, you'd manually pull each stack of 1000 from it. That could possibly be done, but I wouldn't expect that from this plugin. 

Edited by CoreSnap
dustyhansen

Posted

3 hours ago, CoreSnap said:

That's not how stack size plugins work. If you have a stack and transfer said stack, whatever that stack is will remain. The stack plugin will only enforce it when you go to separate the stack, in which you'd have to manually pull 3 separate stacks off of the 20k, leaving you with 4 total stacks of 5k. This is the vanilla function of Rust. If an admin gives you 20k of a resource like wood, you'd manually pull each stack of 1000 from it. That could possibly be done, but I wouldn't expect that from this plugin. 

Ok, thanks for the explanation. Maybe I will see if something can be written to enforce that then. 

CoreSnap

Posted

4 hours ago, dustyhansen said:

Ok, thanks for the explanation. Maybe I will see if something can be written to enforce that then. 

yeh, no problem. Definitely worth asking to see if that can be implemented somehow. I love when everything is just automatic. lol 

OgJoker

Posted

Is there any way to add a hotkey to the take all button and put all button?

Srtzero

Posted (edited)

Hi. Love how clean the plugin looks. Almost like it was default Rust UI. Just one request. Would it be possible to have the buttons also show when we open our player inventory to sort instead of only when accessing storage?

 

Edited by Srtzero
Mercury

Posted

On 2/12/2025 at 2:55 AM, Srtzero said:

Hi. Love how clean the plugin looks. Almost like it was default Rust UI. Just one request. Would it be possible to have the buttons also show when we open our player inventory to sort instead of only when accessing storage?

 

Unfortunately, there is no such technical possibility in Oxide, I will not be able to catch the opening of the user's inventory using a hook.

Srtzero

Posted

7 hours ago, Mercury said:

Unfortunately, there is no such technical possibility in Oxide, I will not be able to catch the opening of the user's inventory using a hook.

I think there is a way. Could you check UItemSort - Plugins - Codefling. Under his updates it says Ui will open on inventory only. I just dont like his UI. Why I chose yours. Plus, I'm loyal. I have quite a few of your IQ plugins. 🙂 

  • Like 1
Srtzero

Posted

On 2/15/2025 at 5:43 PM, Srtzero said:

I think there is a way. Could you check UItemSort - Plugins - Codefling. Under his updates it says Ui will open on inventory only. I just dont like his UI. Why I chose yours. Plus, I'm loyal. I have quite a few of your IQ plugins. 🙂 

Here is the plugin I was speaking about. His changelog states "UI is now displayed in inventory without need to open storage container."

 

Srtzero

Posted

Also a quick question. Do you plan at all to make more of your plugins Carbon compatible like your IQ Chat plugin? Out of the 5 plugins I have from you only IQ chat is currently compatible with Carbon. Either way thanks for the great plugins.

Tangerine

Posted

On 2/15/2025 at 6:43 PM, Srtzero said:

I think there is a way. Could you check UItemSort - Plugins - Codefling. Under his updates it says Ui will open on inventory only. I just dont like his UI. Why I chose yours. Plus, I'm loyal. I have quite a few of your IQ plugins. 🙂 

So, why not to leave feedback about it? I would add configuration for that, even when this plugin is exact copy of mine with couple small modifications.

  • Confused 1

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

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.