PDA

View Full Version : Can you monitor setClientCvar() from client?



raphael
27th April 2023, 05:31
Hi

There is a server that makes my client to exec "vstr cvar" using a .menu file
I know the name of the cvar, but I can't find the value it puts to my client

I feel it's readable somewhere otherwise I think I couldn't exec it
I try to find the cvar value in config_mp.cfg, without success

In case it's written here, I guess I struggle because the .cfg file gets updated so quick, that when I search the cvar, it's already deleted by the server
In that case, could you suggest a tool to log/see the modifications it gets?

Could you help me please?

(i'm doing this with CoD 1.1)

raphael
27th April 2023, 18:49
Solution:

Add seta logfile "1" in config_mp.cfg

The cvar value will get written to console_mp.log in main folder