Monday, November 5, 2012

PartyPoker Table Theme & Cards Mods with Paint.NET


You can edit some simple PartyPoker files with the free program Paint.NET v3.5.10 (download here: Paint.NET ) and take this basic PartyPoker Techno table theme from this:


PartyPoker Table Theme & Cards Mods with Paint.NET


To This:


PartyPoker Table Theme & Cards Mods with Paint.NET


What I did was edited the table layout to two tone grey, place a yellow rectangle across players that have folded, made the avatars solid black to read the tables easier, and colored all the aces yellow in the deck to make them easier to identify.

Here are the edited PartyPoker files and saved in their original directory:

avatar.PNG
avatar_disabled.PNG
Table_Carpet.JPEG

C:\Programs\PartyGaming\PartyPoker\Images\NewGameTable\Techno

cards.PNG

C:\Programs\PartyGaming\PartyPoker\Images\NewGameTable

Set the cards to actual size before editing the aces in Paint.NET v3.5.10 .


Here are the edited PartyPoker files and saved in their original directory:


Paint.NET v3.5.10  is a very easy program to work with and you can customize the table theme to your liking. Here are additional images:


Paint.NET v3.5.10  is a very easy program to work with and you can customize the table theme to your liking. Here are additional images:

Paint.NET v3.5.10  is a very easy program to work with and you can customize the table theme to your liking. Here are additional images:

Paint.NET v3.5.10  is a very easy program to work with and you can customize the table theme to your liking. Here are additional images:


You can also do the same with the OpportunityAlerts1.jpeg file to alert you to premium cards, by turning your table felt red:


You can also do the same with the OpportunityAlerts1.jpeg file to alert you to premium cards, by turning your table felt red:



You can always reinstall PartyPoker software to restore your table themes to default if you run into problems.

Color Full Tilt Poker Notes / Holdem Manager / Poker Tracker


Full Tilt Poker Notes

"With Full Tilt Poker notes, you have to manually import them into the xml file with notepad. Full Tilt Poker software cannot be running during the import in order to have the players colors / notes changes take effect."


Chris Ferguson Color Full Tilt Poker Notes / Holdem Manager / Poker Tracker


The following batch files can be used to color Full Tilt Poker Notes exactly the same as PokerStars Notes. The only difference is in the color batch file line that writes to the Full Tilt Poker XML file.

Each color batch file must be edited as in the following example.
"You must disable Real-time protection in Microsoft Security Essentials (MSE if enabled), or it will cripple the amount of time to complete the batch files sorting (MsMpEng.exe)."


Here is the modified PS-0-Note.bat file for Holdem Manager:

PS-0-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
 if /I %%b gtr "0.001" if /I %%b leq "0.1" echo ^<NOTE PlayerId= %%a ColourIx="0" Text="" /^>>>HM2STARS-READY-to-IMPORT.txt
)



Notice that

echo ^<NOTE PlayerId= %%a ColourIx="0" Text="" /^>>>HM2STARS-READY-to-IMPORT.txt

has been changed from

echo ^<note player= %%a label="0" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt

for the Full Tilt Poker Notes XML file.

The following batch files (in following posts) can be used to color Full Tilt Poker notes exactly the same as PokerStars notes.

Your Notes file is located in your installation directory where the Full Tilt Poker directory is located and the notes file is named after your player name (example: PHD_$_Thiefs.xml).

Full Tilt Poker has 14 different colors

Full Tilt Poker has 14 different colors so you can edit the batch files to use colors from 0 - 13.


You can alter the size of the FTP Note Icons to any size:

 
  • FTP application is not running 
  • Backup / rename (original) file RankDiodes.PNG
  • C:\Program Files (x86)\Full Tilt Poker\Graphics\NewTable\Common\Pod\RankDiodes.PNG
  • Edit the file in Paint.net
  • Select menu options: Image / Resize
  • Choose option By Percentage
  • Select a value greater or less than original
  • Save file in same location 
  • Start FTP to see the new sized FTP Note Icons

FTP With Larger Sized Notes

 
The following batch files (in following posts) can be used to color Full Tilt Poker notes exactly the same as PokerStars notes.



