Hi

I'm creating a map for HL2 and using the data collected in the console.log file to monitor a players spatial xyz data (big thanks to Bud Doug Lee for his excellent advice on how to automate the "status" command).

In addition to movement, I want to use the console log file to monitor when players complete certain tasks (press buttons, pickup objects, activate triggers, etc). By using the command "developer 2" that information appears to be successfully recorded in the console log.

Unfortunately, this information is also presented in the top left hand corner of the screen when the game is running. Is there a way to turn off this on-screen info whilst still getting that data into the console log file? Alternatively, is there any other way to get event trigger info (such as button press) into a log file??

Any help much appreciated

Thanks
Steve