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

YeGods High Ping Remover v1.0.1.10


Post New Thread Reply   
 
Thread Tools Display Modes
300FraYda
New Member
Join Date: Oct 2007
Old 01-28-2008 , 14:44   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #101

Here is polish translation for this plugin.

Code:
    "High Ping Violation"
    {
        "#format"    "{1:d}"
        "en"        "{1} seconds remaining before getting kicked for a high ping violation"
        "de"        "{1} Sekunden verbleiben bis ein Kick wegen zu hochem Ping erfolgt."
        "pl"        "{1} Pozostało sekund zanim zostaniesz usunięty za zbyt wysoki ping"
    }
    "High Choke Violation"
    {
        "#format"    "{1:d}"
        "en"        "{1} seconds remaining before getting kicked for a high choke violation"
        "de"        "{1} Sekunden verbleiben bis ein Kick wegen zu hochem Choke erfolgt."
        "pl"        "{1} Pozostało sekund zanim zostaniesz usunięty za wysoki choke"
    }
    "High Loss Violation"
    {
        "#format"    "{1:d}"
        "en"        "{1} seconds remaining before getting kicked for a high loss violation"
        "de"        "{1} Sekunden verbleiben bis ein Kick wegen zu hochem Paketverlust erfolgt."
        "pl"        "{1} Pozostało sekund zanim zostaniesz usunięty za wysoki loss"
    }
    "Hit Connection Violations"
    {
        "#format"    "{1:d},{2:d}"
        "en"        "Sorry, You've hit {1} connection violations and have been banned for {2} minutes"
        "de"        "Sorry, Du hast {1} Verbindungsverstöße erreicht und wirst für {2} Minuten gebannt."
        "pl"        "Wybacz, Masz {1} złych połaczen i zostaniesz zbanowany na {2} minut"
    }
    "Ping Too High"
    {
        "#format"    "{1:f}"
        "en"        "Sorry your ping is too high. Max ping is {1}"
        "de"        "Sorry dein Ping ist zu hoch. Max Ping ist {1}"
        "pl"        "Wybacz, masz za wysoki PING. Maksymalny ping to {1}
    }
    "Choke Too High"
    {
        "#format"    "{1:f}"
        "en"        "Sorry your choke is too high. Max choke is {1}"
        "de"        "Sorry dein Choke ist zu hoch. Max Ping ist {1}"
        "pl"        "Wybacz masz za wysoki choke. Maksymalny choke to {1}"
    }
    "Loss Too High"
    {
        "#format"    "{1:f}"
        "en"        "Sorry your loss is too high. Max loss is {1}"
        "de"        "Sorry dein Paketverlust ist zu hoch. Max Paketverlust ist {1}"
        "pl"        "Wybacz Twój loss jest za wysoki. Maksymalny loss to {1}"
    }
}
300FraYda is offline
bzz0
Senior Member
Join Date: Oct 2005
Location: Latvia, Riga
Old 01-28-2008 , 18:38   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #102

Do I need to paste in my server.cfg
exec sourcemod/plugin.yghpr.cfg
?
__________________
Let's make it better
bzz0 is offline
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 01-29-2008 , 04:13   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #103

Quote:
Originally Posted by ottobohn View Post
I've attached a version that only kicks due to ping, not choke or player loss. Just eliminate the cvars for loss/choke from your server.cfg and u'll be fine. Just worry about setting the ping kick.

Otto
n00bsalad.net
Hi Otto,

I spotted your post while coming back to check this plugin out again and having a ping only check was exactly what we were after, so TY!

Matt
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
ottobohn
Senior Member
Join Date: Sep 2007
Old 02-01-2008 , 12:29   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #104

Quote:
Originally Posted by bzz0 View Post
Do I need to paste in my server.cfg
exec sourcemod/plugin.yghpr.cfg
?

I dont put anything in the server.cfg except the cvars in plugin.yghpr.cfg. I just take it a step farther. You can just edit the values in plugin.yghpr.cfg and be fine. I like to set the cvars in server.cfg that are in plugin.yghpr.cfg, so I know 100% that my server will have those values.

Otto
ottobohn is offline
urus
Senior Member
Join Date: Jan 2007
Old 02-02-2008 , 15:54   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #105

I find what plugin wrong detect players ping.
For example "yghpr_maxping" = "80.0", but players with ping 100 stay on server without problems.

It because this line in plugin:

fClientLatency = GetClientLatency (client, NetFlow_Outgoing) * 500.0;

calculated ping 80 as ~ 50 and only players with ping ~ 120 and more real kicked from server for ping violation (0.160000 * 500.0 = 82 > 80 ).

500.0 it`s good value for ping 10-15, but for ping 80 this must be ~ 780.0 and for ping 120 ~ 820.0
urus is offline
The-Killer
Senior Member
Join Date: May 2007
Old 02-26-2008 , 01:40   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #106

good thought but even when i said max choke to 50 people were still getting kicked for it and i dont see how anyone could have a choke that high and not notice them lag, maybe make a version that does ping only?
The-Killer is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 02-26-2008 , 01:55   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #107

Already done and works perfecty. Should replace the plugin on the first page as its bugged. Go to page 10 for the plugin.

http://forums.alliedmods.net/showthr...=57944&page=10
__________________

DontWannaName is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 03-02-2008 , 19:04   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #108

Sorry I've not been here for ages

I'll be releasing an update for this soon. Think the best way to go about it is to disable the Choke/Loss options, till i get to what was causing all the problems
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 03-02-2008 , 22:19   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #109

Thanks man
__________________
Tekniqal is offline
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 03-03-2008 , 13:25   Re: YeGods High Ping Remover v1.0.1.7
Reply With Quote #110

Cant wait for an update...
__________________
tcviper is offline
Send a message via MSN to tcviper
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 23:38.


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