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

09-27-2017 , 08:00 PM
Is there a pot odds in percentage option? Really handy when playing multi table.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2017 , 09:01 PM
Thanks for the offer! I like the 3x3 setup. I don't find aggression factor very useful, so I mostly want to replace it with something like donk bet % or how often they fold to a bet on the turn.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2017 , 09:04 PM
Quote:
Originally Posted by Willthare24
Is there a pot odds in percentage option? Really handy when playing multi table.
I don't really know anything, so I'm speaking out my ass here, but I suspect that might run afoul of some sites' TOS.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2017 , 10:05 PM
Quote:
Originally Posted by Willthare24
Is there a pot odds in percentage option? Really handy when playing multi table.
That would require FPDB to know things during the hand. It only knows them after the hand.

Also as mentioned, this would be entering the realm of banworthy for some sites.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2017 , 03:33 AM
Quote:
Originally Posted by phil_r
That would require FPDB to know things during the hand. It only knows them after the hand.

Also as mentioned, this would be entering the realm of banworthy for some sites.
I didn't even consider weather it was against the rules for some sites.

Is there a way to make just vpip and pfr bold and bigger than the rest?

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2017 , 04:06 AM
Quote:
Originally Posted by Arvedin
Thanks for the offer! I like the 3x3 setup. I don't find aggression factor very useful, so I mostly want to replace it with something like donk bet % or how often they fold to a bet on the turn.
Ok do you not want session profit for cash games
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2017 , 05:14 AM
Quote:
Originally Posted by Arvedin
Thanks for the offer! I like the 3x3 setup. I don't find aggression factor very useful, so I mostly want to replace it with something like donk bet % or how often they fold to a bet on the turn.

locate the xml file click help then About/licenses/copying should be under C drive app data.

open the xml file scroll all the way down to line 1793 i believe and replace with:

<ss cols="3" name="holdem_ring" rows="4" xpad="1" ypad="0">

<stat _rowcol="(1,1)" _stat_name="blank" popup="default"/>
<stat _rowcol="(1,2)" _stat_name="playershort" hudcolor="#7F9476" hudprefix="" hudsuffix="" popup="holdring_main" tip=""/>
<stat _rowcol="(1,3)" _stat_name="n" hudcolor="#7F9476" popup="pophands" tip="" hudprefix="(" hudsuffix=")" />

<stat _rowcol="(2,1)" _stat_name="vpip_0" hudcolor="#b75e00" hudprefix="vpi:" popup="poppreflop" stat_hicolor="#176b00" stat_hith="30" stat_locolor="#b70000" stat_loth="20" tip=""/>
<stat _rowcol="(2,2)" _stat_name="pfr_0" hudcolor="#b75e00" hudprefix="pfr:" popup="poppreflop" stat_hicolor="#b70000" stat_hith="76" stat_locolor="#176b00" stat_loth="50" tip=""/>
<stat _rowcol="(2,3)" _stat_name="three_B" hudcolor="#b75e00" hudprefix="3b" popup="pop3bet" stat_hicolor="#176b00" stat_hith="8" stat_locolor="#b70000" stat_loth="3" tip=""/>

<stat _rowcol="(3,1)" _stat_name="steal_0" hudcolor="#b75e00" popup="popsteal" stat_hicolor="#176b00" stat_hith="50" stat_locolor="#b70000" stat_loth="30" hudprefix="st:" tip=""/>
<stat _rowcol="(3,2)" _stat_name="f_steal_0" hudcolor="#b75e00" popup="popsteal" stat_hicolor="#176b00" stat_hith="60" stat_locolor="#b70000" stat_loth="40" hudprefix="fst:" tip=""/>
<stat _rowcol="(3,3)" _stat_name="car0_0" hudcolor = "#b75e00" popup="popsteal" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="car:" tip=""/>