Saturday, October 20, 2012

Color PokerStars Notes with HM2 Holdem Manager PT4

I can color my PokerStars notes in 5 minutes compared to 4 hours with Notecaddy (even while you are playing online).

These batch files can also be used in the original Holdem Manager & original Poker Tracker. Option to bypass my custom PT4 filters, and used with Poker Tracker 4 with minor modifications to the batch files (takes only about 10 minutes for the whole PT4 database).

Color PokerStars Notes with HM2  Holdem Manager  PT4


There is no ZIP file to download. You can just copy / paste the following batch files posted into a notepad file and save / create your own Batch files.

"You must disable Real-time protection in Microsoft Security Essentials (MSE if enabled), or it will cripple the amount of time to complete the batch files sorting (MsMpEng.exe)."

Step 1 :

Create a report (Report.CSV) of all your players in the HM2 tourney database. Only select the player's name and VPIP stat as viewed in this image:

These batch files can also be used in the original Holdem Manager

Step 2:

Run the batch file HM2-Color-PokerStars.bat (in the same directory as Report.CSV location) . Your directory will look like this after the batch file is run.

Report.CSV location

Step 3:

Follow older posts on how to import your HM2STARS-READY-to-IMPORT.txt into your PokerStars Notes Import (even while you are playing online). Make sure the imported XML file is the same color codes as your original Pokerstars Notes XML file.

You are Finished ! Update your notes any time based on VPIP. The batch files can be edited to include more variables then the VPIP stat.


Batch Files:

 You can just copy / paste the following batch files posted into a notepad file and save / create your own Batch files.

Poker Tracker creates an additional set of quotes for the VPIP variable for each player in the Report.csv file. Edit each PS-?-Note.bat file's quotes on the third line, for the variable %%b. The quotes are removed like this:

PS-0-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I %%b gtr "0.001" if /I %%b leq "0.1" echo ^<note player= %%a label="0" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)


The following  batch files contain the instructions for HM2.


Each Color batch file (0-6 label) is set as default that can be edited to your liking:

Color 0 = .01 - 10 %
Color 1 = 10 - 15 %
Color 2 = 15 - 20 %
Color 3 = 20 - 30 %
Color 4 = 30 - 40 %
Color 5 = 40 - 50 %
Color 6 = 50 - 99.9 %


This batch file (HM2-Color-PokerStars.bat) deletes previous batch executions, sorts bad player names, calls a batch file for each color label which appends all the color files into one for import.

The color batch files (PS-0-Note.bat) can all have their VPIP values edited by replacing the numbers in quotes to whatever you want. This is 10 - 15 % in PS-1-Note.bat (gtr "0.1" if /I "%%b" leq "0.15"). this can be edited to 15 - 25 % like this: (gtr "0.15" if /I "%%b" leq "0.25")

Make sure all color batch files are changed if the percentages are changed in the quotes, so that all percentages are covered.



Copy and paste the following batch files in notepad to create your own batch files (saved with same names). The batch file is expecting the txt files to be located on the c: drive, so edit the drive letter, copy to c: drive, or remove the drive letter, if needed:



HM2-Color-PokerStars.bat


Del HM2-BAD-Name-Players.txt
Del HM2-GOOD-Name-Players.txt
del HM2STARS-READY-to-IMPORT.txt
FINDSTR "< > \""" C:Report.csv>>HM2-BAD-Name-Players.txt
FINDSTR /V "< > \""" C:Report.csv>>HM2-GOOD-Name-Players.txt
call PS-0-Note.bat
call PS-1-Note.bat
call PS-2-Note.bat
call PS-3-Note.bat
call PS-4-Note.bat
call PS-5-Note.bat
call PS-6-Note.bat


PS-0-Note.bat

@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.001" if /I "%%b" leq "0.1" echo ^<note player= %%a label="0" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-1-Note.bat

@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.1" if /I "%%b" leq "0.15" echo ^<note player= %%a label="1" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-2-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.15" if /I "%%b" leq "0.2" echo ^<note player= %%a label="2" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-3-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.2" if /I "%%b" leq "0.3" echo ^<note player= %%a label="3" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-4-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.3" if /I "%%b" leq "0.4" echo ^<note player= %%a label="4" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-5-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.4" if /I "%%b" leq "0.5" echo ^<note player= %%a label="5" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)

