Raised This Month: $7 Target: $400
 1% 

Pijudo: new hud menu system


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 09-16-2020 , 09:17   Pijudo: new hud menu system
Reply With Quote #1

Well this is a menu system per hud, I always wanted to make one when I was a teenager but I did not have the capacity to do it, so I share it with you. I publish it more as a contribution than as a plugin because the idea is that it is a guide and that they make the modifications that they believe necessary in terms of menu positions and elements.

The system uses 3 dhud: 1 for the title, X for the items and 1 for the Exit, Return, Next options.

Where X depends on the content of the elements, minimum 1 DHUD.

It has support for both static menus and dynamic menus.

Natives

Spoiler


Example
Spoiler


Important: the title of hud_menu_register and hud_menu_create_title must match!

Credits:
Matias_Esf -> Testing
Metalicross -> For guiding me to the game sdk to investigate the dhud
r0ma' -> For the suggestions <3

Put HudMenu.amxx before your plugins that use the menu.

Some images
Spoiler


GITHUB
Attached Files
File Type: inc hudmenu.inc (1.3 KB, 269 views)
File Type: sma Get Plugin or Get Source (TestHudMenu.sma - 403 views - 4.1 KB)
File Type: sma Get Plugin or Get Source (HudMenu.sma - 279 views - 8.8 KB)
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"

Last edited by Roccoxx; 09-16-2020 at 12:53.
Roccoxx is offline
Send a message via MSN to Roccoxx
Old 09-16-2020, 09:24
Roccoxx
This message has been deleted by Roccoxx. Reason: bug
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-16-2020 , 15:45   Re: Pijudo: new hud menu system
Reply With Quote #2

If i used this plugin it will make drop fps ??
Some of huds in menu will get disappear and appear like default dhud?
Mean, when i use more then two hud in one faction the huds will get disappear and appear and if i used more than 5 hud in server i will get drop fps and server will bugging !!!!
Have you tested it on server have 32/32 players "FULL" ?
Supremache is offline
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 09-16-2020 , 17:25   Re: Pijudo: new hud menu system
Reply With Quote #3

Quote:
Originally Posted by Supremache View Post
If i used this plugin it will make drop fps ??
Some of huds in menu will get disappear and appear like default dhud?
Mean, when i use more then two hud in one faction the huds will get disappear and appear and if i used more than 5 hud in server i will get drop fps and server will bugging !!!!
Have you tested it on server have 32/32 players "FULL" ?
You can try it before asking. I have tested it and also other programmers, we had no problems.
They are dhud not hud ...
I have tested with 6 dhud at the same time (4 items + title + exit / entry option)
I have tried to replicate the part of the calculation of the position X and y based on the number of characters to optimize the dhud channels, but I have not had any luck, if you want you can try and give me a hand: https://github.com/alliedmodders/hls...ssage.cpp#L242
Regarding your last question, I have not been able to test it with 32 players, today it is an old game, and here there are very few players and it is difficult to fill a server.
It is an API anyway and you can use it to your liking based on your proposed situations and wishes.
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"

Last edited by Roccoxx; 09-16-2020 at 17:25.
Roccoxx is offline
Send a message via MSN to Roccoxx
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-16-2020 , 18:36   Re: Pijudo: new hud menu system
Reply With Quote #4

Quote:
Originally Posted by Roccoxx View Post
You can try it before asking. I have tested it and also other programmers, we had no problems.
They are dhud not hud ...
I have tested with 6 dhud at the same time (4 items + title + exit / entry option)
I have tried to replicate the part of the calculation of the position X and y based on the number of characters to optimize the dhud channels, but I have not had any luck, if you want you can try and give me a hand: https://github.com/alliedmodders/hls...ssage.cpp#L242
Regarding your last question, I have not been able to test it with 32 players, today it is an old game, and here there are very few players and it is difficult to fill a server.
It is an API anyway and you can use it to your liking based on your proposed situations and wishes.
Without trying it, When i saw your post about dhud menu, I was shocked, I was think those problems will happens.
I am not sure what will happen to the server by this api system but let others trying it those have a good servers, i want to see how this menu work on server having full players.
I'm sorry but my experience is limit but in the future i think i will help.
Supremache is offline
thEsp
BANNED
Join Date: Aug 2017
Old 09-18-2020 , 04:23   Re: Pijudo: new hud menu system
Reply With Quote #5