<stat _rowcol="(4,1)" _stat_name="cb1_0" hudcolor="#b75e00" popup="popcb" stat_hicolor="#b70000" stat_hith="75" stat_locolor="#176b00" stat_loth="35" hudprefix="cbf:" tip=""/>
<stat _rowcol="(4,2)" _stat_name="f_cb1_0" hudcolor = "#b75e00" popup="popsteal" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="fcb:" tip=""/>
<stat _rowcol="(4,3)" _stat_name="ffreq2" hudcolor = "#b75e00" popup="hold_turn" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="fft:" tip=""/>
</ss>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2017 , 05:15 AM
or if you would like the hud with profit use with:

<ss cols="3" name="holdem_ring" rows="4" xpad="1" ypad="0">

<stat _rowcol="(1,1)" _stat_name="totalprofit" click="" popup="pophands" tip=""/>
<stat _rowcol="(1,2)" _stat_name="playershort" hudcolor="#7F9476" hudprefix="" hudsuffix="" popup="holdring_main" tip=""/>
<stat _rowcol="(1,3)" _stat_name="n" hudcolor="#7F9476" popup="pophands" tip="" hudprefix="(" hudsuffix=")" />

<stat _rowcol="(2,1)" _stat_name="vpip_0" hudcolor="#b75e00" hudprefix="vpi:" popup="poppreflop" stat_hicolor="#176b00" stat_hith="30" stat_locolor="#b70000" stat_loth="20" tip=""/>
<stat _rowcol="(2,2)" _stat_name="pfr_0" hudcolor="#b75e00" hudprefix="pfr:" popup="poppreflop" stat_hicolor="#b70000" stat_hith="76" stat_locolor="#176b00" stat_loth="50" tip=""/>
<stat _rowcol="(2,3)" _stat_name="three_B" hudcolor="#b75e00" hudprefix="3b" popup="pop3bet" stat_hicolor="#176b00" stat_hith="8" stat_locolor="#b70000" stat_loth="3" tip=""/>

<stat _rowcol="(3,1)" _stat_name="steal_0" hudcolor="#b75e00" popup="popsteal" stat_hicolor="#176b00" stat_hith="50" stat_locolor="#b70000" stat_loth="30" hudprefix="st:" tip=""/>
<stat _rowcol="(3,2)" _stat_name="f_steal_0" hudcolor="#b75e00" popup="popsteal" stat_hicolor="#176b00" stat_hith="60" stat_locolor="#b70000" stat_loth="40" hudprefix="fst:" tip=""/>
<stat _rowcol="(3,3)" _stat_name="car0_0" hudcolor = "#b75e00" popup="popsteal" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="car:" tip=""/>

<stat _rowcol="(4,1)" _stat_name="cb1_0" hudcolor="#b75e00" popup="popcb" stat_hicolor="#b70000" stat_hith="75" stat_locolor="#176b00" stat_loth="35" hudprefix="cbf:" tip=""/>
<stat _rowcol="(4,2)" _stat_name="f_cb1_0" hudcolor = "#b75e00" popup="popsteal" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="fcb:" tip=""/>
<stat _rowcol="(4,3)" _stat_name="ffreq2" hudcolor = "#b75e00" popup="hold_turn" stat_hicolor="#b70000" stat_hith="45" stat_locolor="#176b00" stat_loth="10" hudprefix="fft:" tip=""/>
</ss>

The stat i replaced aggression factor with was fold frequency on turn ("ffreq2") you can change to your preference just change the _stat_name=" INPUT PREFERENCE HERE "

All the stats available here https://github.com/philroberts/FPDB-...wiki/HUD-stats

Last edited by Willthare24; 09-28-2017 at 05:30 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2017 , 02:53 PM
Much thanks! I'm at work right now so I can't use it at the moment, but I'll definitely try it out tonight.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-29-2017 , 02:26 PM
Would anyone know why I can't seem to get FPDB working on BetOnline? I've got the path and username put in, I don't get any errors on auto-import, but the HUD never comes up.

