------------
TOSTChatLog 
------------

for AoT350 / TOST43 by [T.O.P.F.]MadMax


anybugs.... (madmax@ese-protect.de and we will see what we can do)


What is this?
-------------
TOSTPiece for logging ingame chat (and events) in serverlog or separate logfile


###########################################################################
This is a server-only package, there's no need for client-installation !!! 
###########################################################################

How to install on your server ?
-------------------------------
Copy the .u file to the FIRST System-folder of your TacticalOps installation.

Open your Server.ini (or however it's called)

Goto Section [TOST43.TOSTServerMutator]
Find the first free Slot 
    Pieces[x]=
Add the piece
    Pieces[x]=TOSTChatLog.TOSTChatLog


Settings:
---------

[TOSTChatLog.TOSTChatLog]
bEnable=True                                     enables the piece
bShowSay=True                                    log chat
bShowJoin=True                                   log join/leave 
bShowKick=True                                   log kick
bShowEvent=True                                  log event (admin,kick,...)
bShowTOSTKick=True                               log TOSTkick (cheat,...)
LogFileFormat=TCL-%YYYY.%MM.%DD.%HH.%MI.%SS.log  filename-format known from TOST
LogFileDir=ChatLogs                              separate directory for logfiles
bWriteLogFile=True                               write to chatlog-file
bWriteSrvLog=False                               do NOT write to serverlog

The LogFileDir will be a subdirectory of
[Engine.StatLog]
LocalLogDir=../Logs

Make sure your new LogFileDir-directory already exists! 

Have fun

MadMax




