View Single Post
  #1  
Unread 29th October, 2013, 04:11 AM
Dekry Dekry is offline
Forum Newcomer
 
Join Date: Oct 2013
Posts: 2
Default UT3 Changing server log output.

Hello everybody!
I was wondering if it's possible to change the format of the server log output. If so, what file should I edit? I am talking about UTGame/Logs/Launch-backup*.log files.

More specifically, I need to add an extra parameter to player info. For example, currently the format is as follows:
Code:
ScriptLog: ###SECURITY: some_random_nickname || some_random_nickname || hash || ip_address:port
I need to have a player Unique ID ouput in logs as well, lke so:
Code:
ScriptLog: ###SECURITY: some_random_nickname || some_random_nickname || hash || ip_address:port || Unique ID
I hope I get some feedback on this issue soon. Throw any ideas you got, doesn't have to solve the entire problem. I just need something to push from. Thanks in advance guys.
Reply With Quote