Edit to add: it's working fine on Stars
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2017 , 04:02 AM
Quote:
Originally Posted by Arvedin
Would anyone know why I can't seem to get FPDB working on BetOnline? I've got the path and username put in, I don't get any errors on auto-import, but the HUD never comes up.

Edit to add: it's working fine on Stars
i need see your config, i think is something wrong there.

ps sorry for my eng)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2017 , 09:46 AM
I have a minor bug using 0.41 on PokerKing (WPN). It always seems to think that we are playing at a 9-handed table. Even when we are full at 6-max there are 3 extra hud stat windows filled with XXXXX

That wouldn't matter but if we are six handed then some of the other people appear in the wrong position becuase it thinks there are 3 empty seats between us and them (saving layout doesn't help because the three empty seats aren't always in the same place relative to us.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-09-2017 , 05:35 AM
Quote:
Originally Posted by LektorAJ
I have a minor bug using 0.41 on PokerKing (WPN). It always seems to think that we are playing at a 9-handed table. Even when we are full at 6-max there are 3 extra hud stat windows filled with XXXXX

That wouldn't matter but if we are six handed then some of the other people appear in the wrong position becuase it thinks there are 3 empty seats between us and them (saving layout doesn't help because the three empty seats aren't always in the same place relative to us.
may be i not understand you, but try set favorite seat in your conf
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-09-2017 , 06:55 AM
Yes that's set up. Consider the following:
Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).

The system knows that I have it set up so my seat (in this case seat 4) is always displayed at the bottom (my own stats are always in the right place). The trouble is, it can't tell whether the above means:

Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).
Seat 6: Empty

or
Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).
Seat 6: Empty
Seat 7: Empty
Seat 8: Empty
Seat 9: Empty

so it uses the 9-max settings all the time.

If I am in seat 4, then seat 1 is directly opposite me in 6-max, whereas it is at about 10 o'clock in 9-max.

Of course I can save the 9-max HUD so that the seat 3 to my left appears directly opposite me but then it's in the wrong place when I really play 9-max and also if later I am in a different seat the some of the positions will be out. - If in 6-max I am in seats 1 or 2 then the seat number which is 4 higher than mine, should appear at 10-o'clock, but if I save it like that then when I sit in seat 6 I will get the data for seat 1 in that position rather than seat 4 as the computer thinks it's 9-max.

Potential ideas to identify 6-max-ness
1) No people currently in seats 7-9.
2) No people during the current tournament ever sitting in seats 7-9
3) For cash games - no DB record of people ever sitting at seats 7-9 at a cashgame table with that name
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-09-2017 , 06:23 PM
Quote:
Originally Posted by LektorAJ
Yes that's set up. Consider the following:
Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).

The system knows that I have it set up so my seat (in this case seat 4) is always displayed at the bottom (my own stats are always in the right place). The trouble is, it can't tell whether the above means:

Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).
Seat 6: Empty

or
Game ID: 0.05/0.10 (PRR) Dobhar-chu - 5 (Hold'em)
Seat 1 is the button
Seat 1: BlayZ (10.63).
Seat 2: sentenza_mtl (15.68).
Seat 3: Dayfairs1kk (11.05).
Seat 4: Hero (4.63).
Seat 5: UrSoDumb (10).
Seat 6: Empty
Seat 7: Empty
Seat 8: Empty
Seat 9: Empty

so it uses the 9-max settings all the time.

If I am in seat 4, then seat 1 is directly opposite me in 6-max, whereas it is at about 10 o'clock in 9-max.

Of course I can save the 9-max HUD so that the seat 3 to my left appears directly opposite me but then it's in the wrong place when I really play 9-max and also if later I am in a different seat the some of the positions will be out. - If in 6-max I am in seats 1 or 2 then the seat number which is 4 higher than mine, should appear at 10-o'clock, but if I save it like that then when I sit in seat 6 I will get the data for seat 1 in that position rather than seat 4 as the computer thinks it's 9-max.

Potential ideas to identify 6-max-ness
1) No people currently in seats 7-9.
2) No people during the current tournament ever sitting in seats 7-9
3) For cash games - no DB record of people ever sitting at seats 7-9 at a cashgame table with that name
if you use windows os may be better use 0.40.5 (official vers). Its worc better for me. also i think, may be problem in your hand history? what is your poker room?

