WoW Combatlog Splitter

  • 2 pages found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
Date Format Strings Tak0r Tak0r 29 Nov 2008
valid Format strings are, every combination of the following letters and signs "MdyHhmst_?.-" and whitespace. please note that this is case sensitive!!!! y yy yyy yyyy => "8 08 008 2008" year M MM MMM MMMM => "3 03 Mar March" month d dd ddd dddd => "9 09 Sun Sunday" day h hh H HH => "4 04 16 16" hour 12/24 m mm => "5 05" minute s ss => "7 07" second t tt => "P PM" A.M. or P.M.
Main Tak0r Tak0r 29 Nov 2008
This it not really an Addon it's a tool written in C# with .NET 2.0 to split Large Log files created by forgetting to clean up your WoW logdirecory for some time and by this creating a horrible large logfile which consists of Data from more than one Raid. Since manually splitting the events is a pain in the ass I created this tool to do it for me automatically! The Sourcecode is hosted on google and will be in future too since I don't really want to change the respo now. You can access the...
  • 2 pages found