05 Dec 14, 07:39AM
I can't help with logging speech to an alias, but if you want to log everything, replace your assaultcube.bat with this:
...obviously including any changes you already have to the final line.
Can you please stop needlessly double posting and quoting your own posts, thanks.
[SELECT ALL] Code:
if not exist client_logs ( md client_logs )
for /F "tokens=1-3 delims=/ " %%a in ('date /t') do set partd=%%c%%b%%a
for /F "tokens=1,2 delims=:" %%d in ('time /t') do set partt=%%d%%e
bin_win32\ac_client.exe --init %1 %2 %3 %4 %5> client_logs\clientlog_%partd%_%partt%.txt
Can you please stop needlessly double posting and quoting your own posts, thanks.