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

[L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.16) [21-Apr-2024]


Post New Thread Reply   
 
Thread Tools Display Modes
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 02-03-2022 , 12:16   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.7) [31-Mar-2021]
Reply With Quote #21

Quote:
Originally Posted by ZBzibing View Post
The black and white player in L4D1 pretends to use a medical kit to heal, but cancels the healing process, and the black and white screen disappears.
My settings l4d_heartbeat_screen","1"
Can't replicate the issue, works fine here. Can you explain more steps? Maybe try removing all plugins except Heartbeat and test, maybe some conflict?
__________________
Silvers is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 04-25-2022 , 23:28   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.7) [31-Mar-2021]
Reply With Quote #22

when my third-party plugin changed the revive netprop, how i notify heartbeat work properly? just Heartbeat_SetRevives() again?
----
solved, i follow the example step then well done
__________________

Last edited by NoroHime; 04-27-2022 at 06:05.
NoroHime is offline
Iciaria
Member
Join Date: Aug 2022
Old 10-26-2022 , 12:26   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #23

The black and white screen will reappear when the blood volume is low. I suspect it is related to l4d_ Healing.smx. It seems that this problem is caused by pills that slowly restore HP
Can you fix it?

Sorry, my English is not good
Iciaria is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-26-2022 , 13:30   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #24

Quote:
Originally Posted by Iciaria View Post
The black and white screen will reappear when the blood volume is low. I suspect it is related to l4d_ Healing.smx. It seems that this problem is caused by pills that slowly restore HP
Can you fix it?

Sorry, my English is not good
Which game? Can you give me more of an example how to replicate the issue?
__________________
Silvers is offline
Iciaria
Member
Join Date: Aug 2022
Old 10-27-2022 , 15:47   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #25

Left 4 dead 2 Linux Server

I set the attack damage of CI to a random floating point number between 2.9 and 5.9 to facilitate the recurrence of this problem,This problem has occurred even if the attack damage of CI is not changed

During the test, I found that when trying to evade attacks from multiple CIs, the recurrence success rate of the problem will be higher

Plugins that cause problems:
[L4D & L4D2] Regenerative Healing 1.11
https://forums.alliedmods.net/showthread.php?p=2669423


step1:
Ensure player status is :If you fall down again, you will die
step2:
spawn some CI
step3:
eat pill and Let CI attack you
step4:
Try to evade CI attacks by moving and jumping

When hp is low, black and white screen is likely to appear

I noticed that * * debug information shows that I have been injured many times, but in a short time, I have only been injured once. Is this possibly related to the problem?

Sorry my English is not good

add:
I noticed that if the player suffers other attack damage when falling from a high place, the problem may also occur
Attached Thumbnails
Click image for larger version

Name:	bug.jpg
Views:	96
Size:	95.8 KB
ID:	197578  
Attached Files
File Type: cfg l4d_healing.cfg (3.0 KB, 57 views)
File Type: cfg l4d_heartbeat.cfg (1.1 KB, 64 views)

Last edited by Iciaria; 10-28-2022 at 05:48. Reason: add
Iciaria is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-28-2022 , 09:00   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #26

I've sent you a PM with a new version if you could test and let me know if that fixes it. Thanks.
__________________
Silvers is offline
Iciaria
Member
Join Date: Aug 2022
Old 10-29-2022 , 07:55   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #27

Quote:
Originally Posted by Silvers View Post
I've sent you a PM with a new version if you could test and let me know if that fixes it. Thanks.
I'm new to this forum
I replied to your private message, but it didn't show any content. Can you see it?

Sorry, my English is not good
Iciaria is offline
TQH
Junior Member
Join Date: May 2021
Location: Vietnam
Old 10-31-2022 , 20:00   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #28

PHP Code:
l4d_heartbeat_revives "2"
l4d_heartbeat_screen "4"
l4d_heartbeat_sound "4" 
Sometimes it doesn't work perfectly.
I think I have used !revive (https://forums.alliedmods.net/showpo...&postcount=483) and !autodefib (https://forums.alliedmods.net/showpo...04&postcount=1) many times and this is causing the problem.
Attached Thumbnails
Click image for larger version

Name:	Screenshot (407).jpg
Views:	86
Size:	93.9 KB
ID:	197668  

Last edited by TQH; 10-31-2022 at 21:36.
TQH is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-31-2022 , 21:56   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.8) [25-Aug-2022]
Reply With Quote #29

Quote:
Originally Posted by TQH View Post
PHP Code:
l4d_heartbeat_revives "2"
l4d_heartbeat_screen "4"
l4d_heartbeat_sound "4" 
Sometimes it doesn't work perfectly.
I think I have used !revive (https://forums.alliedmods.net/showpo...&postcount=483) and !autodefib (https://forums.alliedmods.net/showpo...04&postcount=1) many times and this is causing the problem.
Hmm sm_revive is triggering the event. Will look into it.
__________________

Last edited by Silvers; 11-01-2022 at 10:22.
Silvers is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-02-2022 , 09:12   Re: [L4D & L4D2] Heartbeat (Revive Fix - Post Revive Options) (1.9) [02-Nov-2022]
Reply With Quote #30

Code:
1.9 (02-Nov-2022)
    - Fixed screen turning black and white when they're not read to die. Thanks to "Iciaria" for reporting and lots of help testing.
    - Various changes to simplify the code.
__________________
Silvers 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 09:51.


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