Jump to content

1 Screenshot

Recommended Comments



Zandler

Posted

I seen other plugins with this Hud, Just wondering if it announces in chat when some shots Bradey, Heli, ect

FandangoChristmas

Posted

This is the best hud for servers! Thank you for this awesome plugin, it really puts to shame all the others.

  • Like 1
AhigaO

Posted

On 8/7/2023 at 6:02 PM, Zandler said:

I seen other plugins with this Hud, Just wondering if it announces in chat when some shots Bradey, Heli, ect

Hello. No

BadLandPVE

Posted

supports this plugins?
Space
nuclear plant event
Raidable bases
Air event

TacTicToe

Posted

Do you have an image template we can use for creating icon for events? The ones I tried just dont work. Looks like yours are a small black dot with an image of sorts in it. Or if you have icons for the other events that are not in your script,  that would be great too.

Gas Station
Junk Yard
Arctic Base
Shipwreck
Staellite Dish 

Are what I am looking for atm.  Thanks!

DeltaEremita

Posted (edited)

Hey man, good night, what about  putting the opacity option to HUD buttom, so that when players chose to Hide it all, doesnt appears a big black buttom on the top left?
A Scale for that buttom would be nice too... Thanks!

Edited by DeltaEremita
  • Like 3
hazmatwearer001

Posted (edited)

I notice that it says it supports any event that has Hooks. I've tried to get it to work with AirEvent and WaterEvent, config is setup correctly, and latest version of all 3 plugins, just never turns the icon green. Don't think there's any errors in console when the event starts but the HUD fails to change icon colour either, but I will double check the console.
Icon URLs are functional ones in server config, discord attachment links hence removed here. Thanks for the amazing plugin and great support! I notice the plugin was Merged, did this one supersede another, or did this one get superseded by a V2 of some sort? I may consider the newer one if it touts even more impressiveness. 

  {
      "Hook OnEventStart": "OnAirEventStart",
      "Hook OnEventStop": "OnAirEventEnd",
      "Name": "AirEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_airevent.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Hook OnEventStart": "OnWaterEventStart",
      "Hook OnEventStop": "OnWaterEventEnd",
      "Name": "WaterEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_waterevent.png",
      "Color": "#fff",
      "Enable": true
    }

Edited by hazmatwearer001
  • Like 1
hazmatwearer001

Posted (edited)

2 hours ago, hazmatwearer001 said:

I notice that it says it supports any event that has Hooks. I've tried to get it to work with AirEvent and WaterEvent, config is setup correctly, and latest version of all 3 plugins, just never turns the icon green. Don't think there's any errors in console when the event starts but the HUD fails to change icon colour either, but I will double check the console.
Icon URLs are functional ones in server config, discord attachment links hence removed here. Thanks for the amazing plugin and great support! I notice the plugin was Merged, did this one supersede another, or did this one get superseded by a V2 of some sort? I may consider the newer one if it touts even more impressiveness. 

  {
      "Hook OnEventStart": "OnAirEventStart",
      "Hook OnEventStop": "OnAirEventEnd",
      "Name": "AirEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_airevent.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Hook OnEventStart": "OnWaterEventStart",
      "Hook OnEventStop": "OnWaterEventEnd",
      "Name": "WaterEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_waterevent.png",
      "Color": "#fff",
      "Enable": true
    }

@DelltusI saw you liked my comment and as such I went ahead and fixed this issue myself for the community, 
Inside Hub.cs, search 'Harbor', you will find a few results. Look for these sections:
Line 246, the parameter for Harbor ends. if you then copy the section for harbor and paste it twice, then changing the Harbor related information until you have as shown in these images. once you have the first section complete, move on to where you next find a result for Harbor in the .cs file. you'll come across these lines, if you add the following lines for Air and Water event, it will work flawlessly. Just download the Harbor image from the discord attachment, open it in photoshop, make your own icons for the events you add, and use the link to your new custom icon for your server HUD, as this doesn't come with icons for Air/Water event and I have made my own

TL:DR I fixed the Air and Water event icons not reacting when the hooks are called, and provide a basic guideline on how you can do this yourself for future events you may need to patch in without the developer's support.
         
     

HUDcustomEventIconFix1.PNG

HUDcustomEventIconFix2.PNG

Edited by hazmatwearer001
  • Like 1
Raiven_007

Posted

Trying to see how I would add a size tag to the Info Messages that display underneath my Compass from HUD? Would I just add something like this: "Size": 15, in the config? 

image.png.d0a9d8264211a4b62bd3560a21d4355d.png

hazmatwearer001

Posted (edited)

1 hour ago, Raiven_007 said:

Trying to see how I would add a size tag to the Info Messages that display underneath my Compass from HUD? Would I just add something like this: "Size": 15, in the config? 

 

