Log files are useful for finding old quest instructions.If like me, PlaneShift has been installed, removed and installed againthen, as in my case, PlaneShift log files from previous installationscan get lost and therefore quest instructions/conversations are losttoo.I use Linux/UNIX. I am not a Windows or Macintosh user so it would behelpful if those users could add to this thread with equivalentsuggestions.In the following examples replace 'Sibylla_Leh' with your charactername. If your character name is 'John Smith' then instead of:Sibylla_Leh_chat.txt use:John_Smith_chat.txtPlaneShift log files are located in the following directoriesdepending on the operating system we use:Windows: In the user home directory, usually in "Document andSetting\Username\Application Data\PlaneShiftLinux: ~/.PlaneShiftMac OS X: ~/Library/Application Support/PlaneShiftSource: http://www.hydlaaplaza.com/smf/index.php?topic=32332.0Backup your PlaneShift chat log file:=====================================To backup you PlaneShift chat log file:Linux/UNIX:-----------mkdir ~/PlaneShift_Backupscp ~/.PlaneShift/logs/Sibylla_Leh_chat.txt ~/PlaneShift_Backups/Sibylla_Leh_chat_01-02-09.txtWindows and Macintosh:----------------------Use the file manager to:- Create a backup directory.- Copy you PlaneShift log file to that new backup directory.- Rename the backup copy of your PlaneShift chat log file so it does not get overwritten the next time you back-it-up.Scenario: =========We want to see what Trasok recently said to us.On linux/UNIX type: grep "Trasok Starhammer" ~/.PlaneShift/logs/Sibylla_Leh_chat.txtor grep "Trasok Starhammer" ~/PlaneShift_Backups/Sibylla_Leh_chat_01-02-09.txt Alternatively use a text editor to open and search the log file or abacked-up chat log file for: Trasok Starhammer(Linux/UNIX) Use the tail application to monitor chat activity:---------------------------------------------------------------tail -f .PlaneShift/logs/Sibylla_Leh_chat.txt I find this command useful for watching activity generated by all tabsexcept the System tab, while I have the System tab open or whilePlaneShift is hidden behind other applications, is located on anotherscreen or is minimised.
If like me, PlaneShift has been installed, removed and installed againthen, as in my case, PlaneShift log files from previous installationscan get lost and therefore quest instructions/conversations are losttoo.