Raised This Month: $ Target: $400
 0% 

Solved How is PVS ( Potentially view set ) calculated for an origin ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 06-19-2022 , 06:26   Re: How is PVS ( Potentially view set ) calculated for an origin ?
Reply With Quote #7

Here are the signatures for
SV_ValidClientMulticast ( the linux signature could not work, because I found just a reference from this function, not it's offset ):
PHP Code:
{
    
"name" "SV_ValidClientMulticast",
    
"library" "engine",
    
"arguments" :
    [
        {
            
"type" "int"
        
},
        {
            
"type" "int"
        
},
        {
            
"type" "int"
        
}
    ],
    
"return" :
    {
        
"type" "bool"
    
},
    
"identifiers" :
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" : [0x550x8B"*"0x510x560x33"*"0x570x8B0xF9]
        },
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" : [0x4D0x55"*"0x540x490x430x410x530x54"*"0x200x450x20x72"*"0x720x200x250x640x21]
        }
    ]

and

SV_PointLeafnum:
PHP Code:
{
    
"name" "SV_PointLeafnum",
    
"library" "engine",
    
"arguments" :
    [
        {
            
"type" "float"
        
}
    ],
    
"return" :
    {
        
"type" "int"
    
},
    
"identifiers" :
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" : [0x510x8B0x150xB0"*""*"0x040xE8]
        },
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" 0x6A6B4
        
}
    ]

Tested on windows and linux ( but with the problem mentioned above for 'SV_ValidClientMulticast' )
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
 


Thread Tools
Display Modes

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 00:19.


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