image.png.d0a9d8264211a4b62bd3560a21d4355d.png

@Raiven_007it supports the same method as welcome panel:

just like welcome panel.PNG

Edited by hazmatwearer001
Raiven_007

Posted

On 8/17/2023 at 7:05 PM, hazmatwearer001 said:

@Raiven_007it supports the same method as welcome panel:

just like welcome panel.PNG

Thx!

  • Love 1
Maximo

Posted

Nice update, looks good. We definitely need more icons if we want to add more events to the config

  • Like 1
hazmatwearer001

Posted (edited)

1 hour ago, Maximo said:

Nice update, looks good. We definitely need more icons if we want to add more events to the config

I personally use Phosphor Icons for my event Icons, for the most part, (the Developer for Players UI suggested this website as a good idea, and just like these icons, their plugin is also worth a look!) with Air Event's icon instead being made by silhouetting and rescaling a screenshot of the Airship.

Edited by hazmatwearer001
  • Like 1
humboldt.scott420

Posted

the new player driven attack helicopter causes the heli indicator to light up

Black Drake

Posted

3 hours ago, humboldt.scott420 said:

the new player driven attack helicopter causes the heli indicator to light up

I have found that to be true as well.   If an attackhelicopter.entity is on the map, the PatrolHelicopter indicator remains on as if the Patrol Helicopter is on the map.

Azmo

Posted (edited)

4 hours ago, humboldt.scott420 said:

the new player driven attack helicopter causes the heli indicator to light up

Can be bandaided by replacing BaseHelicopter to PatrolHelicopter in the plugin file
Until plugin is updated 🙂

Edited by Azmo
BetterDeadThanZed

Posted

Time doesn't progress and economic money doesn't display correct amount as more is added to a player's balance since the wipe.

Black Drake

Posted

12 hours ago, Azmo said:

Can be bandaided by replacing BaseHelicopter to PatrolHelicopter in the plugin file
Until plugin is updated 🙂

Thank you for the bandaid fix.  i kept the original because i am not a programmer, but search and replace worked fine.

TheRiddledNote

Posted

are we gonna get an update for the september forced wipe with the current issues or not? 

humboldt.scott420

Posted

This plugin requires an update following the latest Oxide update. Currently, the helicopter panel lights up when a player has a personal helicopter deployed. 

Glew

Posted

Love this plugin. Thank you so much. I tend to make some small changes to the CS to suit my own needs. One small change I think you could easily add is to add a 

color:_config.MainSetup.ServerNameAppearance.Color

 

property, to line 993. This will allow players to customize the color of the name of the server like the other variables 🙂

  • Like 1
BenDer

Posted (edited)

8 hours ago, Glew said:

Люблю цей плагін. Дуже дякую. Я схильний вносити деякі невеликі зміни в CS відповідно до власних потреб. Одна невелика зміна, яку, на мою думку, ви могли б легко додати, це додати 

color:_config.MainSetup.ServerNameAppearance.Color

 

властивість, до рядка 993. Це дозволить гравцям налаштувати колір назви сервера, як і інші змінні🙂

image.png.f2543d608828eac78e3d8e5f14f8de02.png "Server name": "<color=#00BFFF><b>MADE IN</b></color> <color=#FFFF00><b>UKRAINE</b></color> <b>SOLO</b>",

Edited by BenDer
  • Love 1
AhigaO

Posted

On 8/5/2023 at 5:39 PM, Chill Roleplay said:

I know you're busy with the rewrite but is there any way to add showing online pop while minimized? or was that a lot on performance?

Sorry, but from a design point of view I don't see a place where this can be displayed in a collapsed version.

 

On 8/5/2023 at 6:03 PM, Ryster said:

Can I please request that server messages are colourable with different font weights (bold, etc), not just size.  Different settings per message too, not one size fits all.  I want warnings to be larger and red, my discord URL to be blue and bold, and a bold white Welcome message, for example.  Also can you make it so I can put them in the bottom left where I had them with the old version?  I tried putting "BottomLeft" in the config option, but it didn't move it.  TopRight is working for now.

Added

 

On 8/6/2023 at 6:13 AM, DeltaEremita said:

An sugestion: put the an opacity option to HUD buttom, so that when players chose to Hide it all, doesnt appears a big black buttom on the top left

Edit: A Scale for that buttom would be nice too...

The size changes with the Hud scale parameter

 

On 8/12/2023 at 4:05 AM, BadLandPVE said:

supports this plugins?
Space
nuclear plant event
Raidable bases
Air event

Supports any plugin as long as you have a Hook name
 

 

On 8/12/2023 at 11:09 AM, TacTicToe said:

Do you have an image template we can use for creating icon for events? The ones I tried just dont work. Looks like yours are a small black dot with an image of sorts in it. Or if you have icons for the other events that are not in your script,  that would be great too.

