by parasti » Wed May 06, 2009 11:46 pm
You could set the "log_file" variable, have an external program monitor the file while updating a cfg file with a bunch of variables upon seeing certain strings, continuously (with "defer") exec the cfg file from within Nexuiz and use the variables in your aliases/binds. It'll work (I've tested it with a crude shell script), but the console will be spammed with "execing xyz.cfg" and there will be noticeable delay between events and variable values. And it's so convoluted that it's funny; I certainly hope there's a better way to achieve the same thing.