Is there any way for me to get meaningful data from my hlds output? I want to be able to parse it (which i can do on my own) just so i have logs of what map it's on, how many players, and who. Is what would be perfect is if I can get the info from when you type "status" in the tty that the server is running on. now, i can gather that information (hlds_run + options > hlds-output.file). but i have no way to send commands to it. I've tried passing them through the tty, but they just get echoed on the screen and not executed.
So to paint the big picture, I'd like to be able to pass the "status" command to the serevr, pipe the output through a program (that i made) and catch the output in a file. I figured i'd use a cronjob to update it every 15 minutes or so, depending on how that effects the server. Any suggestions? thanx! -- -Josh http://www.solairis.com _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

