Raised This Month: $ Target: $400
 0% 

[L4D2] Tickrate Enabler


Post New Thread Reply   
 
Thread Tools Display Modes
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 07-11-2021 , 01:03   Re: [L4D2] Tickrate Enabler
Reply With Quote #11

I'm not really sure what you are trying to do here.

PHP Code:
void UpdateRates()
{
    
FindConVar("net_splitpacket_maxrate").FloatValue TICKRATE 1000;

This should be like this.


PHP Code:
void UpdateRates()
{
    
FindConVar("net_splitpacket_maxrate").FloatValue TICKRATE/1000;

__________________
Spirit_12 is offline
tanZfb
New Member
Join Date: May 2021
Old 07-11-2021 , 07:09   Re: [L4D2] Tickrate Enabler
Reply With Quote #12

Quote:
Originally Posted by BHaType View Post
What exactly is not working? The plugin doesn't start? Does the tickrate not change? what's wrongż
plugin not working
tanZfb is offline
vikingo12
Member
Join Date: Nov 2018
Old 07-11-2021 , 07:56   Re: [L4D2] Tickrate Enabler
Reply With Quote #13

(64):error 105: cannot find method or property Gamedata.GetMemSig

Address vomit = data.GetMemSig("CVomit::UpdateAbility");
vikingo12 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-11-2021 , 11:30   Re: [L4D2] Tickrate Enabler
Reply With Quote #14

Quote:
Originally Posted by vikingo12 View Post
(64):error 105: cannot find method or property Gamedata.GetMemSig

Address vomit = data.GetMemSig("CVomit::UpdateAbility");
Upgrade your SM. GetMemSig was added in 1.11.0.6630.
__________________
Psyk0tik is offline
Voevoda
Senior Member
Join Date: Aug 2016
Old 07-11-2021 , 12:15   Re: [L4D2] Tickrate Enabler
Reply With Quote #15

Quote:
Originally Posted by BHaType View Post
What exactly is not working? The plugin doesn't start? Does the tickrate not change? what's wrongż
sourcescramble я без него ставил щас буду пробовать с ним sorry

Last edited by Voevoda; 07-11-2021 at 12:16.
Voevoda is offline
BHaType
Great Tester of Whatever
Join Date: Jun 2018
Old 07-11-2021 , 15:57   Re: [L4D2] Tickrate Enabler
Reply With Quote #16

Quote:
Originally Posted by Spirit_12 View Post
I'm not really sure what you are trying to do here.

PHP Code:
void UpdateRates()
{
    
FindConVar("net_splitpacket_maxrate").FloatValue TICKRATE 1000;

This should be like this.


PHP Code:
void UpdateRates()
{
    
FindConVar("net_splitpacket_maxrate").FloatValue TICKRATE/1000;

Thanks for correcting but anyway this is for debug purposes and i will maybe remove it soon
__________________
cry
BHaType is offline
Send a message via AIM to BHaType
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 07-11-2021 , 18:52   Re: [L4D2] Tickrate Enabler
Reply With Quote #17

It might have some value. This sort of process will streamline a lot of server rates, which may not be a bad idea as long as hardware can support it.
__________________
Spirit_12 is offline
BHaType
Great Tester of Whatever
Join Date: Jun 2018
Old 07-11-2021 , 20:48   Re: [L4D2] Tickrate Enabler
Reply With Quote #18

Quote:
Originally Posted by VladimirTk View Post
What am I doing wrong? I get these errors when compiling
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// l4d2_tickrate_enabler.sp
//
// C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ tickrate_enabler.sp(64) : error 105: cannot find method or property GameData.GetMemSig
// C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ tickrate_enabler.sp(64) : warning 213: tag mismatch
// C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ tickrate_enabler.sp(70) : warning 213: tag mismatch
//
// 1 Error.
//
// Compilation Time: 0.28 sec
// ----------------------------------------

Press enter to exit ...
Required
SourceMod version > 10
__________________
cry
BHaType is offline
Send a message via AIM to BHaType
Voevoda
Senior Member
Join Date: Aug 2016
Old 07-12-2021 , 13:48   Re: [L4D2] Tickrate Enabler
Reply With Quote #19

SourcePawn Compiler 1.10.0.6502
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(64) : error 105: cannot find method or property GameData.GetMemSig
c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(64) : warning 213: tag mismatch
c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(70) : warning 213: tag mismatch
Voevoda is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-12-2021 , 14:00   Re: [L4D2] Tickrate Enabler
Reply With Quote #20

Quote:
Originally Posted by Voevoda View Post
SourcePawn Compiler 1.10.0.6502
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(64) : error 105: cannot find method or property GameData.GetMemSig
c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(64) : warning 213: tag mismatch
c:\Code\Project\EQGames\Sourcemod\scripting\M erge\TEST\l4d2_tickrate_enabler.sp(70) : warning 213: tag mismatch
I already stated above what you need...

Quote:
Originally Posted by Crasher_3637 View Post
Upgrade your SM. GetMemSig was added in 1.11.0.6630.
__________________
Psyk0tik 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 02:35.


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