View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-27-2019 , 07:14   Re: [L4D2]Witch fixes[Left 4 Fix]
Reply With Quote #5

Code:
WitchLocomotion::IsAreaTraversable()
In left4dead1 it really works in linux. It autually allows witches to chase survivor into saferoom!!
wow! what the wonderful fix!!!!!
However, there's a problem, I'm sorry, did not know where to find the windows signature
PHP Code:
"Games"
{
    
"left4dead"
    
{
        
"Functions"
        
{
            
"WitchLocomotion::IsAreaTraversable"
            
{
                
"signature"  "WitchLocomotion::IsAreaTraversable"
                "callconv"  "thiscall"
                "return"  "bool"
                "this"  "ignore"
            
}
        }
        
"Signatures"
        
{
            
"WitchLocomotion::IsAreaTraversable"
            
{
                
"library"        "server"
                "linux"        "@_ZNK15WitchLocomotion17IsAreaTraversableEPK8CNavArea"
                "windows"        "??????????????"
            
}
        }
    }

__________________

Last edited by HarryPotter; 07-27-2019 at 07:14.
HarryPotter is offline