Gas Station
Junk Yard
Arctic Base
Shipwreck
Staellite Dish 

Are what I am looking for atm.  Thanks!

At the very bottom of the plugin description you can find the original blank image.

 

On 8/17/2023 at 3:05 AM, hazmatwearer001 said:

I notice that it says it supports any event that has Hooks. I've tried to get it to work with AirEvent and WaterEvent, config is setup correctly, and latest version of all 3 plugins, just never turns the icon green. Don't think there's any errors in console when the event starts but the HUD fails to change icon colour either, but I will double check the console.
Icon URLs are functional ones in server config, discord attachment links hence removed here. Thanks for the amazing plugin and great support! I notice the plugin was Merged, did this one supersede another, or did this one get superseded by a V2 of some sort? I may consider the newer one if it touts even more impressiveness. 

  {
      "Hook OnEventStart": "OnAirEventStart",
      "Hook OnEventStop": "OnAirEventEnd",
      "Name": "AirEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_airevent.png",
      "Color": "#fff",
      "Enable": true
    },
    {
      "Hook OnEventStart": "OnWaterEventStart",
      "Hook OnEventStop": "OnWaterEventEnd",
      "Name": "WaterEvent",
      "Active color": "#10ff10",
      "Icon": "myiconurlhere_waterevent.png",
      "Color": "#fff",
      "Enable": true
    }

Now full support for any hooks has been added.

 

On 8/18/2023 at 12:28 AM, Raiven_007 said:

Trying to see how I would add a size tag to the Info Messages that display underneath my Compass from HUD? Would I just add something like this: "Size": 15, in the config? 

image.png.d0a9d8264211a4b62bd3560a21d4355d.png

Yes. Example:
<size=25>Here size will have 25 size</size>
<color=red>Here color of text will red</color>

 

On 8/26/2023 at 2:30 AM, Maximo said:

Nice update, looks good. We definitely need more icons if we want to add more events to the config

You can make an icon yourself in 2 clicks and use it in the plugin

 

On 9/9/2023 at 9:06 AM, humboldt.scott420 said:

the new player driven attack helicopter causes the heli indicator to light up

Fixed

 

On 9/9/2023 at 1:49 PM, BetterDeadThanZed said:

Time doesn't progress and economic money doesn't display correct amount as more is added to a player's balance since the wipe.

Create a Support Request with more information

 

On 9/11/2023 at 6:07 AM, TheRiddledNote said:

are we gonna get an update for the september forced wipe with the current issues or not? 

 

On 9/15/2023 at 10:04 PM, humboldt.scott420 said:

This plugin requires an update following the latest Oxide update. Currently, the helicopter panel lights up when a player has a personal helicopter deployed. 

Updated

 

15 hours ago, Glew said:

Love this plugin. Thank you so much. I tend to make some small changes to the CS to suit my own needs. One small change I think you could easily add is to add a 

color:_config.MainSetup.ServerNameAppearance.Color

 

property, to line 993. This will allow players to customize the color of the name of the server like the other variables 🙂

You can customize it use <color> tag

Evilmoonkey

Posted

Not sure if this is on my end or not or if this is impactful to function, but updating to v 3.1.0 gets this output on plugin load/reload

 

Unloaded plugin Hud v3.1.0 by ahigao

(08:33:00) | Failed to call hook 'OnServerInitialized' on plugin 'Hud v3.1.0' (FileNotFoundException: Could not find file "/serverdata/serverfiles/oxide/plugins\Hud.cs")

at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <2161c9885dd04ff291b79db9349c4b9b>:0

at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <2161c9885dd04ff291b79db9349c4b9b>:0

at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)

at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in <2161c9885dd04ff291b79db9349c4b9b>:0

at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in <2161c9885dd04ff291b79db9349c4b9b>:0

at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string,System.Text.Encoding,bool)

at System.IO.File.InternalReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <2161c9885dd04ff291b79db9349c4b9b>:0

at System.IO.File.ReadAllText (System.String path) [0x0002c] in <2161c9885dd04ff291b79db9349c4b9b>:0

at Oxide.Plugins.Hud.FillCustomHooks () [0x0001a] in <57f8a7b1a79c44219540c5aeeb729ccf>:0

at Oxide.Plugins.Hud.OnServerInitialized () [0x0002a] in <57f8a7b1a79c44219540c5aeeb729ccf>:0

at Oxide.Plugins.Hud.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00100] in <57f8a7b1a79c44219540c5aeeb729ccf>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0

  • Like 2
Evil_Orko

Posted

12 hours ago, AhigaO said:

You can make an icon yourself in 2 clicks and use it in the plugin

How can I do this?   Thanks - love the plugin!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 19
  • Sad 2
  • Confused 1
  • Love 17

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.