Results 1 to 2 of 2

Thread: Can you monitor setClientCvar() from client?

  1. #1
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts

    Can you monitor setClientCvar() from client?

    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)

  2. #2
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts
    Solution:

    Add seta logfile "1" in config_mp.cfg

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •