InfoPanel

Moved

Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018

5/5, 160 likes
  1. In next version...until this, change "{GetPoints(panel.Key)}" to "{GetPoints(panel.Key):N0}"
     
  2. thanks very much for this update
    support is incoming on a different way ;-)
     
    Last edited by a moderator: Mar 13, 2018
  3. NVM Silly mistake.
     
  4. How to make GUI looks like ingame bars that use some kind of noise texture? I mean is it possible to add background image with alpha channel for docks or panels? I saw it on few servers.

    Here is the texture that Rust used for noise.
     

    Attached Files:

    • 2.png
      2.png
      File size:
      111.3 KB
      Views:
      256
  5. I'm slightly new to this and have 2 questions. How do I remove the RP points and Money panel? I changed each from true to false in the config file and they are still there. Also, I can't seem to change the welcome box panel to say anything other than the default message set.

    Thanks for any help! :)
     

  6. Open the Infopanel config and scroll down to where the types of docks are described, for currency bar look for something like this:

    Code:
    "Balance": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": false,
          "BackgroundColor": "0.32 0.32 0.31 0.4",
          "Dock": "BottomLeftDockRP",
          "FadeOut": 0.0,
          "Height": 1,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Available": false,
            "BackgroundColor": "0 0 0 0.4",
            "Height": 0.8,
            "Margin": "0 0.01 0.1 0.01",
            "Order": 1,
            "Url": "http://i.imgur.com/HhL5TvU.png",
            "Width": 0.1
          },
          "Margin": "0 0 0 0.01",
          "Order": 7,
          "PanelSettings": {
            "RefreshRate(s)": "5"
          },
    Notice where Available is set to false, do the same and now check for the name of the Dock. (in this case: BottomLeftDockRP)

    Scroll back up to where the dock is described, should look like this:

    Code:
     "BottomLeftDockRP": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Available": true,
          "BackgroundColor": "0 0 0 0",
          "Height": 0.028,
          "Margin": "0.005 0.1458 0.015 0.005",
          "Width": 0.15
        }
    Now also set Available to ''false'' here to and save the config file.
    Now you should be good!

    You Custom messages have to be placed under ''Messagebox'' desciption in this same file.
    Look for the standard texts typed out and change them, to add lines i suggest you cope paste 1 of the lines and then change the text.
     
  7. can i change font type?
     
  8. Hey i need help remaking this config/json or how ever you call it. I really would like exactly the same gui.
     

    Attached Files:

  9. I'm trying to use this plugin for just the COMPASS, but I'm trying to put the compass on TOP CENTER of the screen. I can't figure it out for the life of me.
     
  10. change this
    Code:
    "Comp": {
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.165",
          "Width": 0.19
        },
    to this
    Code:
    "Comp": {
          "AnchorX": "Right",
          "AnchorY": "Top",
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.165",
          "Width": 0.19
        },
    Then change the margin to where you want
     
  11. Can someone help me? I wanna customize where on the screen the images are but I'm having some issues.
    If you can explain that would be great!

    If your nice enough to do it then explain that would be amazing!

    I'm using default config but I want to remove points and currency, Which I did, but I wanted players, sleepers, airdrop, and helicopter panels to be all the way to the left on edge of the screen. Then I want the XYZ Cords, time, and the compass to be all the way to the left on edge of the screen. Lastly, I want the Auto message module to be a little wider maybe till half screen? Thank you whoever can help me!
     
  12. My pictures are really low quality i cant fix it please help
    upload_2018-3-28_17-59-40.png
     
  13. looks high res to me
     
  14. Hey is it possible I can use ur config? it would help me a ton! <3
     
  15. Can you do a screen shot of what you are wanting?
     
  16. I want what he has in this screenshot, but also the timed messages in the top middle of the screen [​IMG]
     
  17. ooooh. i believe someone shared their config a few pages prior that has this setup :)
     
  18. Found the config

    Can you make everything on the bottom left but the auto messages in the middle. This is how it looks now
    Screenshot - 86dea7a8bc25b61ac0ccc0cbab7c6634 - Gyazo <-- BTW THE ESP Chat thing is a plugin haha

    {
    "CompassDirections": {
    "e": "East",
    "n": "North",
    "ne": "Northeast",
    "nw": "Northwest",
    "s": "South",
    "se": "Southeast",
    "sw": "Southwest",
    "w": "West"
    },
    "Docks": {
    "BottomLeftDock": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.03,
    "Margin": "0.005 0.162 0.005 0.005",
    "Width": 0.18
    },
    "BottomRightDock": {
    "AnchorX": "Right",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.03,
    "Margin": "0.005 0.005 0.005 0.165",
    "Width": 0.19
    },
    "TopLeftDock": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.03,
    "Margin": "0.005 0.175 0.005 0.005",
    "Width": 0.175
    },
    "TopRightDock": {
    "AnchorX": "Right",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.03,
    "Margin": "0.005 0.005 0.005 0.005",
    "Width": 0.39
    },
    "BottomDock": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Height": 0.03,
    "Margin": "0.005 0.005 0.005 0.005",
    "Width": 0.99
    },
    "TopDock": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Height": 0.03,
    "Margin": "0.005 0.005 0.005 0.005",
    "Width": 0.99
    },
    "Time": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Height": 0.03,
    "Margin": "0.005 0.035 0.005 0.035",
    "Width": 0.035
    },
    "Players": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.074 0.005 0.0695",
    "Width": 0.062
    },
    "Sleepers1": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.1404 0.005 0.14",
    "Width": 0.052
    },
    "Airdrop": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.197 0.005 0.196",
    "Width": 0.018
    },
    "Helicopter": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.2199 0.005 0.2215",
    "Width": 0.03
    },
    "Cords": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.2545 0.005 0.3",
    "Width": 0.2
    },
    "Message": {
    "AnchorX": "Left",
    "AnchorY": "Top",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.03,
    "Margin": "0.005 0.359 0.005 0.2525",
    "Width": 0.5
    }
    },
    "Messages": [
    "Welcome!",
    "Respect all players",
    "Pizza is good",
    "x25 gather bonus",
    "Tip: press F1 and type bind b backpacks.open",
    "Fishing is available"
    ],
    "Panels": {
    "AirdropEvent": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Airdrop",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0",
    "Height": 0.55,
    "Margin": "0 0.19 0.18 0.18",
    "Order": 1,
    "Url": "http://i.imgur.com/CibgP2c.png",
    "Width": 0.55
    },
    "Margin": "0 0 0 0.005",
    "Order": 4,
    "PanelSettings": {
    "ActiveColor": "0 0 1 1",
    "InactiveColor": "1 1 1 1"
    },
    "Width": 1
    },
    "Balance": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Dock": "BottomLeftDock",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.8,
    "Margin": "0 0.01 0.1 0.01",
    "Order": 1,
    "Url": "http://i.imgur.com/HhL5TvU.png",
    "Width": 0.1
    },
    "Margin": "0 0 0 0.01",
    "Order": 7,
    "PanelSettings": {
    "RefreshRate(s)": "5"
    },
    "Text": {
    "Align": "MiddleCenter",
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 12,
    "Height": 1.0,
    "Margin": "0 0.02 0 0",
    "Order": 2,
    "Width": 0.848
    },
    "Width": 0.8
    },
    "Clock": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.1 0.1 0.1 0",
    "Dock": "Time",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Margin": "0 0 0 0",
    "Order": 1,
    "PanelSettings": {
    "ClockUpdateFrequency (seconds)": 20,
    "TimeFormat": "HH:mm"
    },
    "Text": {
    "Align": 4,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 15,
    "Height": 0.95,
    "Margin": "0 0.01 0 0",
    "Order": 0,
    "Width": 1.0
    },
    "Width": 1
    },
    "Compass": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Dock": "BottomRightDock",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.8,
    "Margin": "0 0.01 0.1 0.03",
    "Order": 1,
    "Url": "http://i.imgur.com/dG5nOOJ.png",
    "Width": 0.188
    },
    "Margin": "0 0 0 0.01",
    "Order": 8,
    "PanelSettings": {
    "RefreshRate(s)": "1",
    "TextOrAngle": "text"
    },
    "Text": {
    "Align": "MiddleCenter",
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 12,
    "Height": 1.0,
    "Margin": "0 0.02 0 0",
    "Order": 2,
    "Width": 0.76
    },
    "Width": 0.5
    },
    "Coordinates": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Cords",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.8,
    "Margin": "0 0.01 0.075 0",
    "Order": 1,
    "Url": "https://i.imgur.com/PjuE2AZ.png",
    "Width": 0.13
    },
    "Margin": "0 0 0 0.01",
    "Order": 7,
    "PanelSettings": {
    "RefreshRate(s)": "3"
    },
    "Text": {
    "Align": "MiddleCenter",
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 12,
    "Height": 1.0,
    "Margin": "0 0 0 0",
    "Order": 2,
    "Width": 0.848
    },
    "Width": 0.5
    },
    "HelicopterEvent": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Helicopter",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 1.3,
    "Margin": "0 0.12 -0.2 0.13",
    "Order": 1,
    "Url": "http://i.imgur.com/pBoGZgG.png",
    "Width": 0.71
    },
    "Margin": "0 0 0 0.0005",
    "Order": 5,
    "PanelSettings": {
    "ActiveColor": "1 0 0 1",
    "InactiveColor": "1 1 1 1"
    },
    "Width": 1
    },
    "MessageBox": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Message",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Margin": "0 0 0 0.005",
    "Order": 7,
    "PanelSettings": {
    "MessageUpdateFrequency (seconds)": 15,
    "MsgOrder": "normal"
    },
    "Text": {
    "Align": 3,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 14,
    "Height": 0.95,
    "Margin": "0 0.01 0 0.005",
    "Order": 0,
    "Width": 1.0
    },
    "Width": 1
    },
    "OPlayers": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Players",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.55,
    "Margin": "0 0.05 0.18 0.08",
    "Order": 1,
    "Url": "http://i.imgur.com/gdBmzCN.png",
    "Width": 0.15
    },
    "Margin": "0 0 0 0.005",
    "Order": 2,
    "Text": {
    "Align": 4,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 15,
    "Height": 1.0,
    "Margin": "0 -0.15 0 -0.12",
    "Order": 2,
    "Width": 0.85
    },
    "Width": 1
    },
    "Radiation": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": false,
    "BackgroundColor": "0 0 0 0.4",
    "Dock": "TopLeftDock",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.8,
    "Margin": "0 0.15 0.1 0.1",
    "Order": 1,
    "Url": "http://i.imgur.com/owVdFsK.png",
    "Width": 0.75
    },
    "Margin": "0 0 0 0.01",
    "Order": 6,
    "PanelSettings": {
    "ActiveColor": "1 1 0 1",
    "InactiveColor": "1 1 1 0.1",
    "RefreshRate(s)": "3"
    },
    "Width": 0.1
    },
    "Sleepers": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0.203 0.596 0.858 0.6",
    "Dock": "Sleepers1",
    "FadeOut": 0.0,
    "Height": 0.95,
    "Image": {
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Height": 0.55,
    "Margin": "0 0.055 0.18 0.08",
    "Order": 1,
    "Url": "https://i.imgur.com/OlF6qLV.png",
    "Width": 0.325
    },
    "Margin": "0 0 0 0.005",
    "Order": 3,
    "Text": {
    "Align": 4,
    "AnchorX": "Left",
    "AnchorY": "Bottom",
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Content": "No Content",
    "FadeIn": 0.0,
    "FadeOut": 0.0,
    "FontColor": "1 1 1 1",
    "FontSize": 15,
    "Height": 1.0,
    "Margin": "0 -0.15 0 -0.12",
    "Order": 2,
    "Width": 0.775
    },
    "Width": 1
    }
    },
    "ThirdPartyPanels": {},
    "TimeFormats": [
    "H:mm",
    "HH:mm",
    "h:mm",
    "h:mm tt"
    ]
    }

    Attached Files:
     
  19. Thats my config xD i was saying someone else did the bottom left like you wanted a few pages back. i don't remember what page now because its been a while
     
  20. I like this config ;) Can you do what I ask or u busy? Thanks in advance!