Raised This Month: $32 Target: $400
 8% 

[L4D2] Restore Ragdolls (1.3.0 2014-01-10)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Mr. Zero
Veteran Member
Join Date: Jun 2009
Location: Denmark
Plugin ID:
3308
Plugin Version:
1.3
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Restores ragdolls of Survivors, upon death, instead of static death model
    Old 10-20-2012 , 18:49   [L4D2] Restore Ragdolls (1.3.0 2014-01-10)
    Reply With Quote #1

    Restore Ragdolls

    About:
    Requsted plugin by Sev. Upon death Survivors will no longer turn into a static death model, but rather use a ragdoll as it was in L4D1. This of course renders defibs completely useless so I recommend you either replace them with medkits or turn defib spawning off.

    This does not use the net-budget heavy prop_ragdoll entity, but rather trick the game into thinking the Survivor is falling from a ledge as Survivors falling from a ledge does not produce a static death model.

    To remove defibs:
    Put director_convert_pills_to_defib_health 0.0 convar in your server.cfg. That should eliminate most dynamicly created defibs. The static placed defibs will require to be stripped out, using Stripper. You can put the following into your global stripper file:

    Code:
    filter:
    {
    	"classname" "weapon_defibrillator_spawn"
    }
    
    {
    	"classname" "weapon_defibrillator"
    }
    
    modify:
    {
    	match:
    	{	
    		"classname" "weapon_item_spawn"
    		"item12" "1"
    	}
    	replace:
    	{
    		"item12" "0"
    	}
    }

    Description:
    Restores ragdolls of Survivors, upon death, instead of static death model.

    Known Problems / Things to Notice:
    Cvars:
    No cvars are implemented in this plugin.
    Changelog:
    Code:
    Version 1.3.0 (2014-01-10)
    ~ Changed method of restoring ragdolls to something cleaner
    
    Version 1.2 (2013-04-26)
    ~ Fixed some stuff
    
    Version 1.1 (2012-10-21)
    ~ Fixed Witch kill not applying ragdoll.
    
    Version 1.0 (2012-10-21)
    Initial release
    Attached Files
    File Type: zip restoreragdolls_release.zip (18.7 KB, 6042 views)

    Last edited by Mr. Zero; 01-10-2014 at 16:11.
    Mr. Zero is offline
    explosivetaco
    Member
    Join Date: Oct 2012
    Location: Hell
    Old 10-20-2012 , 18:51   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.0)
    Reply With Quote #2

    Ahh Kool. Maybe When i open a l4d server. ill use it. MAYBE!
    explosivetaco is offline
    Sev
    Veteran Member
    Join Date: May 2010
    Old 10-20-2012 , 18:51   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.0)
    Reply With Quote #3

    Many many props deserved.

    Sev is offline
    explosivetaco
    Member
    Join Date: Oct 2012
    Location: Hell
    Old 10-28-2012 , 15:37   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #4

    Good Job!
    __________________

    explosivetaco is offline
    noctua
    Member
    Join Date: Dec 2010
    Old 10-30-2012 , 12:28   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #5

    ragdolls can create horrible lags in mp-games
    noctua is offline
    Sev
    Veteran Member
    Join Date: May 2010
    Old 10-30-2012 , 13:27   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #6

    Haven't noticed any lags.

    They are client side ragdolls not the expensive server side ones.

    At least in Coop with 4 + players

    Then again I haven't used them yet in a vs game, maybe down the road if I care about VS again.

    Last edited by Sev; 10-30-2012 at 13:28.
    Sev is offline
    noctua
    Member
    Join Date: Dec 2010
    Old 10-31-2012 , 12:00   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #7

    dont tested this plugin, but i added some ragdolls on a rope and prop_dynamic with animations, both creates lags (+50-80ms) if many zombie spawning. same with ragdolls stuck in map geometry
    noctua is offline
    SyluxLockjaw100
    Senior Member
    Join Date: Jul 2010
    Location: Novaya Russia
    Old 11-01-2012 , 03:02   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #8

    Thank you so much for this! Now my 12 player survival server is better with this!

    Good job on the plugin!
    SyluxLockjaw100 is offline
    Mr. Zero
    Veteran Member
    Join Date: Jun 2009
    Location: Denmark
    Old 11-01-2012 , 05:28   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #9

    Quote:
    Originally Posted by noctua View Post
    ragdolls can create horrible lags in mp-games
    Quote:
    Originally Posted by noctua View Post
    dont tested this plugin, but i added some ragdolls on a rope and prop_dynamic with animations, both creates lags (+50-80ms) if many zombie spawning. same with ragdolls stuck in map geometry
    That is what I'm talking about in the original post. This plugin does not create any entities or use prop_dynamic. Instead it "tricks" the game into thinking the survivor is falling from a ledge upon death.

    Survivors that fall from a ledge does not produce a death model but a client sided ragdoll. Therefore there is no noticeable lag on the client nor server.
    Mr. Zero is offline
    noctua
    Member
    Join Date: Dec 2010
    Old 11-01-2012 , 10:54   Re: [L4D2] Restore Ragdolls (2012-10-21 Version 1.1)
    Reply With Quote #10

    thanks for the explanation
    noctua 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 11:59.


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