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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Martijn79
Member
Join Date: Jan 2013
Old 07-07-2013 , 07:45   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #131

This needs new gamedata
Martijn79 is offline
maks
Member
Join Date: Dec 2011
Location: Russia
Old 07-07-2013 , 11:18   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #132

old
maks is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 07-07-2013 , 18:02   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #133

Quote:
Originally Posted by maks View Post
I do not use windows
Your linux versions is working, no crashes and no errors.

You should consider the idea of fixing to windows too. we really need
SilentBr is offline
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 07-08-2013 , 00:43   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #134

New Windows and Linux Versions.
IsDead() replaced IsObserver()

mmsource-1-9-6231a08e682d
sourcemod-1-4-35ac0c64edfd
hl2sdk-l4d2-834b53e1b2b8
Attached Files
File Type: zip defibfix.zip (104.5 KB, 237 views)
File Type: zip defibfix_src.zip (29.0 KB, 130 views)

Last edited by Accelerator; 07-08-2013 at 00:45.
Accelerator is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 07-08-2013 , 02:24   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #135

Quote:
Originally Posted by Accelerator74 View Post
New Windows and Linux Versions.
IsDead() replaced IsObserver()

mmsource-1-9-6231a08e682d
sourcemod-1-4-35ac0c64edfd
hl2sdk-l4d2-834b53e1b2b8
Windows version yeahhh I will test now and give you feedback.

Are you planning fix L4D2 Bug Fixes for windows?

Thank you for your hard work, I appreciate so much.

Edit: Windows version is not working

Quote:
[03] <FAILED> file "defibfix.ext.dll": Cannot SetupHooks or GetOffset.

Last edited by SilentBr; 07-08-2013 at 03:02.
SilentBr is offline
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 07-08-2013 , 02:30   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #136

Signatures for windows needed for update. I do not know how to find the signature
Accelerator is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 07-08-2013 , 02:41   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #137

Quote:
Originally Posted by Accelerator74 View Post
Signatures for windows needed for update. I do not know how to find the signature
dcx2 was finding a lot of signatures for left4downtown, maybe he can help us
SilentBr is offline
crasx
Member
Join Date: May 2011
Location: Lakewood, CO
Old 07-10-2013 , 03:45   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #138

I tried to get some signatures but I think they are wrong, defibs down't work correctly

PHP Code:
"Games"
{
    
"left4dead2"
    
{
        
"Signatures"
        
{
            
"GetPlayerByCharacter"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x8B\x45\x2A\x83\xEC\x2A\x83\xF8\x2A\x75\x2A\x33\xC0\x8B\xE5\x5D\xC3"
                "linux"        "@_ZN13CTerrorPlayer20GetPlayerByCharacterE21SurvivorCharacterType"
            
}

            
"DefibrillatorOnStartAction"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x0F\x57\x2A\x53\x56\x57\x8B\x7D\x2A\x6A\x2A\x51\xF3"
                "linux"        "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
            
}

            
"DefibrillatorOnActionComplete"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xEC\x2A\x53\x56\x8B\x75\x2A\x8B\x06\x8B\x50\x2A\x57\x8B\xF9\x8B\xCE\xFF\xD2\x8B\xD8\x89\x5D\x2A\x81\xFB\x2A\x2A\x2A\x2A"
                "linux"        "@_ZN18CItemDefibrillator16OnActionCompleteEP13CTerrorPlayerP11CBaseEntity"
            
}
            
"CSurvivorDeathModel::Create"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x57\x8B\x7D\x2A\x85\xFF\x75\x2A\x33\xC0\x5F\x5D\xC3\x8B\x87\x2A\x2A\x2A\x2A\xC1\xE8"
                "linux"        "@_ZN19CSurvivorDeathModel6CreateEP13CTerrorPlayer"
            
}
            
"CBaseEntity::SetAbsOrigin"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xEC\x44\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\x2A\x56\x57\x8B\x7D\x2A\x8B\xF1\xE8\x2A\x2A\x2A\x2A"
                "linux"        "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
            
}
        }
    }


Last edited by crasx; 07-10-2013 at 04:24.
crasx is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 07-10-2013 , 05:31   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #139

Some of the above signatures here, though I have not tested and some are probably wrong: https://forums.alliedmods.net/showpo...3&postcount=27
__________________

Last edited by Silvers; 07-10-2013 at 05:31.
Silvers is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 07-11-2013 , 08:17   Re: [EXTENSION] [L4D2] Defibrillator Bug Fix (on servers higher than 8 players)
Reply With Quote #140

crasx with your signature the server crashes when a player connects.

silvers signature crash when a player dies.
SilentBr 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 04:40.


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