ps if you play on pokerstars or 888, your hh is ok, but idk how looks hh in another rooms.

1st try use 0.40.5 (official), if your promlem dont change i ll send you my conf and we ll to understand there is the problem


pps sorry for eng
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-10-2017 , 08:16 AM
This is on Poker King which is a WPN room.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2017 , 08:28 PM
Where can I get the newest version of FPDB and does it work for betonline?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-14-2017 , 02:27 PM
Hi guys,

sounds like it's a great software. I went to the official homepage and the Windows Installation Guide mentions PostgreSQL version 8.x.x.x but the current version is 10.1.
Should I still follow the guide or is the original post in this thread out of date and I should install the latest version for each software?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-14-2017 , 06:27 PM
Quote:
Originally Posted by Afghani84
Hi guys,

sounds like it's a great software. I went to the official homepage and the Windows Installation Guide mentions PostgreSQL version 8.x.x.x but the current version is 10.1.
Should I still follow the guide or is the original post in this thread out of date and I should install the latest version for each software?
why you dont use sqlite? just asking)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-14-2017 , 06:30 PM
Quote:
Originally Posted by mreps
Where can I get the newest version of FPDB and does it work for betonline?
sourceforge. net/projects/fpdb/ Its for win
and yes, its is work
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-15-2017 , 03:27 PM
Quote:
Originally Posted by JockoRocko
why you dont use sqlite? just asking)
Agreed -- I'm using MySQL and it works fine as well.
If you already have Postgres installed, whatever version you have will likely work.

I've used Postgres 8.x and 9.x without noticeable problems, but prefer MySQL because it supports sessions.

I haven't used sqlite, but most people do.

--TD
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-21-2017 , 12:28 AM
is this hud working on SWC?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-29-2017 , 04:36 AM
I'm having performance issues when using this software. In my case, the tables become unresponsive, so I cannot click the "Fold/Call/Raise" buttons for a few seconds. Anyone else having the same issue? It's pretty annoying since I timed out a couple of times already...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-29-2017 , 09:26 PM
Quote:
Originally Posted by Afghani84
I'm having performance issues when using this software. In my case, the tables become unresponsive, so I cannot click the "Fold/Call/Raise" buttons for a few seconds. Anyone else having the same issue? It's pretty annoying since I timed out a couple of times already...
I've had this happen a few times.
As soon as I notice it, I clear the "Start Auto Import" checkbox on the HUD tab, and it clears up instantly.

I then restart the HUD and away we go until the next time.

In addition, periodically the HUD_main.exe process will crash, and the HUD disappears.

The cure is the same.

--TD
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-05-2017 , 01:09 PM
Hi Folks,

Been a few years since I've been on this thread or even played much poker. Last I played I was running BetOnline. Looks like they now don't allow you to download your HH. So I've switched to Ignition, where I've just downloaded my HH.

However, when I fire up FPDB, I get the following message in the bulk import screen:

** ERROR DEFAULT PATH IN CONFIG DOES NOT EXIST **

I've verified that my hand history is in the place I've marked in the config file: "/Applications/IgnitionCasino.app/Contents/MacOS/Hand\ History/*"

$ ls /Applications/IgnitionCasino.app/Contents/MacOS/Hand\ History/14781650/
HH20171203-143303 - 5654430 - RING - $0.02-$0.05 - HOLDEM - NL - TBL No.13715632.txt


Anyone else having similar issues? Do I need to convert my hand history to a different format first? It seems like fpdb is not even finding the config file or something.

Thanks in advance for the help!

_Ramy
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m