1. thanks for plugin!
     
    Last edited by a moderator: Feb 15, 2017
  2. Very Nice work sir, thinking about letting us anchor graphic were we would like it?
    and maybe an option to "Opt Out", as in vote every other night... or every three...
     
  3. Fantastic plugin, seriously! This is what we like to see, the bar needs polishing a little though, as it's withdrawing too much towards the start and then it forms a line for a moment or two.
     
    Last edited by a moderator: Feb 16, 2017
  4. im getting the following errors when i load the plugin/ reload it
    [02/16/2017 21:30:19] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\timericon.png
    [02/16/2017 21:30:19] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\progressbargreen.png
    [02/16/2017 21:30:19] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\progressbarorange.png
    [02/16/2017 21:30:19] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\progressbarred.png
    [02/16/2017 21:30:46] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\timericon.png
    [02/16/2017 21:30:46] Image loading fail! Error: Couldn't open file \oxide\data\unitycore\Images\progressbargreen.png
    anyone know what the issue is?
     
  5. i have the image library installed yes, anyway to find out how version is installed?
     
  6. Awesome plugin
     
  7. both the progress bars look fine but the timer icon is really small and stretched out, any fix for this? other than that awesome plugin!
     
  8. How hard is it to upload a zip with these images properly named? lol
     
  9. How hard is it to save them ;)
     
  10. can anyone help with this issue im getting please?
     
  11. Do you even have folder for pictures or pictures inside?
     
  12. You need to create the folder \oxide\data\unitycore\Images\ and then place the images inside it.
     
  13. how can i make the UI say only /day at the top of it?
     
  14. Wulf

    Wulf Community Admin

    You should be able to edit the oxide/lang file for it.
     
  15. thanks, then does that make the command /day too?
     
  16. Change line 355 of GUISkipNight.cs (Plugin itself) from [ChatCommand("voteday")] to [ChatCommand("day")]
     
  17. thanks man!
     
  18. A lot less difficult than acquiring an understanding of efficiency and error reduction apparently.
     
  19. You should set your ResourceId in the .cs file instead of defaulting it to zero.

    Example before for Line 14
    Code:
     [Info("GUISkipNight", "Tyran", "1.0.2", ResourceId = 2327)]
    This way, anyone using an plugin updater, such as myself, won't have to manually do so each time there's an update to the plugin.

    Other than that, great job! Love the plugin!