It's nobody's fault that you still run non-steam servers on a pentium 4 or god knows what.
thEsp is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-24-2020 , 17:32   Re: Pijudo: new hud menu system
Reply With Quote #6

Quote:
Originally Posted by thEsp View Post
It's nobody's fault that you still run non-steam servers on a pentium 4 or god knows what.
You talking to me !!!, I have my own host but the problem is the game has ended there's no players play like first, Now the top gametracker servers have 25/32 players at morning and at night have maximum 10 players but i testing plugins on my friends servers they have a good servers and as my experience on servers i know more huds in server means "more lag + more drop fps".

Example 5 players are not like 30 players, in normal mod this plugin will be very good but i talking about those server have bigest mod like [zp, ze , bb, etc] anyway i mean zombie mods have alot of effects "sprites" that already making drop fps and with this plugin will make like bomb in the case xD.

P.s: All that for low pc's but who have high pc with high graphic card will never get like those problems

I hope you understand, i tryed to used like gfx instead of hud but i got some problems like gfx get much time for show and sometime never showing etc.
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 09-24-2020 at 17:35.
Supremache is offline
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 09-24-2020 , 17:40   Re: Pijudo: new hud menu system
Reply With Quote #7

Quote:
Originally Posted by Supremache View Post
You talking to me !!!, I have my own host but the problem is the game has ended there's no players play like first now the top servers have 25/32 players at morning and at night have maxmun 10 players but i tested plugins on my friends servers they have a good servers and as my experience on servers i know more huds in server means "more lag + more drop fps".

Example 5 players are not like 30 players, in normal mod this plugin will be very good but i talking about those server have bigest mod like [zp, ze , bb, etc] anyway i mean zombie mods have alot of effects "spirts" that already making drop fps and with this plugin will make like bomb in the case xD.

P.s: All that for low pc's but who have high pc with high graphic card will never get like those problems

I hope you understand, i tryed to used like gfx instead of hud but i got some problems like gfx get much time for show and sometime never showing etc.
Nowadays and from experience I have seen that all zp have several huds sprites and other things working at the same time, and I agree with thEsp, you speak as if we were in the year 2005-2010 but we are in 2020! Today most use a server with 1000 fps, decent processors, RAM and connections, people have good connections and those with a CPU running on carbon are a very rare case. In addition, the drop in fps is not only conditioned by the huds, there are many other factors (which are irrelevant today by the way), you should worry more about the way you program than about a resource.
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"

Last edited by Roccoxx; 09-24-2020 at 17:40.
Roccoxx is offline
Send a message via MSN to Roccoxx
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-24-2020 , 17:52   Re: Pijudo: new hud menu system
Reply With Quote #8

I used google translate xD
And as i said i was talking about low pc's, only those players have low pc's playing this game until now but in the future we will see this game ended
As you said we in 2020 and like we are trying to do the best for this game the next generation will not play it but this is the life will never stop on something

Example for those players still playing cs 1.6:
I got new pc i will play "pubg, fortnite, etc" f*** that old game
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 09-24-2020 at 17:53.
Supremache is offline
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 09-24-2020 , 17:54   Re: Pijudo: new hud menu system
Reply With Quote #9

Quote:
Originally Posted by Supremache View Post
I used google translate xD
And as i said i was talking about low pc's, only those players have low pc's playing this game until now but in the future we will see this game ended
As you said we in 2020 and like we are trying to do the best for this game the next generation will not play it but this is the life will never stop on something

Example for those players still playing cs 1.6:
I got new pc i will play "pubg, fortnite, etc" f*** that old game
You really have no idea what you're saying ...
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"
Roccoxx is offline
Send a message via MSN to Roccoxx
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-24-2020 , 18:03   Re: Pijudo: new hud menu system
Reply With Quote #10

I know I entered into another topic but when you said we in 2020 no in 2005 that made me explain you what will happen in the future.
Anyway Leave all that words and dont care, I just was want to show you my point of view!!
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Old 10-19-2020, 22:53
nG_getwreck
This message has been deleted by nG_getwreck.
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode