AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description. (https://forums.alliedmods.net/showthread.php?t=201768)

mcpan313 11-26-2012 07:27

[TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
4 Attachment(s)
Server Command:
PHP Code:

tools_cvarlist 

Dump file path:
PHP Code:

addons/sourcemod/logs/tools_cmdlist_XXXXXXXXX.cfg
addons
/sourcemod/logs/tools_cvarlist_XXXXXXXX.cfg 

Changelog


Flagslist




TnTSCS 11-26-2012 09:46

Re: [DEBUG] Cvarlist - List all cvar, value, flags and description.
 
Nice, thank you :)

mcpan313 11-27-2012 13:17

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
Little change:
  • Add cvar def value in comment, and change layout.

psychonic 11-27-2012 15:14

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
Pet peeve: there may be others like this as well, but FCVAR_LAUNCHER ceased to exist after ep1. The newer flag using that value is called FCVAR_DEVELOPMENTONLY (as can be seen in the swarm sdk) which makes a bit more sense.

mcpan313 11-27-2012 23:12

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
Quote:

Originally Posted by psychonic (Post 1844773)
Pet peeve: there may be others like this as well, but FCVAR_LAUNCHER ceased to exist after ep1. The newer flag using that value is called FCVAR_DEVELOPMENTONLY (as can be seen in the swarm sdk) which makes a bit more sense.

Thanks! I'll update it, but I found a strange problem. https://forums.alliedmods.net/showthread.php?t=201895

Sheepdude 12-04-2012 11:20

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
Thanks mcpan, this is a brilliant and infinitely useful plugin! After the CS:GO update yesterday they added a bunch of obscure (and unannounced) cvars to autokick team attackers, fortunately this plugin made it very easy to find them. =)

mcpan313 12-10-2012 05:59

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
Add convar min/max value.

Grey83 01-07-2021 10:47

Re: [TOOLS] Cvarlist & Cmdlist - List all cvar/cmd, value, flags and description.
 
1 Attachment(s)
Rewritten with new syntax and some optimizations.
Changed path for dumps (they can be changed at the beginning of the source file: CMD_DUMP and CVAR_DUMP).


All times are GMT -4. The time now is 03:19.

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