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
  1. Wulf

    Wulf Community Admin

  2. tell me how to make this color "#86b040" worked in this line - Button = { Command = "quicksort.loot", Color = "0 0.7 0 0.5" },
     
  3. 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.
     
  4. Wulf

    Wulf Community Admin

    I believe it is RGB, so try HEX to RGB Converter. The 4th number is transparency.

    I'll add an option.
     
  5. hee who can fix the plugin in a new update pleas
     
  6. Wulf

    Wulf Community Admin

    What is the issue? Any errors? Any details?
     
  7. its not good its overlay crafting
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    You can adjust it by modifying the config, not super easy. I'll be adding some alternate locations soon though.
     
  9. thanks :D
     
  10. 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);
    It is necessary to combine all the commands under one button.
    Command: quicksort items, quicksort traps, quicksort construction.
     
  11. any luck on moving this? so it does not overlap thanks.. i tried and failed lol
     
  12. You mean this?

    [​IMG]

    with some minutes, maybe 1 or 2 hours testing you can achieve it !
     
  13. tried failed broke it to many times lol
     
  14. send me your Steam id by PM and maybe we can do some arrangment.
     
  15. Players are suggesting Components should be added to the menu, thanks!
     
  16. would u like to share ur knowledge public and tell how its moved?

    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
    20161215133608_1.jpg

    and for ppl who dont want to find it there is file attached :)

    E2. values for next to status bars
    Code:
    AnchorMin = "0.65 0.004", AnchorMax = "0.83 0.149"
     
    Last edited by a moderator: Dec 15, 2016
  17. 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.