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
spumer
Senior Member
Join Date: Aug 2011
Old 05-09-2015 , 11:38   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #201

You should use special version of this extension.
https://forums.alliedmods.net/showpo...&postcount=184
__________________
spumer is offline
psycki
BANNED
Join Date: Aug 2013
Location: https://t.me/pump_upp
Old 06-23-2015 , 07:01   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #202

Quote:
Originally Posted by crasx View Post
Code:
            "DefibrillatorOnStartAction"
            {
                "library"    "server"
                "windows"    "\x55\x8B\xEC\xD9\xEE\x53\x56\x57\x8B\x7D\x0C"
                /*"windows"    "\x55\x8b\xec\x0f\x57\xc0\x53\x56\x57\x8b\x7d*\x6a\x00\x51\xf3****\x68"*/
                "linux"        "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
            }
Quote:
Originally Posted by Accelerator74 View Post
Slightly updated this extension.

Changes:
* Added function that further scans all dead players on the server. If all players are alive, dead body is removed.
i used this and work fine for me
plz check full post for download arquive
psycki is offline
Send a message via ICQ to psycki Send a message via AIM to psycki Send a message via Yahoo to psycki
gilmon
Senior Member
Join Date: Feb 2011
Location: China
Old 10-03-2015 , 08:30   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #203

Hello there the game sometime get some error like this:

Code:
[DefibFix] Player NOT FOUND. Using default engine logic.
Tried all the version here but still, if i see this the server will 100% crash.

Last edited by gilmon; 10-03-2015 at 08:30.
gilmon is offline
Send a message via MSN to gilmon
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 02-08-2016 , 08:35   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #204

See below, extensions not work anymore gamedata requires an update

PHP Code:
L 02/08/2016 10:05:03Error log file session closed.
 
L 02/08/2016 10:05:03SourceMod error session started
 L 02
/08/2016 10:05:03Info (map "c8m1_apartment") (file "errors_20160208.log")
L 02/08/2016 10:05:03: [DefibFixSigscan for DefibrillatorOnStartAction failed 
Disabling detour to prevent crashes
 L 02
/08/2016 10:05:03: [SMUnable to load extension "defibfix.ext"Cannot SetupHooks or GetOffset
StayOx is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 02-08-2016 , 08:41   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #205

Quote:
Originally Posted by StayOx View Post
See below, extensions not work anymore gamedata requires an update

PHP Code:
L 02/08/2016 10:05:03Error log file session closed.
 
L 02/08/2016 10:05:03SourceMod error session started
 L 02
/08/2016 10:05:03Info (map "c8m1_apartment") (file "errors_20160208.log")
L 02/08/2016 10:05:03: [DefibFixSigscan for DefibrillatorOnStartAction failed 
Disabling detour to prevent crashes
 L 02
/08/2016 10:05:03: [SMUnable to load extension "defibfix.ext"Cannot SetupHooks or GetOffset
PHP Code:
"Games"
{
    
"left4dead2"
    
{
        
"Signatures"
        
{
            
"GetPlayerByCharacter"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x8b\x45*\x83\xec*\x83\xf8\x08\x75*\x33\xc0\x8b\xe5\x5d\xc3"
                "linux"        "@_ZN13CTerrorPlayer20GetPlayerByCharacterE21SurvivorCharacterType"
            
}

            
"DefibrillatorOnStartAction"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\xD9\xEE\x53\x56\x57\x8B\x7D\x0C"
                "linux"        "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
            
}

            
"DefibrillatorOnActionComplete"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x8b\x45*\x56\x6a\x00\x68****\x68****\x6a\x00\x50\xe8****\x8b\xf0"
                "linux"        "@_ZN18CItemDefibrillator16OnActionCompleteEP13CTerrorPlayerP11CBaseEntity"
            
}
            
"CSurvivorDeathModel::Create"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x57\x8b\x7d\x08\x85\xff\x75*\x33\xc0\x5f\x5d\xc3\x8b\x87"
                "linux"        "@_ZN19CSurvivorDeathModel6CreateEP13CTerrorPlayer"
            
}
            
"CBaseEntity::SetAbsOrigin"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x83\xec*\xa1****\x33\xc5\x89\x45*\x56\x57\x8b\x7d\x08\x8b\xf1\xe8****\xf3\x0f\x10\x07"
                "linux"        "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
            
}
        }
    }

__________________
Spirit_12 is offline
Krufftys Killers
Senior Member
Join Date: Jan 2014
Old 02-08-2016 , 12:19   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #206

Try this
Attached Files
File Type: zip defibfix.ext.zip (108.7 KB, 1190 views)
Krufftys Killers is offline
Electr000999
Senior Member
Join Date: Aug 2011
Old 02-08-2016 , 16:17   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #207

Quote:
Originally Posted by Krufftys Killers View Post
Try this
hi, this tested on linux (debian or ubuntu) ?)

Last edited by Electr000999; 02-08-2016 at 16:17.
Electr000999 is offline
Send a message via Skype™ to Electr000999
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 02-08-2016 , 21:25   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #208

Quote:
Originally Posted by Spirit_12 View Post
PHP Code:
"Games"
{
    
"left4dead2"
    
{
        
"Signatures"
        
{
            
"GetPlayerByCharacter"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x8b\x45*\x83\xec*\x83\xf8\x08\x75*\x33\xc0\x8b\xe5\x5d\xc3"
                "linux"        "@_ZN13CTerrorPlayer20GetPlayerByCharacterE21SurvivorCharacterType"
            
}

            
"DefibrillatorOnStartAction"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\xD9\xEE\x53\x56\x57\x8B\x7D\x0C"
                "linux"        "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
            
}

            
"DefibrillatorOnActionComplete"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x8b\x45*\x56\x6a\x00\x68****\x68****\x6a\x00\x50\xe8****\x8b\xf0"
                "linux"        "@_ZN18CItemDefibrillator16OnActionCompleteEP13CTerrorPlayerP11CBaseEntity"
            
}
            
"CSurvivorDeathModel::Create"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x57\x8b\x7d\x08\x85\xff\x75*\x33\xc0\x5f\x5d\xc3\x8b\x87"
                "linux"        "@_ZN19CSurvivorDeathModel6CreateEP13CTerrorPlayer"
            
}
            
"CBaseEntity::SetAbsOrigin"
            
{
                
"library"    "server"
                "windows"    "\x55\x8b\xec\x83\xec*\xa1****\x33\xc5\x89\x45*\x56\x57\x8b\x7d\x08\x8b\xf1\xe8****\xf3\x0f\x10\x07"
                "linux"        "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
            
}
        }
    }

Thanks a lot, running fine now
StayOx is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 02-08-2016 , 21:26   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #209

Quote:
Originally Posted by Krufftys Killers View Post
Try this
I tested here, this version for some reason cause, "connection time out" !
StayOx is offline
Merudo
Senior Member
Join Date: Feb 2016
Old 02-13-2016 , 15:06   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players) [1.0.
Reply With Quote #210

Quote:
Originally Posted by StayOx View Post
I tested here, this version for some reason cause, "connection time out" !
Strange. My version on Windows 7 works great. What is the error message from srcds?
Merudo 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 13:51.


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