Difference between revisions of "Chat Text Remover Tool"

From The Al`Kabor Project Wiki
Jump to navigation Jump to search
(Page creation)
 
(added images)
Line 1: Line 1:
Often users wish to submit logs to give developers, but want the privacy of having the chat text removed.  This page explains how to get and use a simple tool that removes chat text from log files.
Often users wish to submit logs to developers, but also want the privacy of having the chat text removed.  This page explains how to get and use a simple tool that removes chat text from log files.


This program will search for chat text from single name sources.  Multi-name character chat (NPCs) will remain.  For this reason it is better to use this tool rather than some other pattern matching tool which likely will not preserve NPC text.
This program will search for chat text from single name sources.  Multi-name character chat (NPCs) will remain.  For this reason it is better to use this tool rather than some other pattern matching tool which likely will not preserve NPC text.
Line 12: Line 12:


[https://drive.google.com/open?id=0B9w2lZ-BZM3ldFNiTVdhUGkySmM Chat Text Remover Tool Download]
[https://drive.google.com/open?id=0B9w2lZ-BZM3ldFNiTVdhUGkySmM Chat Text Remover Tool Download]
[[File:chat_text_remover_download.jpg]]


== Running the Program ==
== Running the Program ==


Unzip it into a folder.  Copy your log files into that folder.  Run the executable.
Unzip it into a folder.  Copy your log files into that folder.  Run the executable.
[[File:chat_text_remover_folder.jpg]]


The executable will look for any .txt files in the folder, parse them, and output copies of those files without chat text in them.  The new file names will have "_cleaned" appended, like '''eqlog_soandso_52_cleaned.txt'''.
The executable will look for any .txt files in the folder, parse them, and output copies of those files without chat text in them.  The new file names will have "_cleaned" appended, like '''eqlog_soandso_52_cleaned.txt'''.


A modern processor will parse about 100 megs per minute.
A modern processor will parse about 100 megs per minute.
[[File:chat_text_remover_running.jpg]]

Revision as of 23:17, 12 March 2016

Often users wish to submit logs to developers, but also want the privacy of having the chat text removed. This page explains how to get and use a simple tool that removes chat text from log files.

This program will search for chat text from single name sources. Multi-name character chat (NPCs) will remain. For this reason it is better to use this tool rather than some other pattern matching tool which likely will not preserve NPC text.

If privacy is not a concern for you, then please do not use this tool and send the logs raw, as developers often get useful information from player discussions; such as players mentioning item drops, or players commenting on NPC stats and abilities. Text from single name NPCs might also be lost.

Getting the Program

This program is for Windows. It is a lua script that is compiled to an executable.

Download the program from Torven's Google Drive using this link:

Chat Text Remover Tool Download

Chat text remover download.jpg

Running the Program

Unzip it into a folder. Copy your log files into that folder. Run the executable.

Chat text remover folder.jpg

The executable will look for any .txt files in the folder, parse them, and output copies of those files without chat text in them. The new file names will have "_cleaned" appended, like eqlog_soandso_52_cleaned.txt.

A modern processor will parse about 100 megs per minute.

Chat text remover running.jpg