Raised This Month: $51 Target: $400
 12% 

[L4D/L4D2] Brutal Hunter Pounce - Rewritten


Post New Thread Reply   
 
Thread Tools Display Modes
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 05-28-2021 , 10:13   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #51

my version for those who want to use, this one has an explosion when we do fatal pounce

download the BOM.zip and watch the video

download hunter.zip if you are having problems and extract the addons and sounds folder in left4dead2
folder
Attached Files
File Type: zip BOOOOOOOOOM.zip (2.73 MB, 180 views)
File Type: inc colors.inc (25.7 KB, 99 views)
File Type: zip hunter.zip (157.7 KB, 153 views)
File Type: smx brutal_hunter_pounce.smx (17.7 KB, 130 views)
File Type: sp Get Plugin or Get Source (brutal_hunter_pounce.sp - 124 views - 24.4 KB)
File Type: smx brutal_hunter_pounce_no_explosion.smx (17.7 KB, 93 views)
File Type: sp Get Plugin or Get Source (brutal_hunter_pounce_no_explosion.sp - 119 views - 24.4 KB)

Last edited by King_OXO; 11-08-2021 at 13:55.
King_OXO is offline
ddd123
Senior Member
Join Date: May 2021
Old 05-30-2021 , 01:03   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #52

Quote:
Originally Posted by King_OXO View Post
my version for those who want to use, this one has an explosion when we do fatal pounce

download the BOM.zip and watch the video
Plugin failed to compile! Please try contacting the author.

SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

189447.attach(2) : fatal error 183: cannot read from file: "colors"

Compilation aborted.
1 Error.
ddd123 is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 05-31-2021 , 07:41   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #53

Quote:
Originally Posted by ddd123 View Post
Plugin failed to compile! Please try contacting the author.

SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

189447.attach(2) : fatal error 183: cannot read from file: "colors"

Compilation aborted.
1 Error.
download the brutal_hunter_pounce.sp and colors.inc file and then make your own compilation in some sourcemod 1.10

Last edited by King_OXO; 05-31-2021 at 07:41.
King_OXO is offline
Darkwob
BANNED
Join Date: Oct 2018
Old 06-05-2021 , 20:59   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #54

Quote:
Originally Posted by King_OXO View Post
my version for those who want to use, this one has an explosion when we do fatal pounce

download the BOM.zip and watch the video
I'll ask you a problem I can't solve, see if you can solve it. Have you noticed that I don't know in the brutal Hunter Plugin? There's more than one issue on the Top Hunters list.The first of the problems shows only one player on the list. The second problem is that he constantly updates the distance. I Mean, It Shows Every Value, Not One Higher Than The Numeric Value. In short , after the first brutal recorded at a distance of" 1950", the next time the brutal is performed, it must write down the distance of the player on the list if it is done at a higher value than it should be. But he writes about the distance made in every brutal, never putting it on a top list.
Darkwob is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 06-07-2021 , 14:12   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #55

Quote:
Originally Posted by Darkwob View Post
I'll ask you a problem I can't solve, see if you can solve it. Have you noticed that I don't know in the brutal Hunter Plugin? There's more than one issue on the Top Hunters list.The first of the problems shows only one player on the list. The second problem is that he constantly updates the distance. I Mean, It Shows Every Value, Not One Higher Than The Numeric Value. In short , after the first brutal recorded at a distance of" 1950", the next time the brutal is performed, it must write down the distance of the player on the list if it is done at a higher value than it should be. But he writes about the distance made in every brutal, never putting it on a top list.
1. if there is only one player, it is because you have to change the setting brutal_hunter_pounce_list_type, if it is 1 only 1 player or better players will appear, you have to leave it at 0; 2.if you update the distance every time you make a fatal pounce is because it updates the last fatal pounce, for example, if you made a fatal pounce of 2000 units and then make another fatal pounce of 1979 units if he puts the lowest number and not the biggest, that's normal because he puts the last fatal pounce made.
King_OXO is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 11-08-2021 , 11:37   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #56

new update, command limit reset brutal penalty and hunter commits suicide in brutal.

two files: one with explosion and one without


added also, explosion particle when doing the brutal and force hunter suicide for the player not to stay with the hunter for a long time

to remove the particle, go to line 397 in scripting, and remove ShowParticle(fLandedPos, PARTICLE_SMOKE, 10.0);

Last edited by King_OXO; 11-08-2021 at 15:03.
King_OXO is offline
laurauwu
Member
Join Date: Feb 2022
Location: Curitiba / PR - Brazil
Old 03-06-2022 , 13:42   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #57

I have a bug the hunter jumps from a low place and ends up giving instant kill even with the low distance, how do I solve this?
laurauwu is offline
laurauwu
Member
Join Date: Feb 2022
Location: Curitiba / PR - Brazil
Old 03-06-2022 , 19:47   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #58

I jump close to the survivor, I miss my attack, and when I jump again close, it counts as 3 thousand distance, 5 thousand distance, up to 10 thousand distance, someone help to solve this bug or another similar plugin
laurauwu is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 03-06-2022 , 20:50   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #59

Quote:
Originally Posted by laurauwu View Post
I jump close to the survivor, I miss my attack, and when I jump again close, it counts as 3 thousand distance, 5 thousand distance, up to 10 thousand distance, someone help to solve this bug or another similar plugin
what plugin version are you using?
VladimirTk is offline
laurauwu
Member
Join Date: Feb 2022
Location: Curitiba / PR - Brazil
Old 03-06-2022 , 21:44   Re: [L4D/L4D2] Brutal Hunter Pounce - Rewritten
Reply With Quote #60

the version of the first post is official
laurauwu is offline
Reply



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:58.


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