PS-6-Note.bat


@ECHO OFF
for /f "tokens=1-2 delims=," %%a in (HM2-GOOD-Name-Players.txt) do (
if /I "%%b" gtr "0.5" if /I "%%b" leq "0.999" echo ^<note player= %%a label="6" ^>^</note^>>>HM2STARS-READY-to-IMPORT.txt
)







Monday, July 9, 2012

Color Your PokerStars Notes While Playing Online


PokerStarsNotes.xml:


Updated the PokerStars utility file, (download here Color-Stars Notes-Online-2nd.zip), which requires only one batch file and one PT4 filter to color code all of your players in your database. The statistic is automatically included in the filter.


This file eliminates the need for the multiple batch files and PokerTracker filters in the previous post. The steps are greatly reduced, but the concept is the same.


You can color code players while you are playing against them, before / after sessions, or at breaks. It only takes a minute to update the players colors that you have played (or presently playing) against that day (other commercial products require that you be logged off Pokerstars).


Color Your PokerStars Notes While Playing Online


Readme.txt file explains the purpose of each file and displays the lines of text in the filter and statistic, that gives you the ability to edit the VPIP settings for each color (see post below for color scheme).


I also use the PHD_&_Thiefs NOTE color BLUE to label all the players on the bubble or close to it, so I can follow their tables (Satellites & Tourneys).


The three PT4 filters are set up to color code your whole database (first time), within the last 7 days, or just played against "Today" (which is the fastest update). It took me over an hour to color 85K players the first time, but daily updates takes less then a minute.


Read the earlier post on how the color coding works, by only using batch files and PokerTracker filters


Step - 1:


If you can locate your PokerStars notes file (see post below), make a copy of it to another directory, and then open the file in Notepad++, you have just completed half the work involved.


Edit that Stars notes copy in Notepad++, by deleting all players names but one, or just creating a unique named player. Now Run Pokerstars and import your modified notes file (see post below) and search for the new player name you have just created.


Step - 2:


Now that you are familiar with PokerStars notes, simply import the filters into PT4 from your directory holding the extracted files.


Run the filter report and export the report results into the same directory in text called ReportExport.txt. Make sure that ALL DATES is the selected option in the Date menu, when you run your reports, to tabulate their LIFETIME stats of Today's players.


Step - 3:


Run the Create-Stars-Color-Labels batch file and it will create a file called PT4-Color-Labels.txt from your report that you exported (ReportExport.txt).

The batch file is expecting the txt files to be located on the c: drive, so edit the drive letter, copy to c: drive, or remove the drive letter, if needed

Open the file PT4-Color-Labels.txt in Notepad++ and copy the contents into your duplicate PokerStarsnotes.xml, that you already have loaded in Notepad++ (see post below). Save the file and import it into Pokerstars notes Import option.


Step - 4:


You can update your color notes anytime, and as many times that you want. I leave the files loaded in Notepad++ and just answer yes when Notepad++ asks to reload them.


After I save the notes xml copy and import it, I then select the option of UNDO to remove the previous players names and just copy and save the new players over it (from PT4-Color-Labels.txt).


Finished:

Once you are comfortable importing and coloring, the option of coloring new players at your tables are done within a minute. You never have to manually color another player again (unless identifying bubble players), or log out of PokerStars to do it.



This is what your directory will look like after extracting the Color-Stars Notes-Online.zip file.


This is what your directory will look like after extracting the Color-Stars Notes-Online.zip file.
.



Sunday, June 17, 2012

Brock University @ Full Tilt Poker

When I originally started playing poker,  it was at  Full Tilt Poker with the name Brock University.
Full Tilt Poker with the name Brock University

Took me only a few weeks to understand the concept of poker. I played the freerolls until I finally cashed in, and started to play the micro cash games, satellites, and small entry tourneys, to grow my bankroll.


FTP Support - "Your sign up date is 6th February 2010"

10 days later I had my first cash through a freeroll:


