InfoPanel

Moved

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

5/5, 160 likes
  1. For sure!
    I attach my config file.
    Change your logo URL in line 369
    It's replace the radiation panel, I don't use it.

    Don't forget to like my post :)
     

    Attached Files:

  2. What are the dimensions for the image?
     
  3. You are awesome! great job, i really liked! one more thing, can you add balance bar above level bar?
     
  4. I like your layout but if i use your cfg on my server my info panel disapear. I tried to reload server and reinstall oxide but still not working. Please help.
     
    Last edited by a moderator: Oct 5, 2016
  5. I'm having the same problem. Worked for for 2 weeks until today.

    **EDIT* I had to reinstall the plugin twice but it finally started working again. Hopefully after I configure it it will keep working.
     
    Last edited by a moderator: Oct 5, 2016
  6. After last game update:

    [Oxide] 22:03 [Info] Loaded plugin InfoPanel v0.9.5 by Ghosst / Nogrod
    [Oxide] 22:03 [Error] Failed to initialize plugin 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 22:03 [Debug] at Oxide.Plugins.InfoPanel.LoadConfigValues () [0x00000] in <filename unknown>:0
    at Oxide.Plugins.InfoPanel.Init () [0x00000] in <filename unknown>:0
    at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    [Oxide] 22:03 [Info] Unloaded plugin InfoPanel v0.9.5 by Ghosst / Nogrod
    [Oxide] 22:03 [Info] No previous version to rollback plugin: InfoPanel
     
  7. Check your config on this site JSONLint - The JSON Validator.
     
  8. Sorry, my FTP client bad.
    Thanks for the help :)
     
    Last edited by a moderator: Oct 6, 2016
  9. delete
     
    Last edited by a moderator: Oct 8, 2016
  10. Hey guys! I have a small question.

    Whenever my player count hit over 10, it says 10/10 instead of 10/100 (max players of the server is 100).

    How do i fix that? This is my file:
     

    Attached Files:

  11. Nothing to do with the plugin its only reading info from your server you need to talk to your host
     
  12. You sure? because when looking at the steam overlay it says 10/100, the server can take in 100 players if it wants to it's just that in the info panel it says 15/10 for example instead of 15/100, but when it's under 10 it's normal like 4/100 etc.
     
  13. Thanks buddy !!
     
  14. Does anyone have a json file for the panels to be on top?
     
  15. This is the issue i'm having.. Any idea how i can fix this? Might be an super easy fix but i'm not good with this stuff, any help would be appreciated!
     

    Attached Files:

  16. my friend I am using a version of your "My best edit"
    that I adjusted a little, I changed some icons and more,
    but I want to put the messages box upper on the right, or bottom between the belt sector and the status bars,
    how can I make it?
     
  17. DELETE
     
    Last edited by a moderator: Oct 29, 2016
  18. I like to add InfoPanel to my server. It has a lot of customization capabilities.

    But this is a problem: If you change the way how & what to save in config file or how to read the config file.. then we can start over from scratch with the customization.. to avoid tons of error messages in log file. This is just pain in the a**.

    It would be very nice if you could add version numbers to the config file. Then you could add additional load_config subroutines to your mod. So it could load the current version and maybe the previous version(s) properly and save it newly.

    Thank you in advance!