#86b040

QuickSort
Adds a GUI that allows players to quickly sort items into containers
Total Downloads: 14,563 - First Release: Jul 26, 2015 - Last Update: Mar 31, 2017
- 5/5, 44 likes
-
Wulf Community Admin
-
Thank you)
-
tell me how to make this color "#86b040" worked in this line - Button = { Command = "quicksort.loot", Color = "0 0.7 0 0.5" },
-
Plugin is awesome but must be fixed. It moves what I wear too. It must use just inventory now what I wear or items on 1 2 3 4 5 6 . Thanks.
-
Wulf Community Admin
-
hee who can fix the plugin in a new update pleas
-
Wulf Community Admin
-
its not good its overlay crafting
Attached Files:
-
-
Wulf Community Admin
-
-
how to move the menu here - the Радикал-Фото: Картинка ?
-
-
Hello! Help please, here in this...
Code:{ Button = { Command = "quicksort items", Color = "0 0.7 0 0.5" }, RectTransform = { AnchorMin = "0.67 0.05", AnchorMax = "0.97 0.23" }, Text = { Text = Lang("DepositItems"), FontSize = 12, Align = TextAnchor.MiddleCenter } }, panel);
Command: quicksort items, quicksort traps, quicksort construction. -
any luck on moving this? so it does not overlap thanks.. i tried and failed lol
-
with some minutes, maybe 1 or 2 hours testing you can achieve it ! -
-
-
Players are suggesting Components should be added to the menu, thanks!
-
e: just figured out how to move it. if u want to move it near center use that
player.inventory.loot.entitySource.gameObject.AddComponent<UIDestroyer>();
guiInfo[player.userID] = CuiHelper.GetGuid();
var elements = new CuiElementContainer();
var panel = elements.Add(new CuiPanel
{
Image = { Color = "0.5 0.5 0.5 0.33" },
RectTransform = { AnchorMin = "0.377 0.569", AnchorMax = "0.623 0.76" }
there is more than enough from that code, but just to locate it. bold one are settings to move it (found nearly end of plugin file)
result should be
and for ppl who dont want to find it there is file attached
E2. values for next to status barsCode:AnchorMin = "0.65 0.004", AnchorMax = "0.83 0.149"
Last edited by a moderator: Dec 15, 2016 -
Wulf
can you add a command for deactive this individualy for each player?
Some of my players are still using 4:3 resolution and the Quicksort UI is overlaying over the original UI of Rust.