InfoPanel

Moved

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

5/5, 160 likes
  1. Wulf

    Wulf Community Admin

    That could be anything, but wouldn't be related to why this plugin was updated.
     
  2. Can you Chuck us a PM? I can be more specific about what the error actually is. After reading the past similar issues to what I have it has been directed at Oxide CSarp Assembly. I can describe the error and shoe you what's going on with the plugin. Last time someone had this K1lly0u provided a Pre-release CSharp ill for oxide
     
    Last edited by a moderator: Nov 10, 2017
  3. Wulf

    Wulf Community Admin

    Please use the plugin's support thread. We also do not support any third-party builds, so if they are using that then we do not support them.
     
  4. o relógio não aparece HELP ME PLEASE
     
  5. Wulf

    Wulf Community Admin

    With what?
     
  6. kk sempre tem uns br perdido
    [DOUBLEPOST=1510453472][/DOUBLEPOST]
    can you share?
     
  7. is it possible to use HEX colorcodes for the infopanel text field or just works <color=red> </color> ?
     
  8. Wulf

    Wulf Community Admin

    See Oxide API for Rust.
     
  9. me ajuda ai mano kk
     
  10. is there anyway to get this to scale with the in game UI scale?
    and maybe go under when inventory or crafting windows are present?
     
  11. Not sure about UI scaling but for hiding it when Inventory / Crafting open you have to change the .cs file:

    Find:
    Code:
    public string ParentName { get; set; } = "Overlay";
    Change to:
    Code:
    public string ParentName { get; set; } = "Hud";
    Save and upload to server.
     
  12. thanks, that works :) still would be nice if it scaled with in game UI scale.
     
  13. Np's :) Indeed it would, though I don't think any CUI does. Though could be wrong and would like that too tbh
     
  14. Wulf

    Wulf Community Admin

    Rust doesn't provide a way for it to.
     
  15. Aaaaah didn't think it did. I just set all the CUI for a 1080P size as that would be the majority one would assume
     
  16. I was wondering if someone could be so kind in helping me with a situation I am causing with info panel.
    Attached is a screenshot of a doodle I did for quick reference.
    Essentially I am attempting to do three things. Move specific panels, delete two panels and move the bottom panel slightly lower.
    I have attempted to go into the config Json and remove what I thought were the panels but either a. completely stopped working b. or moved the panels in a completely odd direction.
    In my diagram I am attempting to :
    1: Move top panel to the very bottom left (Plyr/Slpr/Air/Heli/Rad)
    2: The last slot available on above Top Panel, Move clock to
    3: Delete Economy Panel -
    4: Delete Nav/Directional Panel
    5: Move Info Panel to connect with (now) Top Panel all the way to the bottom
    6: Move Bottom Panel slightly lower to logo

    Hope it is not to much to ask how to achieve this but would very much appreciate the assist on this.
     

    Attached Files:

  17. here's the one I made :) [​IMG]
     
  18. Hey All,

    Thanks for the great images. (as the default ones are blurred on some resolutions)

    I assume I am not meant to reference the images directly from the forums here.
    Can I get the URL's so the config files can be updated?

    Also, if I was to change the "http://" to "file://" can I find if someone has done this successfully and exactly what text they used?
    I would be aiming for oxide/data/InfoPanel/img/ as per AdminPanel

    Would the author consider an imagecache like AdminPanel uses?

    Thanks for reading.
    Hook.

    edit:
    Compass; http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/compass-icon.png
    thanks to XNeo -> InfoPanel | Page 126 | Oxide .

    Radiation
    Map Pointer
    Helicoptor
    Plane
    Clock
    Players
    Sleepers
     
    Last edited by a moderator: Nov 18, 2017
  19. Glen, taht is awesome man. Would you possibly mind sharing your scaling?