Page 1 of 1

trying to add colour to my hud stats

PostPosted: Fri Oct 15, 2010 1:03 pm
by luckycolm
hi
i was attempting to do this viewtopic.php?f=45&t=11188&p=72524#p72524 with my hud today but i kept getting this message "colour condition expression must evaluate to boolbean" when i press the final save button. the message can be seen here http://img689.imageshack.us/img689/6480/ptsn.jpg

also can i get the colour to change on that stat to green when he folds his steal 70% of the time, can i put in multiple colours between 30-90% then, say yellow between 30-50 and say orange 50-70 and light red 70-90.or would pt3 do this automatically

Re: trying to add colour to my hud stats

PostPosted: Fri Oct 15, 2010 2:06 pm
by kraada
You need to remove the "s so that it just reads #Fold Steal to Blind Reraise# < 10.

You can add as many such conditions as you want; PT3 only changes colors based on conditions that you add.

Re: trying to add colour to my hud stats

PostPosted: Fri Oct 15, 2010 3:54 pm
by luckycolm
ohh right
just so that you know that was the way it is shown in that tutorial ormaybe i just picked it up wrong

ok just to clarify this i would write in my first command like
#fold steal to blind reraise#<10 and select the colour red for this
then my next range would be between 90-70 would i write it like

[a] #fold steal to blind reraise#10><30 and select light red for the colour
or
[b]#fold steal to blind reraise#<30 and select light red for the colour

do you understand what iam trying to do?
iam trying to get the colour to change as the %'s of "fold steal to blind reraise" changes

Re: trying to add colour to my hud stats

PostPosted: Fri Oct 15, 2010 5:18 pm
by kraada
You've got the general idea, but to make a range between 10 and 30 you can actually use "BETWEEN" like so:

#fold steal to blind reraise# BETWEEN 10 and 30

And that should work properly.

Re: trying to add colour to my hud stats

PostPosted: Fri Oct 15, 2010 8:54 pm
by luckycolm
still having a bit of trouble setting ranges see the link below for a screen shot

http://img191.imageshack.us/img191/8859/2ndpt3.jpg

Re: trying to add colour to my hud stats

PostPosted: Sat Oct 16, 2010 4:16 am
by WhiteRider
"BETWEEN" doesn't work for me either.
The colour conditions are checked in order, though, so as long as they are in the right order you can just use:

#Fold Steal to Blind Reraise# < 30

Anything less than 10 will already be red so this second condition won't even be checked.
Alternatively you could do:

#Fold Steal to Blind Reraise# >=10 AND #Fold Steal to Blind Reraise# < 30

Re: trying to add colour to my hud stats

PostPosted: Sat Oct 16, 2010 5:30 pm
by luckycolm
ok that worked and i set up 3 stats to be colour coded
att to steal blind+fold steaal to blind reraise
pre flop raise+fold pre flop raise to 3bet
cbet+fold cbet to reraise

and after 300 hands none of them have shown any colour what so ever
must i activate this function or something?

i have restarted pt3 and the hud

Re: trying to add colour to my hud stats

PostPosted: Sat Oct 16, 2010 5:43 pm
by WhiteRider
There is no need to activate anything as long as you Applied the stat changes and restarted the HUD.
Are you sure you have the conditions correct?

Please make a Backup of just the default Optional Files (no databases) and attach it to a Support ticket and we'll check it out. Please include the names of the 3 stats you have coloured, and a link to this thread for reference.
Thanks.