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

[EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.1]


Post New Thread Reply   
 
Thread Tools Display Modes
jking
AlliedModders Donor
Join Date: Jan 2012
Old 08-06-2016 , 17:53   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #211

Quote:
Originally Posted by Marcus101RR View Post
I just downloaded the OP version and used the TEXT file from a user posted in page 16, and now it works... for windows...

I am so confused...
Revisiting this plugin, trying same version (OP) with defib.txt on page 16, this post, and it works for me too on latest MM/SM (5925)...

Code:
meta list
Listing 9 plugins:
  [01] L4D2 fps_max unlocker (1.0.0.0) by Nuclearfallout Enterprises, Inc.
  [02] L4DToolZ (1.0.0.9h-unknown) by Ivailosp
  [03] SourceMod (1.8.0.5925) by AlliedModders LLC
  [04] DefibFix Extension (1.0.1) by V10
  [05] L4D2 Send Proxy (0.1) by Machine
  [06] Left 4 Downtown 2 Extension (0.5.4.2) by Igor "Downtown1" Smirnov / Andrew "XBetaAlpha" Burrows / AtomicStryker / Michael "ProdigySim" Busby
  [07] SDK Tools (1.8.0.5925) by AlliedModders LLC
  [08] SDK Hooks (1.8.0.5925) by AlliedModders LLC
  [09] DHooks (2.0.6) by Dr!fter

Last edited by jking; 08-06-2016 at 18:12.
jking is offline
dr_lex
Member
Join Date: Dec 2014
Old 08-11-2016 , 05:24   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #212

Linux Versions (Bug Fixes)
==================
Metamod 1.10.7-git9522
SourceMod 1.8.0-git5928



Last edited by dr_lex; 02-12-2020 at 08:54.
dr_lex is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 09-20-2016 , 06:35   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #213

After the latest patch, this extension no longer works because DefibrillatorOnStartAction signature has been changed again.
cravenge is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 09-20-2016 , 15:51   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #214

Quote:
Originally Posted by cravenge View Post
After the latest patch, this extension no longer works because DefibrillatorOnStartAction signature has been changed again.
When was this update?
__________________
Spirit_12 is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 09-20-2016 , 22:11   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #215

Quote:
Originally Posted by Spirit_12 View Post
When was this update?
June 8 or 23. Just looked at the blog but actually it's a long time, this still doesn't work even with the given signatures by helpful users here. Guess I'll have to find that signature myself.

Last edited by cravenge; 10-12-2016 at 07:53.
cravenge is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 09-21-2016 , 10:40   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #216

I saved you some work. Try these ones!

Updated signatures for Windows and Linux.

PHP Code:
"Games"
{

    
"left4dead2"
    
{
    
        
"Signatures"
        
{
            
            
/* CTerrorPlayer::GetPlayerByCharacter */
            
"GetPlayerByCharacter"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x8B\x45\x2A\x83\xEC\x2A\x83\xF8\x08\x75\x2A\x33\xC0\x8B\xE5\x5D\xC3"
                "linux"        "@_ZN13CTerrorPlayer20GetPlayerByCharacterE21SurvivorCharacterType"
                
/* 55 8B EC 8B 45 ? 83 EC ? 83 F8 08 75 ? 33 C0 8B E5 5D C3 */
                
            
}
            
            
/* CItemDefibrillator::OnStartAction */
            
"DefibrillatorOnStartAction"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\xD9\xEE\x53\x56\x57\x8B\x7D\x2A\x6A\x00\x51\xD9\x1C\x2A\x68\x54\x2A\x2A\x2A"
                "linux"        "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
                
/* 55 8B EC D9 EE 53 56 57 8B 7D 0C 6A 00 51 D9 1C 24 68 54 AB 69 10 */
            
}
            
            
/* CItemDefibrillator::OnActionComplete */
            
"DefibrillatorOnActionComplete"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x8B\x45\x2A\x56\x6A\x00\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x6A\x00\x50\xE8\x2A\x2A\x2A\x2A\x8B\xF0"
                "linux"        "@_ZN18CItemDefibrillator16OnActionCompleteEP13CTerrorPlayerP11CBaseEntity"
                
/* 55 8B EC 8B 45 ? 56 6A 00 68 ? ? ? ? 68 ? ? ? ? 6A 00 50 E8 ? ? ? ? 8B F0 */
            
}
            
            
/* CSurvivorDeathModel::Create */
            
"CSurvivorDeathModel::Create"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x57\x8B\x7D\x08\x85\xFF\x75\x2A\x33\xC0\x5F\x5D\xC3\x8B\x87"
                "linux"        "@_ZN19CSurvivorDeathModel6CreateEP13CTerrorPlayer"
                
/* 55 8B EC 57 8B 7D 08 85 FF 75 ? 33 C0 5F 5D C3 8B 87 */
            
}
            
            
/* CBaseEntity::SetAbsOrigin */
            
"CBaseEntity::SetAbsOrigin"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xEC\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\x2A\x56\x57\x8B\x7D\x08\x8B\xF1\xE8\x2A\x2A\x2A\x2A\xF3\x0F\x10\x07"
                "linux"        "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
                
/* 55 8B EC 83 EC ? A1 ? ? ? ? 33 C5 89 45 ? 56 57 8B 7D 08 8B F1 E8 ? ? ? ? F3 0F 10 07 */
            
}
        }
        
    }
    

Attached Files
File Type: txt defibfix.txt (2.0 KB, 499 views)
__________________
Spirit_12 is offline
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 10-09-2016 , 09:51   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #217

New version defibfix 1.0.1 with full fix from defib already alive players.

https://github.com/Accelerator74/l4d2_defibfix

Last edited by Accelerator; 01-06-2017 at 02:11.
Accelerator is offline
maks
Member
Join Date: Dec 2011
Location: Russia
Old 10-27-2016 , 11:26   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #218

My version of the plugin is outdated. Therefore, it is removed.

Version "Accelerator74" works better.

Last edited by maks; 01-06-2017 at 02:06.
maks is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 10-27-2016 , 18:20   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #219

I don't want to sound like an ass, but you guys need to provide the change log at the very least. Seems as, if everyone is just throwing a new version out there with little to no information about what's new.
__________________
Spirit_12 is offline
Uncle Jessie
Member
Join Date: May 2016
Location: Mind Prison
Old 01-26-2017 , 02:55   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #220

2.1.4.7
Quote:
After the latest update, this extension no longer works because DefibrillatorOnStartAction signature has been changed again.
Somebody already found the new sig?
Uncle Jessie 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 23:36.


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