View Single Post
epzminion
AlliedModders Donor
Join Date: Jan 2011
Old 09-05-2017 , 16:42   Re: L4D/L4D2 Tickrate Enabler
Reply With Quote #6

Quote:
Originally Posted by Skorpyo View Post
It appears to be just not loading the plugin, the plugins list does not show the tickrate enabler as being active, when I type "sm plugins list". Nor does it show any errors. Near the end of the log when the server starts, a "basecommands.smx" entry for each rate command is shown, as "changed cvar" (and then the appropriate values)
This is not a Sourcemod plugin. It won't appear in your "sm plugins list". Type plugin_print in console as Spirit_12 mentioned, and it will appear in that list if loaded:
Code:
Loaded plugins:
---------------------
0:      "Metamod:Source 1.10.7-dev"
1:      "Tickrate_Enabler 1.4, ProdigySim"
---------------------
If it is loaded correctly and you're still not exceeding 30 fps, then check the cvars Spirit_12 mentioned. Also check the value of fps_max. I think it defaults to 30.
epzminion is offline