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

SendProxy Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-22-2013 , 11:18   Re: SendProxy Manager
Reply With Quote #221

Quote:
Originally Posted by ddhoward View Post
I would ABSOLUTELY LOVE to see this implemented. Please consider, thank you.
If possible, it would require a massive restructuring of how this extension works to do it.

Unfortunately, I don't know if it's even possible to switch from SendVarProxyFn (currently used, has no recipients list) to SendTableProxyFn (not used, has CSendProxyRecipients list). Both exist on the Valve's SendProp class that this extension uses.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-22-2013 at 11:25.
Powerlord is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 08-22-2013 , 20:06   Re: SendProxy Manager
Reply With Quote #222

Quote:
Originally Posted by Powerlord View Post
If possible, it would require a massive restructuring of how this extension works to do it.

Unfortunately, I don't know if it's even possible to switch from SendVarProxyFn (currently used, has no recipients list) to SendTableProxyFn (not used, has CSendProxyRecipients list). Both exist on the Valve's SendProp class that this extension uses.
Sounds like something like list that holds Proxy for each client received

It would look like this probatly:
- Receiver - SendProp Affected by Proxy - Int
- Player01 - m_bIsPlayingMannVsMachine - 1
- Bot01__ - m_bIsPlayingMannVsMachine - 0
- Player03 - m_bIsPlayingMannVsMachine - 1
- Player04 - m_bIsPlayingMannVsMachine - 1
- Player05 - m_bIsPlayingMannVsMachine - 1
- Player06 - m_bIsPlayingMannVsMachine - 1
- Bot02__ - m_bIsPlayingMannVsMachine - 0
__________________
...

Last edited by Oshizu; 08-22-2013 at 20:08.
Oshizu is offline
Antlions
Member
Join Date: Sep 2012
Old 09-13-2013 , 15:42   Re: SendProxy Manager
Reply With Quote #223

what how do i fix sendproxy it wont work for tf2
Antlions is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 09-16-2013 , 05:09   Re: SendProxy Manager
Reply With Quote #224

The download link in the OP doesn't seem to be working, would someone please reupload it?

Edit: Nevermind, I found a download link on the previous page.
http://forums.alliedmods.net/showpos...&postcount=216

Last edited by Sreaper; 09-16-2013 at 05:18.
Sreaper is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 09-17-2013 , 01:27   Re: SendProxy Manager
Reply With Quote #225

Does this extension appear to not work for anyone else post update?
__________________
zeroibis is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 09-17-2013 , 07:27   Re: SendProxy Manager
Reply With Quote #226

Quote:
Originally Posted by zeroibis View Post
Does this extension appear to not work for anyone else post update?
The UpdateOnRemove offset increased by one.
KyleS is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 09-17-2013 , 08:02   Re: SendProxy Manager
Reply With Quote #227

Quote:
Originally Posted by KyleS View Post
The UpdateOnRemove offset increased by one.
Updated Gamedata

PHP Code:
... 
__________________
...

Last edited by Oshizu; 09-19-2013 at 07:38.
Oshizu is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-17-2013 , 11:20   Re: SendProxy Manager
Reply With Quote #228

Quote:
Originally Posted by Oshizu View Post
Updated Gamedata

PHP Code:
"Games"
{
    
"#default"
    
{
        
"Offsets"
        
{
            
"UpdateOnRemove"
            
{
                
"windows"    "106"
                "linux"    "107"
            
}
        }
    }

Except now you have the wrong offsets for TF2, DOD:S, and HL2:DM.

I'm thinking more like this:

PHP Code:
"Games"
{
    
"tf"
    
{
        
"Offsets"
        
{
            
"UpdateOnRemove"
            
{
                
"windows"    "105"
                "linux"        "106"
            
}
        }
    }

    
"cstrike"
    
{
        
"Offsets"
        
{
            
"UpdateOnRemove"
            
{
                
"windows"    "105"
                "linux"        "106"
            
}
        }
    }

    
"#default"
    
{
        
"#supported"
        
{
            
"game"        "dod"
            "game"        "hl2mp"
        
}
        
"Offsets"
        
{
            
"UpdateOnRemove"
            
{
                
"windows"    "104"
                "linux"        "105"
            
}
        }
    }

And in case it wasn't obvious, TF2 has been on 105/106 for months now. Edit: Unless that was broken since the last time I checked.

Edit 2: btw, the values are 105/106, not 106/107.
Attached Files
File Type: txt sendproxy.txt (428 Bytes, 222 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-17-2013 at 11:51. Reason: Dyes hair color back and puts in correct values
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-17-2013 , 11:52   Re: SendProxy Manager
Reply With Quote #229

Incidentally, the values are windows 105 and linux 106, not 106/107. I fixed the attachment in my previous post.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-17-2013 at 11:53.
Powerlord is offline
kossolax
AlliedModders Donor
Join Date: Jan 2008
Location: Belgium
Old 09-20-2013 , 14:51   Re: SendProxy Manager
Reply With Quote #230

What about that kind of values?
m_clrRender
kossolax 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 01:02.


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