Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

01-27-2015 , 01:56 AM
Quote:
Originally Posted by AKingdom
After trying to tweak the omaha hud via the program I'm no longer getting a hud. Log files are showing parser errors for my SWC hands. I'm running Windows and MySQL. Any ideas?
So your HUD worked before the tweaking? You can reset your whole config by removing the config file: %appdata%\fpdb\HUD_config.xml

You'll have to set everything up again.

My beta releases have better SWC support but MySQL is not functional yet.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 03:43 AM
Quote:
Originally Posted by phil_r
So your HUD worked before the tweaking? You can reset your whole config by removing the config file: %appdata%\fpdb\HUD_config.xml

You'll have to set everything up again.

My beta releases have better SWC support but MySQL is not functional yet.
Thx. Although I did end up switching over to postgres, which I assume is better (correct me if I'm wrong), that's not what made the difference. I pulled a newer version of the sealstofpdb script off of sourceforge since it's that script that generates the parsing error messages and that did the trick.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 03:46 AM
Quote:
Originally Posted by AKingdom
Thx. Although I did end up switching over to postgres, which I assume is better (correct me if I'm wrong), that's not what made the difference. I pulled a newer version of the sealstofpdb script off of sourceforge since it's that script that generates the parsing error messages and that did the trick.
I have no idea what happened here, but I'm glad you have things working to your satisfaction.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 01:29 PM
Hi, i got this little issue while i was changing my HUD.
Here are the settings. The 3,2 doesn't show anything and i didn't find what's wrong with it.

Quote:
<ss cols="3" name="holdem_tour" rows="3" xpad="1" ypad="0">
<stat _rowcol="(1,1)" _stat_name="steal_0" hudcolor="#ECEBD0" hudprefix="st:" popup="poppreflop" stat_hicolor="#D86C1D" stat_hith="40" stat_locolor="#5ec265" stat_loth="25" tip=""/>
<stat _rowcol="(1,2)" _stat_name="pfr_0" hudcolor="#ECEBD0" hudprefix="pfr:" popup="poppreflop" stat_hicolor="#D86C1D" stat_hith="35" stat_locolor="#5ec265" stat_loth="20" tip=""/>
<stat _rowcol="(1,3)" _stat_name="vpip_0" hudcolor="#ECEBD0" hudprefix="vpip:" popup="pop3bet" stat_hicolor="#D86C1D" stat_hith="13" stat_locolor="#5ec265" stat_loth="4" tip=""/>
<stat _rowcol="(2,1)" _stat_name="n" hudcolor="#7F9476" hudprefix="(" hudsuffix=")" popup="pophands" tip=""/>
<stat _rowcol="(2,2)" _stat_name="playershort" hudcolor="#7F9476" hudprefix="" hudsuffix="" popup="holdtour_main" tip=""/>
<stat _rowcol="(2,3)" _stat_name="cb1_0" hudcolor="#D86C1D" hudprefix="cb:" popup="popcb" stat_hicolor="#D86C1D" stat_hith="75" stat_locolor="#5ec265" stat_loth="35" tip=""/>
<stat _rowcol="(3,1)" _stat_name="wtsd_0" hudcolor="#ECEBD0" hudprefix="wts:" popup="popwtsd" tip=""/>
<stat _rowcol="(3,2)" _stat_name="ffreq_0" hudcolor="#ECEBD0" hudprefix="ffreq:" popup="popsteal" stat_hicolor="#D86C1D" stat_hith="45" stat_locolor="#5ec265" stat_loth="10" tip=""/>
<stat _rowcol="(3,3)" _stat_name="m_ratio" hudcolor="#FFFC00" hudprefix="M:" stat_hicolor="#5EC265" stat_hith="19.99" stat_locolor="#F33725" stat_loth="9.99" tip=""/>
</ss>
</stat_sets>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 02:52 PM
Does the live FPDB HUD work with Bovada?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 05:46 PM
Phil if I wanted the player name to only display the first few letters of the name do you know what code I would use for that?

Also, my hud is displaying blank values for the empty seats, do you know how I can make it so that it doesn't appear at all when the seat is empty?

Thx
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 05:54 PM
Quote:
Originally Posted by Liivik
Hi, i got this little issue while i was changing my HUD.
Here are the settings. The 3,2 doesn't show anything and i didn't find what's wrong with it.
For ffreq_x the (x) should be a value from 1 to 4 afaik.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 09:38 PM
Quote:
Originally Posted by AKingdom
For ffreq_x the (x) should be a value from 1 to 4 afaik.
Close. There is also no underscore. So: ffreq1.

If ffreq0 existed, it would just be 100 - vpip, right (or close enough)?

Last edited by phil_r; 01-27-2015 at 09:52 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 09:46 PM
Quote:
Originally Posted by AKingdom
Phil if I wanted the player name to only display the first few letters of the name do you know what code I would use for that?

Also, my hud is displaying blank values for the empty seats, do you know how I can make it so that it doesn't appear at all when the seat is empty?

Thx
Code:
_stat_name="playershort"
I think you can hide individual HUD blocks by middle-clicking them. They should re-show themselves when there is a player sitting there. Edit: this doesn't work in my releases. Fixed for next. (I think you are using **************** though so it should work for you?)

Last edited by phil_r; 01-27-2015 at 10:13 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 09:51 PM
Quote:
Originally Posted by Hughmirinbrah
Does the live FPDB HUD work with Bovada?
http://forumserver.twoplustwo.com/sh...postcount=7477
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 10:24 PM
Quote:
Originally Posted by phil_r
Close. There is also no underscore. So: ffreq1.

If ffreq0 existed, it would just be 100 - vpip, right (or close enough)?
Actually you are close , it's ffreq1 for the popup stats and ffreq_1 for the hud.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 10:50 PM
Quote:
Originally Posted by phil_r
wts = I think this is went to showdown over all hands.
I'd like to revise my answer. wtsd_0 in the hud config means this the "wtsd" stat with 0 decimal places! wtsd is went to showdown when saw flop/4th street.

Similarly ffreq_1 would mean "ffreq" with 1 decimal place. If "ffreq" was a stat, which it isn't. I'm fairly confident about this.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 07:37 AM
Quote:
Originally Posted by phil_r
Thanks for the reply. I've seen a lot of contradictory answers about Bovada. Are you familiar with why Holdem Indicator works on Bovada but so many people say 'no HH means no HUD'. I'm just referring to session stats of course, not tracking anonymous players.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 09:48 AM
Quote:
Originally Posted by Hughmirinbrah
Thanks for the reply. I've seen a lot of contradictory answers about Bovada. Are you familiar with why Holdem Indicator works on Bovada but so many people say 'no HH means no HUD'. I'm just referring to session stats of course, not tracking anonymous players.
FPDB (and probably most other HUDs) work by reading hands from the HH files. I imagine Holdem Indicator reads hand information directly from the client, either by screen scraping or by inserting itself in the Bovada client. That's just a guess though. I have no intention of trying to do anything similar with FPDB, given it's probably a huge pain in the butt and would have to be handled separately across all the platforms FPDB supports.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 10:53 AM
Hello guys,

I just register en 2+2 and also just install FDBP to be able to play on SealsWithClubs.

I made it work but in the cash graph tab (where I check my live sessions), the higher limit is the nl1000. I saw a snapshot in an old post fromanother web of this tab with the nl1600.

Somebody knows how can I display on the graph the limits higher than the nl1000 ?

I'm also having some trouble with the hud moving for place to place. An idea of how to have it in place with the right stats once for all ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:20 AM
Quote:
Originally Posted by EstefanTT
Hello guys,

I just register en 2+2 and also just install FDBP to be able to play on SealsWithClubs.

I made it work but in the cash graph tab (where I check my live sessions), the higher limit is the nl1000. I saw a snapshot in an old post fromanother web of this tab with the nl1600.

Somebody knows how can I display on the graph the limits higher than the nl1000 ?
FPDB should show all the limits that are in your database. You may need to restart FPDB after importing a new limit for the first time. I'll take a look in case something weird is happening though. Edit: seems to be working fine for me, grabbed a couple of 10000pl hands and they show up.

Quote:
I'm also having some trouble with the hud moving for place to place. An idea of how to have it in place with the right stats once for all ?
If you have a preferred seat set, you need to tell FPDB about it. Help Menu -> About, License and Copying. Should tell you "your config file is: ..." Open up the config file and search for "seals", should find something like this:

Code:
        <site site_name="SealsWithClubs"
                enabled="False"
                screen_name="YOUR SCREEN NAME HERE" 
                site_path="C:/Program Files/SealsWithClubs/handhistories"
                HH_path="C:/Program Files/SealsWithClubs/handhistories"
                aux_enabled="True" hud_menu_xshift="0" hud_menu_yshift="0">
            <email fetchType="request-summary" host="YOUR_EMAIL_SERVER" username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD" useSsl="True" folder="INBOX"/>
            <layout_set game_type="all" ls="sealswithclubs_default"/>
            <fav max="2" fav_seat="0"/>
            <fav max="4" fav_seat="0"/>
            <fav max="6" fav_seat="0"/>
            <fav max="7" fav_seat="0"/>
            <fav max="8" fav_seat="0"/>
            <fav max="9" fav_seat="0"/>
            <fav max="10" fav_seat="0"/>
        </site>
Fiddle with the fav_seat numbers on the table sizes you play.

Last edited by phil_r; 01-28-2015 at 11:27 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:35 AM
can someone explain what 'player short' does?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:36 AM
Quote:
Originally Posted by AKingdom
can someone explain what 'player short' does?
Truncates screen name to 5 characters. Well, if the screen name has 6 or less characters it will show the whole name, otherwise it truncates to 5 characters and adds a period.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:41 AM
Thanks a lot Phil, you save my day !
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:41 AM
Oh cool, thx Phil.

Do you happen to know if 'save hud layout' in the drop down menu works? Will it rmb where I placed each hud the next session?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:43 AM
Quote:
Originally Posted by AKingdom
Oh cool, thx Phil.

Do you happen to know if 'save hud layout' in the drop down menu works? Will it rmb where I placed each hud the next session?
I believe it works in my current release. I'm still not entirely sure what you are running. Try it and see!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:46 AM
I tried it earlier and it didn't seem to work but then again I have to press the buttons like 10x for them to register. Maybe it doesn't like my Windows 7 theme.

I may try out your release.

Last edited by AKingdom; 01-28-2015 at 11:54 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:56 AM
Quote:
Originally Posted by AKingdom
I tried it earlier and it didn't seem to work but then again I have to press the buttons like 10x for them to register. Maybe it doesn't like my Windows 7 theme.

I saw your release but it says OSX, will it work for Windows as well?
I've provided windows builds for a couple of releases now. Maybe I should make that a bit more clear in the readme.

However, there is no postgresql support in windows yet, and I only just added mysql support (and it didn't work - I've been working with zannapp over email to fix mysql, I think we are close).

How would you like to be the windows postgresql guinea pig?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 11:58 AM
Quote:
Originally Posted by phil_r
I've provided windows builds for a couple of releases now. Maybe I should make that a bit more clear in the readme.

However, there is no postgresql support in windows yet, and I only just added mysql support (and it didn't work - I've been working with zannapp over email to fix mysql, I think we are close).

How would you like to be the windows postgresql guinea pig?
Ha ha, sure I don't mind.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2015 , 12:01 PM
Quote:
Originally Posted by AKingdom
Ha ha, sure I don't mind.
Brilliant. Give me a day or two to finalise the MySQL fixes and figure out what I need for pgsql, and I'll put out a new release candidate.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m