10 days later I had my first cash through a freeroll:


Broke $100 - June 25 2010

Broke $100 - June 25 2010


Broke $500 - July 5 2010

Broke $500 - July 5 2010


Broke $1000  - July 30 2010

Broke $1000  - July 30 2010

IN 2012 TOP  0.5 % WORLD RANKINGS (PHD_$_THIEFS @ POKERSTARS)

Brock University @ Full Tilt Poker

Brock University @ Full Tilt Poker1

Brock University @ Full Tilt Poker2

Brock University @ Full Tilt Poker3

Thursday, June 14, 2012

Color Code PokerStars Notes With PokerTracker 4

If you are familiar with PokerStars notes, notepad, and copying / renaming files, you may want to color your Stars notes using PT4 filters.
Color Code PokerStars Notes With PokerTracker 4

I can color 85,000 Tourney players in about 25 minutes, each color designated by PT4 filters:

- 19 minutes to create ALL Dates / PT4 players reports and export them in a text file
- 5 minutes for batch files to filter and label all the players
- 1 minute to import  new PokerStars notes into existing notes
"You must disable Real-time protection in Microsoft Security Essentials (MSE if enabled), or it will cripple the amount of time to complete the batch files sorting (MsMpEng.exe)."

The 7 Day PT4  Custom filter,  run anytime within the last 7 days, will allow you to update your PokerStars players notes in 11 minutes with recent play.

- 8 minutes to create Last 7 Days PT4 players reports and export them in a text file
- 2 minutes for batch files to filter and label all the players
- 1 minute to import new PokerStars notes into existing notes


The more recent post Color Your PokerStars Notes While Playing Online will simplify these following steps.


Steps to Color Your PokerStars Notes:

1 - Download Notepad ++ free application & TUEJUN19-PT4STARS.ZIP. Create a directory called PT4STARS in your documents, and a library (if Windows 7) called PT4STARSLIB (Include the directory PT4STARS). Copy & extract the Zip file into this directory.

2 - Create PT4 Reports, with any of the PT4 filters available, for each color label that you require

3 - Run batch files to filter, sort, and label each player's color in your PT4 reports

4 - Import your new color notes into your PokerStars Notes xml file.


PT4 - PokerStars Notes Color Scheme Example:

Using PT4 Reports, this is my VPIP Color scheme for Tourneys / SNG's:

PT4 - PokerStars Notes Color Scheme Example:

As of now, there is no commercial support for Poker Tracker 4 and coloring Stars notes. You can actually use this with any product (PT3) that that will export a players report in a text file, for Stars colors (ideal for table selection).


PokerStars Notes Import Problems:

Took me a bit, but I finally located the characters in poker players names that were stopping my imports into PokerStars Notes xml files. It's PokerStars players names that contain any of the three  following characters:  (", <, >).

"Herz.dame <3"    "J<<<1212>>>J"    "yamy "o""

Out of 85K players, I have only 59 players that were flagged / filtered.

