UiPlus

Adds various custom elements to the user interface

Total Downloads: 14,031 - First Release: Aug 20, 2016 - Last Update: Sep 3, 2017

5/5, 39 likes
  1. this question is for both this plugin and others as well: I'm looking to lower this plugin down the page as it meshes with the chat window and doesn't look clean - it seems as though each item in this plug in has it's own coordinates. I have no idea which numbers mean what - does anyone have a suggestion for me to attempt to learn coordinates and where to try to place things where I'd like?

    I just want it scooched downward like 1/2 an inch. Seems simple... lol.
     
  2. same issue, let me know if you've found a solution.
     
  3. not yet - I found this RustCui - Editor to assist with the coords for the page, but even that isn't really helpful as I don't know how to use it properly. I've already broken my UI with Zlevels Crafting today, haha. I don't wanna break it more..
     
  4. Little problem with different resolutions:

    On 1920 resolutions the UI looks like this:
    https://i.imgur.com/RgI3GpF.png

    On 3440 it looks perfect:
    https://i.imgur.com/U7sjq1o.png

    I originally configured it on a 3440x1440 monitor. I saw screenshots from players and it doesn't display as well on lower resolutions. Is there a way to fix this?
     
  5. Hi, I should have a question like this, can it be set up to the top left?
     
  6. how would I move the uiplus to the bottom right???
     
  7. aha I succeeded - yes it was a pain in the ass but here it is moved down the screen and spaced out a bit.


    I get this error in console which is what I believe is causing the long refresh times on active players. I've overcome this by adding an auto-reload script for this plugin every 10 minutes, so far has no affect on performance and works a charm.

    UiPlus has polluted the global namespace by defining Oxide.Plugins.BasePlugin.BaseUiPlus

    Code:
    {
      "__Create Active panel": true,
      "__Create Clock panel": true,
      "__Create Sleeping panel": true,
      "_Active player counter fill": true,
      "_Clock 24 hour format": true,
      "_Clock show seconds": false,
      "_Clock update frequency in milliseconds": 2000,
      "Active backgroundImage": {
        "Color": "1 0.95 0.875 0.025"
      },
      "Active backgroundRect": {
        "Anchor Max": "0.048 0.036",
        "Anchor Min": "0 0",
        "Offset": "360 0"
      },
      "Active iconImage": {
        "Color": "0.7 0.7 0.7 1",
        "Uri": "http://i.imgur.com/UY0y5ZI.png"
      },
      "Active iconRect": {
        "Anchor Max": "0.325 0.75",
        "Anchor Min": "0 0",
        "Offset": "2 3"
      },
      "Active textRect": {
        "Anchor Max": "1 1",
        "Anchor Min": "0 0",
        "Offset": "24 0"
      },
      "Active textText": {
        "Alignment": "MiddleLeft",
        "Color": "0.85 0.85 0.85 0.5",
        "Font": "RobotoCondensed-Bold.ttf",
        "Font size": "14",
        "Format": "{PLAYERSACTIVE}/{PLAYERMAX}"
      },
      "Clock backgroundImage": {
        "Color": "1 0.95 0.875 0.025"
      },
      "Clock backgroundRect": {
        "Anchor Max": "0.049 0.036",
        "Anchor Min": "0 0",
        "Offset": "290 0"
      },
      "Clock iconImage": {
        "Color": "0.7 0.7 0.7 1",
        "Uri": "http://i.imgur.com/CycsoyW.png"
      },
      "Clock iconRect": {
        "Anchor Max": "0.325 0.75",
        "Anchor Min": "0 0",
        "Offset": "2 3"
      },
      "Clock textRect": {
        "Anchor Max": "1 1",
        "Anchor Min": "0 0",
        "Offset": "24 0"
      },
      "Clock textText": {
        "Alignment": "MiddleLeft",
        "Color": "0.85 0.85 0.85 0.5",
        "Font": "RobotoCondensed-Bold.ttf",
        "Font size": "14",
        "Format": "{TIME}"
      },
      "Sleeping backgroundImage": {
        "Color": "1 0.95 0.875 0.025"
      },
      "Sleeping backgroundRect": {
        "Anchor Max": "0.049 0.036",
        "Anchor Min": "0 0",
        "Offset": "220 0"
      },
      "Sleeping iconImage": {
        "Color": "0.7 0.7 0.7 1",
        "Uri": "http://i.imgur.com/mvUBBOB.png"
      },
      "Sleeping iconRect": {
        "Anchor Max": "0.325 0.75",
        "Anchor Min": "0 0",
        "Offset": "2 3"
      },
      "Sleeping textRect": {
        "Anchor Max": "1 1",
        "Anchor Min": "0 0",
        "Offset": "24 0"
      },
      "Sleeping textText": {
        "Alignment": "MiddleLeft",
        "Color": "0.85 0.85 0.85 0.5",
        "Font": "RobotoCondensed-Bold.ttf",
        "Font size": "14",
        "Format": "{PLAYERSSLEEPING}"
      }
    }
     
    Last edited by a moderator: Aug 5, 2018
  8. thank you so much and just asking what the icon size?
     
    Last edited by a moderator: Aug 5, 2018
  9. I was wondering when will the "icon indicating helicopter alerts" be added to this plugin? I know the infopanel plugin gives the heli indicator, but overall I prefer this plugin as it looks great even in low settings, unlike the infopanel plugin. Does anyone know when the plugin will get the planned indicators, especially the "icon indicating helicopter alerts?"
     
  10. -------------FIXED-------------
    What Means Anchor? I mean Anchor Max and Min. And what is the Offset.

    In the case 64/100 players are online, the number is shown a bit too far to the right over the next icon. i want to make the field a littlebit larger.

    can someone help? i read the comments but i dont understand what they are meaning or doing or what exactly is there problem. I work with a translator and if slangs or proper names are used this will not work. By analogy I understand partly what is meant but this is not enough.

    -------------FIXED-------------


    PHP:
    "_Active player counter fill"false,
     
    Last edited by a moderator: Aug 20, 2018
  11. How can uiplus move the hologram?