AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   [CSGO/ANY?] ForceRate (https://forums.alliedmods.net/showthread.php?t=287906)

SM9 09-18-2016 00:26

[CSGO/ANY?] ForceRate
 
1 Attachment(s)
This is not my plugin, I have simply compiled it for Windows and created a Visual Studio solution to make it easier for others, I don't know how to compile it on Linux yet, sorry guys.

This is basically a choke fix for 128 tick servers, its apparently a better solution than changing net_splitrate or net_maxcleartime.

In this compiled version, I have also default the cvar net_forcerate to 2147483647 which is basically unlimited, You might want to decrease this if your server host has a bandwidth limit although this value appears to be fine on my servers.

This is the reddit post which explains more: https://www.reddit.com/r/GlobalOffen...28tick_servers.

Tobba 09-18-2016 05:38

Re: [CSGO/ANY?] ForceRate
 
1 Attachment(s)
Here's an updated version that should stop the crashing, it removes the use of a hook on GetDataRate (which was more of a holdover from trying to use a different method). I'm still not sure exactly why it crashed, but this should be far more stable.

decentLIVE 09-18-2016 09:36

Re: [CSGO/ANY?] ForceRate
 
It would be great if you could give a little install tutorial for noobs like me :)

SM9 09-18-2016 11:27

Re: [CSGO/ANY?] ForceRate
 
Quote:

Originally Posted by Tobba (Post 2454875)
Here's an updated version that should stop the crashing, it removes the use of a hook on GetDataRate (which was more of a holdover from trying to use a different method). I'm still not sure exactly why it crashed, but this should be far more stable.

Updated first post, cheers.

Quote:

Originally Posted by decentLIVE (Post 2454925)
It would be great if you could give a little install tutorial for noobs like me :)

Download the zip file in the first post and then copy the addons folder to your /csgo/ directory, Thats it :) (Assuming you are using Windows)

SM9 09-18-2016 13:51

Re: [CSGO/ANY?] ForceRate
 
Updated again with latest commit, can confirm crashes are fixed, Thanks!

Wilczek 09-18-2016 14:55

Re: [CSGO/ANY?] ForceRate
 
Could the SM developers confirm if this is safe to use, please?

psychonic 09-18-2016 15:17

Re: [CSGO/ANY?] ForceRate
 
Looks fine at a glance.

Wilczek 09-18-2016 16:01

Re: [CSGO/ANY?] ForceRate
 
Thank you :)

VPPGamingNetwork 09-18-2016 23:10

Re: [CSGO/ANY?] ForceRate
 
its safe to use guys since we were testing it on my servers. Great guy and thank you for doing this. Love you so much bro no homo!! 128 tick!!

Peace-Maker 09-19-2016 02:12

Re: [CSGO/ANY?] ForceRate
 
3 Attachment(s)
Here's this MM:S plugin as a sourcemod plugin.
Thanks to Drifter's example for getting an engine interface.

This adds the same convar "net_forcerate" which defaults to "0" - disabled.

Edit: Added a check to verify the CNetChan::m_Rate offset is correct before trying to change it.


All times are GMT -4. The time now is 21:08.

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