How to merge Full Tilt player notes
There’s an old program FTP Player Notes Manager which may not work currently. Merging player notes manually isn’t too cumbersome:
- Close Full Tilt Poker.
- Your player notes are located in
C:/Program Files/Full Tilt Poker/username.xml
(adjust for your install directory). Backup these files and put them in the same computer.
- Each player note takes up a line that looks like this:
<NOTE PlayerId=”Valikoski” ColourIx=”7″ Text=”idiot from Northern Europe” />
These are the lines that matter to us, and we will leave the other lines at the top and bottom of each file alone. We want to avoid having duplicate players notes in the same file. If you know there are no duplicates, then just copy and paste all the
<NOTE />lines from one file to the other. Otherwise, see Wikipedia’s list of file comparison tools and use one of those programs to compare your player notes files. Copy and paste the extra notes from one file to the other. - I found that one of my files had its player notes in reverse order, so I had to use reverse the file before comparison. You can find another program to do this, or use the Linux command
tac username.xml > reverse.xml
- Save the merged file as
C:/Program Files/Full Tilt Poker/username.xml
and you are done.