A Quote ( " ) at the beginning or end of the player's name (which causes a double quote in the XML file and causes import errors). The greater or less then symbols (<, >) are used by the xml files (create format errors). The batch files included separate players names with the bad characters.



PokerTracker 4 Reports:

The exported PT4 Reports HAVE to be named in this format PT4-EXPORT-Label-0. Each color label 0-9 has a separate report in order for these batch files to work. I have provided batch support for up to 10 colors.

Here is an example of what your PT4 Filter Menu will look like:

PokerTracker 4 Reports:


PT4-EXPORT-Label-0 NIT = VPIP < 10 %

To create a PT4 report based on VPIP, you could designate label 0 as NIT with a VPIP of 0-10 %.

Add these Stats to your PT4 Report Filter to only display:
Player -  VPIP  -  Chips Won  -  Hands

The Expression Filter is edited for VPIP < =10 %.

You save the report, but name it PT4-EXPORT-Label-0 NIT = VPIP < 10 % (anything after the 0 to help you remember the report's intention). Report will automatically run.

Set the Date option to ALL Dates and run the report again (verify the stats). Duplicate this report.


PT4-EXPORT-Label-0

With the duplicated report, remove the stats:
VPIP - Chips Won - Hands

Sort the report with names alphabetical (troubleshooting potential).

This time you will save it only as PT4-EXPORT-Label-0. Copy the name PT4-EXPORT-Label-0 and select Export the report to your PT4STARS directory as (Paste) PT4-EXPORT-Label-0.txt.


You now have two PT4 Reports in your PT4 Filter List:

PT4-EXPORT-Label-0  NIT-VPIP < 10 %
PT4-EXPORT-Label-0


Check that both reports have the same number of players, where the second report (no stats) is used just to export the players names for the batch files.

You have to repeat this with each Label 0-9 (color) that you want to use. They will be automatically sorted in the PT4 menu list. Always copy and paste these names for filenames when exporting reports (after you have created your original ones), or you are doing something wrong.

The exception is if you have a set of filters for different games, like: HYPER, 6 Man, HU, or DON. Then you would have a directory for each game type and the filters would be named (if HYPERS):

HYPERS-PT4-EXPORT-Label-0  NIT-VPIP < 10 %
HYPERS-PT4-EXPORT-Label-0

When you export the PT4 filtered text file, you would drop the the game type and have a file name that was written for the batch files, but saved in it's own game type directory (PT4STARSHYPER).

PT4-EXPORT-Label-0


PT4-EXPORT-Label-===7=DAYS.PT4.RPT:

Kraada / WhiteRider (PokerTracker 4 support), have created a filter that allows you to display all the players you have played against in the last 7 days, with their lifetime stats (PT4 Forum Topic.).

You need to create one filter for each color, and the "7 days" can be changed to any number that you prefer by editing the "7" in the PT4 filters:

interval '7 days'

You still need to save it in  PT4-EXPORT-Label-0 format for the batch files.


Download: Notepad ++

Download here  Notepad ++ which will allow you to easily copy / past / save XML files. It is just like Notepad, but with more features.

I use the Macro recorder option to quickly simplify the copying / pasting process of player names within the batch files.


Download: TUEJUN19-PT4STARS.ZIP

Download here the TUEJUN19-PT4STARS.ZIP file and copy it to the PT4STARS directory, which include the batch files and two xml files.

This is your new directory PT4STARS with extracted files:

This is your new directory PT4STARS with extracted files:



PT4STARS-Filter-AND-Write XML-Labels.bat:
REM *** This batch file uses the DOS FINDSTR command to remove all POKERSTARS players REM *** names that contain any of the three following characters:  ( ", <, >)
REM *** A Quote at the beginning or end of the player name (which causes a double quote
REM *** to the XML file and causes errors), and the greater or less then
REM *** symbols (which are used by the xml files and cause errors).
REM *** The (echo "-Label-1") is used as a  troubleshooting marker if any fail to appear in the final
REM *** PokerStars Notes file.
REM *** Bad player names are separated into one file with each color label included.
REM *** Here are some examples of bad names:  ""Lex"_expert" "$<Hada-Tum>$"


The GOOD players are written in each (PT4-Export-Label-4-Filtered-GOOD.txt) file for each color:

Download here  Notepad ++ which will allow you to easily copy / past / save XML files.

Label-0-Batch.bat
REM *** Each batch file (0-9) is run with the start command to allow simultaneous creation of
REM *** import files for each color label.
REM *** Each PT4 export file that has been filtered for valid player names (XML Friendly), will
REM *** then have the added xml code to designate it the proper color for PokerStars Notes.
REM *** They are then saved in a import file for that specific color label
REM *** (example: PT4STARS-Label-3-IMPORT.txt).
REM *** Each batch file is in this format:
for /f "tokens=*" %%a in (PT4-Export-Label-4-Filtered-GOOD.txt) do (
echo ^<note player= %%a label="4" ^>^</note^>>>PT4STARS-Label-4-IMPORT.txt
)

These are the same players as previous image except the XML color labels have been added:

These are the same players as previous image except the XML color labels have been added:


Combine-ALL-PT4STARS-IMPORTS.bat
REM *** This batch file will take all the IMPORT files and combine into one file called
REM *** PT4STARS-READY-to-IMPORT.txt .


PT4Stars-READY-to-IMPORT.txt
REM *** Open the PT4Stars-XML-IMPORT.xml in Notepad ++
REM *** Open PT4Stars-READY-to-IMPORT.txt in Notepad ++

PT4Stars-READY-to-IMPORT.txt in Notepad ++:

PT4Stars-READY-to-IMPORT.txt in Notepad ++


PT4Stars-XML-IMPORT.xml

In Notepad++, you will Select All in the file PT4STARS-READY-to-IMPORT.txt and Copy / Paste it in PT4Stars-XML-IMPORT.xml file

In the image below, you can paste the text at line 16 or overwrite line 15. The file is saved and then imported in PLAYERS NOTES option of IMPORT NOTES. The color scheme (line 15), MUST be identical throughout the file (for each player), as it indicates each variable field within the XML file. It's useful in detecting missing or bad lines in your file.

This is the PT4Stars-XML-IMPORT.xml file imported in Notepad ++:

The file is saved and then imported in PLAYERS NOTES option of IMPORT NOTES.

Do NOT overwrite the last line when copying / pasting which is </notes> since this ends the xml file.


 Notes.PHD_$_Thiefs.xml

Is the notes file that you can rename to your own notes xml file. It has 10 colors and is a duplicate  of the PT4Stars-XML-IMPORT.xml file. You can also create your own notes settings by renaming your notes to old and logging into PokerStars without any notes.xml file. Pokerstars will create the default one for you after you ADD any player and exit Pokerstars. You can log back in and edit the colors & labels that you prefer. Copy and rename it PT4Stars-XML-IMPORT.xml for the imports.


Backing Up Your Notes & Changing Notes Directory Location:

If you are not sure where your notes are, go into Stars menu option PLAYERS NOTES and a popup box will have FILE LOCATION Button. That is where your notes file is presently stored. Your file is named in this format: "notes.YOURPLAYERNAME.xml".

This is the PokerStars PLAYERS NOTES option:

Backing Up Your Notes & Changing Notes Directory Location:

Exit out of Pokerstars, and make backup copies of this file. Also rename the existing file to "Backupnotes.YOURPLAYERNAME.xml". You will now log back into Stars and go back into menu option PLAYERS NOTES and select the FILE LOCATION Button again, but this time select the newly created PT4STARS directory in your documents as the new location.

Exit out of Pokerstars, and you should see in the PT4STARS directory a new "notes.YOURPLAYERNAME.xml" file. Rename it as"Backupnotes.YOURPLAYERNAME.xml", and rename  "notes.PHD_$_Thiefs.xml" to "notes.YOURPLAYERNAME.xml". This xml file now has the 10 predefined colors and labels as displayed in the previous image


First Attempt to Color PokerStars Notes with PT4:

Only create one color report and for only a few players to test out your setup. You can run the batch files individually if you are not getting the expected results.

Here is a directory of what PT4STARS directory will look like after running the batch files:

First Attempt to Color PokerStars Notes with PT4:

Attempt to Color PokerStars Notes with PT4:

Random:

You could create separate reports for Cash games by selecting the "export your saved reports for cash" option. You can create a separate library/directory for Cash, with a copy of all the batch files.

You can start creating your filters, running your batch files labels, and update your players notes towards the end of your last game / session, completed in 11 minutes.

If you have duplicate player's name in your import file, the last one in your list will have that color.

XML Imports through Stars PLAYERS NOTES option will only overwrite colors and append written notes to players that I tested. It was limited in testing, so backup and verify that your written notes are intact.

 PT4Stars-XML-IMPORT.xml MUST have been duplicated from your present
"notes.YOURPLAYERNAME.xml" file WITHOUT any modified / additional Colors / Label Name changes. If you changed you original notes.xml, then recreate the PT4Stars-XML-IMPORTxml file.

When you import a notes file, check the first and last player to see if they are all included . Also
the "-Label-0-9" players will be added for every color and should be in your notes.

Some batch files may  be expecting the txt files to be located on the c: drive, so edit the drive letter, copy to c: drive, or remove the drive letter, if needed.

My goal was to make something quick, easy, and WORKING !