Page 3 of 3

Re: Show graphic icon in the HUD

PostPosted: Tue Apr 18, 2017 4:47 pm
by BillGatesIII
4StarGen wrote:Woah, awesome work, really, gratz for that

this ^^

Re: Show graphic icon in the HUD

PostPosted: Thu Oct 14, 2021 3:07 am
by Mike_
kraada wrote:This piece is what displays an icon; in particular this one displays the icon named ar_13.png in the Icons subfolder:

'{'+format('IMG:Icons/ar_13.png:55}'

Everything else in the screenshot from the first page is related to his particular if/then structure he was using. So something like this should work to show ar_13.png if the player has VPIP > 10 and 0 otherwise:

if( (cnt_vpip / (cnt_hands - cnt_walks)) * 100 > 10, '{'+format('IMG:Icons/ar_13.png:55}', 0)



I’ve been experimenting with this recently. What I can’t find is how to access the directory where the different icons are stored. Are they still available somewhere ?

Re: Show graphic icon in the HUD

PostPosted: Thu Oct 14, 2021 5:42 am
by Flag_Hippo
C:\Program Files (x86)\PokerTracker 4\Data\Images\Icons