math_counter check

  • If you're asking a question make sure to set the thread type to be a question!
D

Digaag Wa Riz

With sv_cheats on, type ent_dump [name of math_counter] into the console. It will print all the keys for the entity and their associated values.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
alternatively if you're interested in exactly when a math counter reaches certain values, use 'developer 2'
If that wizzes by too fasr for you, use 'con_filter_enable 1' with 'con_filter_text <string>' to remove everything that doesn't match the desired string (use an entity name for all inputs to that entity as well as all outputs it sends)
 

henke37

aa
Sep 23, 2011
2,075
515
Does ent_text show the counter status? That one accepts entity names. Of course, you'd need to look in the right direction, but that's hardly a challenge.
 

MegapiemanPHD

Doctorate in Deliciousness
aa
Mar 31, 2012
1,937
1,280
With sv_cheats on, type ent_dump [name of math_counter] into the console. It will print all the keys for the entity and their associated values.
Doing that gives me the max, classname, hammerid, and friction but not the current value of the math counter.

alternatively if you're interested in exactly when a math counter reaches certain values, use 'developer 2'
If that wizzes by too fasr for you, use 'con_filter_enable 1' with 'con_filter_text <string>' to remove everything that doesn't match the desired string (use an entity name for all inputs to that entity as well as all outputs it sends)
typing developer 2 in the console doesn't seem to do anything.