29 Jun 10, 03:12PM
A built-in auto-client logging feature, with possibly the ability to choose the format of the time stampped file names of the logs, preferrably have AC create a new log with every single session - no more of this complicated:
Stuff. :p
P.S. That is the bat script for exactly this feature request on Windows, you must have a folder named clientlog within your AC installation prior to using it. Thanks again Freddo for writing it. :)
[SELECT ALL] Code:
FOR /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c)
FOR /f "tokens=1-3 delims=: " %%a in ('time /t') do (set time=%%a%%b-%%c)
bin_win32\ac_client.exe --home="?MYDOCUMENTS?\AssaultCube" --init %1 %2 %3 %4 %5 >> clientlog\clientlog-%date%-%time%.txt
Stuff. :p
P.S. That is the bat script for exactly this feature request on Windows, you must have a folder named clientlog within your AC installation prior to using it. Thanks again Freddo for writing it. :)