Logging??
#1
I NEED to log what the player X said and save it into an alias.How can i do it?
Thanks given by:
#2
http://assault.cubers.net/docs/commandline.html
Thanks given by:
#3
That's server side logging afaik. I think he wants client side logging.
Thanks given by:
#4
I want log everything not my server (i dont have a server)
Thanks given by:
#5
Mousikos can you help me?
Thanks given by:
#6
I know how to do it but that sounds extremely creepy, so... no. What'd be interesting if there was a way to log it to an external file.
Thanks given by:
#7
I just want to find what $arg1 wrote to make my friend script
Thanks given by:
#8
Vanquish i can see you :p
Thanks given by:
#9
Yer i know Rad-, Music, Mouse, Mousikos. But telling him to copy stuff out of his terminal would've been too easy
Thanks given by:
#10
(05 Dec 14, 01:20AM)MCS Wrote: Yer i know Rad-, Music, Mouse, Mousikos. But telling him to copy stuff out of his terminal would've been too easy

Well, there's a way to log everything to an alias too. I run it using dmenu so I don't see terminal output. /meshrugs
Thanks given by:
#11
(05 Dec 14, 12:23AM)Mhtsos Wrote: Vanquish i can see you :p

doubt it, i've taped over the webcam on my laptop to defend myself against the prying eyes of the nefarious denizens of the internet
Thanks given by:
#12
I can't help with logging speech to an alias, but if you want to log everything, replace your assaultcube.bat with this:
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
...obviously including any changes you already have to the final line.

Can you please stop needlessly double posting and quoting your own posts, thanks.
Thanks given by:
#13
Additionally to what jamz said, can you possible come up with some more elaborated thread titles (e.g. How to log ingame chat?) next time. Give other forum users a chance to realize that this is not about mapping or modding. Thanks.
Thanks given by:
#14
Thanks guys :) Now i can start coding my friendship script :)
Thanks given by:
#15
LOCK!!!!
Thanks given by:
#16
(04 Dec 14, 11:54PM)Mhtsos Wrote: I want log everything

considered making a social media site?
nah but gl with your script mate
Thanks given by:
#17
thanks :)
Thanks given by: