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

[L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)


Post New Thread Reply   
 
Thread Tools Display Modes
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 05-10-2016 , 02:04   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #51

Phew, even ragdolls create lag if a maximum of say 10 and above, it will really lags your game and eventually if the game couldn't handle it anymore, BOOM!!!! Insta-crash!

EDIT: Well, the code I found was not working and if used with RemoveEdict(any variable, either using these two or only this one) will crash the server. But, what bothers me is when using stripper to remove ragdolls, no crashes occur.

Here is the code I used in stripper (Must be put in global_filters.cfg):
PHP Code:
filter:
{
      
"classname" "prop_ragdoll"

Note: the attached .sp file below requires defibfix.inc to compile which is also a requirement for the .smx file to work. It can be downloaded here.
Attached Files
File Type: sp Get Plugin or Get Source (death_animations_restore-l4d2.sp - 485 views - 6.6 KB)
File Type: smx death_animations_restore-l4d2.smx (8.3 KB, 505 views)

Last edited by cravenge; 05-10-2016 at 10:47.
cravenge is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 08-06-2016 , 18:58   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #52

Quote:
Originally Posted by cravenge View Post
Phew, even ragdolls create lag if a maximum of say 10 and above, it will really lags your game and eventually if the game couldn't handle it anymore, BOOM!!!! Insta-crash!

EDIT: Well, the code I found was not working and if used with RemoveEdict(any variable, either using these two or only this one) will crash the server. But, what bothers me is when using stripper to remove ragdolls, no crashes occur.

Here is the code I used in stripper (Must be put in global_filters.cfg):
PHP Code:
filter:
{
      
"classname" "prop_ragdoll"

Note: the attached .sp file below requires defibfix.inc to compile which is also a requirement for the .smx file to work. It can be downloaded here.
this is with the requisite defibfix.inc you've linked to above...

Code:
//// death_animations_restore-l4d2.sp
//
// death_animations_restore-l4d2.sp(43) : warning 217: loose indentation
// death_animations_restore-l4d2.sp(44) : warning 217: loose indentation
// death_animations_restore-l4d2.sp(82) : warning 217: loose indentation
// death_animations_restore-l4d2.sp(87) : warning 217: loose indentation
// death_animations_restore-l4d2.sp(103) : warning 217: loose indentation
// death_animations_restore-l4d2.sp(190) : warning 204: symbol is assigned a value that is never used: "subject"
// death_animations_restore-l4d2.sp(189) : warning 204: symbol is assigned a value that is never used: "client"
// Code size:             7724 bytes
// Data size:             3468 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   27576 bytes
//
// 7 Warnings.
//
// Compilation Time: 0.36 sec
// ----------------------------------------

Last edited by jking; 08-06-2016 at 18:59.
jking is offline
ShineKia
Junior Member
Join Date: Apr 2017
Old 04-09-2017 , 15:46   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #53

hii, if you're even still around, my ragroll animation is not showing at all, I got the latest ver 1.5. Or teammates die by ff don't cause ragroll animation?
ShineKia is offline
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 04-10-2017 , 08:46   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #54

This plugin has been abandoned by the orignal dev.
you could expect fixes from someone else, but I would not bank on it
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline
bazrael
Senior Member
Join Date: Jan 2010
Location: Where Lucy became superw
Old 04-15-2017 , 23:43   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #55

Quote:
Originally Posted by ShineKia View Post
hii, if you're even still around, my ragroll animation is not showing at all, I got the latest ver 1.5. Or teammates die by ff don't cause ragroll animation?
Did you miss l4d_stocks.inc in zip archive during installation? This plugin still works in my server today.
__________________
Kill all the son of a bitches, that's my official instructions.
L4Dε Modified Talker
bazrael is offline
Blue1
Junior Member
Join Date: Apr 2017
Old 08-24-2017 , 18:48   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #56

why does the ragdolls fade away in a certain amount of time when the player is dead
Blue1 is offline
krokroJoujou
Member
Join Date: Mar 2017
Old 01-24-2018 , 12:28   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #57

Will setting enable_ragdoll_death to 0 basicaly not show the restored death animations?
krokroJoujou is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 08-23-2018 , 18:02   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #58

I am getting double corpses for some reason, wasn't before I rebuilt my server.

Ok, I removed this thread's plugin and now back to normal, one corpse.

Last edited by jking; 08-23-2018 at 18:08.
jking is offline
Alex101192
Senior Member
Join Date: Aug 2018
Old 01-01-2021 , 10:29   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #59

This plugin used to work just fine before. Every kind of death (killed by hunter, by tank, by spitter and anything else) ,except for being killed with admin menu which doesn't matter anyway, caused the survivor to ragdoll and they can always be defibbed thanks to defib fix plugin.

Now however for some reason the ragdoll is only happening under very few limited conditions like a survivor just being killed by commons. In this case the common infected death animation played and then he went ragdoll. However if survivor is killed while downed by hunter or tank then he just goes default static animation.

Before it used to work in these situations too and you would see survivor ragdoll even when tank or hunter would kill it while incapped. Now for some reason it only happens in other conditions but doesn't happy everytime.

Last edited by Alex101192; 01-01-2021 at 10:29.
Alex101192 is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 06-14-2021 , 13:13   Re: [L4D2] Restore Survivor Death Animations (UPDATED 03-29-2015)
Reply With Quote #60

Updated version that should not need any sequence number changing.

Unfortunately, the ragdoll functionality from this plugin has been removed.
It was mainly because it cluttered with other similar plugins like Survivor Mourn Fix (where it spawns two death models) and was a bit of a mess in the first place.
If you want ragdoll deaths, use my plugin or any other more recent ones like Defib Ragdolls instead of the outdated Mr. Zero version.

Code:
Version 1.8
- Further attempt at fixing potential issues.
Version 1.7
- Attempt to fix potential issue.
Version 1.6
- Initial release.
Please report if there are any bugs or problems.
Attached Files
File Type: sp Get Plugin or Get Source ([L4D2] Death Animations Restore.sp - 254 views - 9.7 KB)
__________________
ragdoll spam, that is all

Steam profile, where I game, obviously.
Youtube channel, where I do Stick Death Maze animations and some other stuff.
no plugin requests, sorry


My Plugins:
-search list-
Modified Plugins:
1 | 2 | 3 | 4

Last edited by Shadowysn; 06-16-2021 at 10:16.
Shadowysn 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 21:41.


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