Hi, Defib Ragdolls is an alternative from the valve static survivor death models this plugin tries it's best to mimic functions and damage forces of clientsided ragdolls and will copy over any LMC overlay models on death.
Git Commits
Early version of just me smacking bodies around
Cvars:
PHP Code:
// 2 = [User common infected as vphysics for consistency] 1 = [Only use common infected vphysics for bugged models and survivor model(they heavy)] 0 = [Use model vphysics when available except for bugged models]
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "2.000000"
dr_survivor_ragdoll_mode "1"
Bugs:
1: Survivor Models sometimes don't render(no idea). Made workaround with adding overlay model.
2: VPhysics seems to have issues at high forces and pushes at lower tickrates, in short higher tickrates have better vphysics with less issues
Important Notes:
Spoiler
1: Yea the ragdolls are server sided.
2: These are very expensive on the NET.
We can bypass the upper limit of the maxroutable using packet splitting(1200 per update to 2400) before we drop updates(A tick) and bypass rates.
Below is optional and ignores client rate settings.
Add these to "server.cfg"
Cvars:
Code:
sm_cvar net_maxcleartime "0.0001"sm_cvar net_splitrate "2"sm_cvar net_splitpacket_maxrate 30000Ignore this below if you don't run tickrate enabler.
This is important if you run tickrate enabler, you have to besure you don't put the net_splitpacket_maxrate above the tickrate or will get huge loss for connected clients!
(tickrate * 1000) an example is for 67 tickrate is (67 * 1000) = 67000
sm_cvar net_splitpacket_maxrate "67000"
For self compile Includes are located on this thread.
Lux's Model Changer
i just tested this plugin along with lmc plugin and whenever i defib bot survivor => CTD. 2nd try i unchecked all survivor skin mod => still CTD. any idea?
well nvm that plugin. Asking about this ragdoll stuff, we can defib all ragdoll even zombies?
If a survivor died with a overlay model yes.
Quote:
Originally Posted by mikaelangelis
i just tested this plugin along with lmc plugin and whenever i defib bot survivor => CTD. 2nd try i unchecked all survivor skin mod => still CTD. any idea?
I understand nothing from that O.o
Quote:
Originally Posted by hoanganh81097
crash with extensions defib fix defibfix.ext.2.l4d2
I'm not sure I don't use it, can you give me a Accelerator stack trace maybe i can find out why or ask spirit12 as the current maintainer of defib fix extension.
I haven’t had the chance to analyze the crash log but crash is most definitely happening due to rag doll being moved and the extension saves the coordinates. That creates a conflict.
I’ll check it later in the day. Also I’m pretty sure that extension can be recreated via Dhooks Detour in a plugin form.