1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Howto HUD

From fpdb

Jump to: navigation, search

Contents

How to Set Up and Use the HUD

Overview

The fpdb HUD is included in the same download as fpdb, regardless of whether you download a compressed release or pull from a public git repository. The HUD is a separate program from pfdb, which fpdb starts automatically when an auto import is started. fpdb and the HUD share a configuration file (HUD_config.xml) and the fpdb database. As of this writing the HUD only reads from the database.

Running the HUD

The HUD is started automatically by fpdb when an auto import is started. So to start the HUD, select "Auto Import and HUD" from the fpdb Import menu. You will see an Auto Import screen that looks something like this, depending on the contents of your configuration file:
image:Autoimport.png

The hand history directories are taken from your configuration file, though the configuration program will try to find your hand history directory if they are are blank in the configuration file. If they are not correct push click the browse button and select the correct hand history directory. Note that this expects you to select a directory, not a file. You can also adjust the time interval between imports; it is set to 2 seconds in the example screenshot. Unless you know what you are doing, you can safely ignore the filter boxes.

When you have selected the directories to import and the import interval, just click "Start Auto import to begin importing hands and to start the HUD.

When a file is imported fpdb will attempt to find the table window associated with that change and overlay the stat windows.


Tweaking the HUD

Configuring Preferred Seating

FPDB does support preferred seating as an option. See Preferred Seat on Stars - configuration for other sites is almost identical

Configuring Mucked card display for Stud games.

See Howto See Mucked Cards in Stud Games

Default stat window layout

By default the stat windows have three rows and three columns.

VPIP PRF PF3
# Hands Player Name CB_1
WTSD Steal Net ($)

This layout can be changed in a number of ways, but for the moment much of this all involves manually editing the config.

Changing the number of hands being displayed aka Session Display aka Aggregation

FPDB can display different data for yourself and your opponents. You may want to only display stats for a single table on yourself, and the last 3 weeks on your opponents. Or perhaps you play SnGs, so displaying all hands at all blind levels is more appropriate.

The best description of the options available is in the config file itself, copied here for you convenience:

  * The following values define how opponents' stats are done, the first 2 determine the time period stats are displayed for, the next 3 determine what blind levels are included (i.e. aggregated):

stat_range :

  • A/S/T
  • if set to A, includes stats from all time
  • if set to S, includes stats from current session
  • if set to T, includes stats from last N days; set value in stat_days
  • defaults to A

stat_days :

  • a numeric value
  • only used if stat_range is set to 'T', this value tells how many days are included in the stat calculation
  • defaults to 90
  • value not used by default as it depends on stat_range setting

aggregate_ring_game_stats :

  • True/False
  • if set to True, opponents stats include other blind levels during ring games
  • defaults to False

aggregate_tourney_stats :

  • True/False
  • if set to True, opponents stats include other blind levels during tourneys
  • defaults to True

aggregation_level_multiplier :

  • float value
  • defines how many blind levels are included in stats displayed in HUD
  • if value is M, stats for blind levels are combined if the higher level is less than or equal to M times the lower blind level
  • defaults to 3, meaning blind levels from 1/3 of the current level to 3 times the current level are included in the stats displayed in the HUD
    • e.g. if current big blind is 50, stats for blind levels from big blind of 16.7 (50 divided by 3) to big blind of 150 (50 times 3) are included


  * The following values define how hero's stats are done, the first 2 determine the time period stats are displayed for, the next 3 determine what blind levels are included (i.e. aggregated):

hero_stat_range :

  • A/S/T
  • if set to A, includes stats from all time
  • if set to S, includes stats from current session
  • if set to T, includes stats from last N days; set value in hero_stat_days
  • defaults to S

hero_stat_days :

  • a numeric value
  • if hero_stat_range is set to 'T', this value tells how many days are included in the stat calculation
  • defaults to 30
  • value not used by default as it depends on hero_stat_range setting

aggregate_hero_ring_game_stats :

  • True/False
  • if set to True, hero's stats are calculated over multiple blind levels
  • defaults to False

aggregate_hero_tourney_stats :

  • True/False
  • if set to True, hero's stats are calculated over multiple blind levels
  • defaults to False

hero_aggregation_level_multiplier :

  • float value
  • defines how many blind levels are included in stats displayed in HUD
  • if value is M, stats for blind levels are combined if the higher level is less than or equal to M times the lower blind level
  • defaults to 1, meaning only stats from current blind level are included
    • e.g. if set to 3 and current big blind is 50, stats for blind levels from 16.7 (50 divided by 3) to big blind of 150 (50 times 3) are included

Editing the aggregation settings

The easiest (and best) way is by right clicking the FPDB table menu.

  • To set the display information for Hero look at the options under 'Show Player Stats'
  • To set the display information for Villains look at the options under 'Show Opponent Stats'

These setting will take a hand or two before they take effect (usually just 1)

You can configure each table differently, so you can track your Villains at all blind levels for the Sunday Million, while looking at only the last weeks worth of data on a Villian in a HU cash game, and lifetime stats on your Stud Full ring cash game.

2) Using the preferences menu

You would only do this when setting your defaults up.

The preferences menu is under Main->Preferences in the main FPDB window.

Navigate to hud_ui and you will see the options mentioned above.

Changing the no of rows or cols in the player stat window

The HUD can be configured to display different statistics for differerent games.

Find the <game> node for the gametype you want.

<game aux="mucked" cols="3" db="fpdb" game_name="holdem" rows="3">

Valid game_names are: holdem, omaha, omahahilo, razz, studhi, studhilo (and soon 27_3draw and fivedraw)

Changing the rows and cols values will specify the number of stats you can display

For every row and col that you defined, you will need a corresponding <stat> element looking like

            <stat click="tog_decorate"
                row="0" col="0"
                stat_name="vpip" hudcolor="yellow"
                hudprefix="" hudsuffix=""
                popup="default"
                tip="tip1" />

Changing fg/bg colour

Default background / foreground colors are defined in the <site>{... table locations .. }</site> section.

        <site HH_path="C:/Program Files/PokerStars/HandHistory/USERNAME/" fgcolor="#FFFFFF" bgcolor="#000000"  font="Sans" font_size="8" hudopacity="1.0" converter="PokerStarsToFpdb" decoder="pokerstars_decode_table" enabled="True" screen_name="ALIAS" site_name="PokerStars" site_path="C:/Program Files/PokerStars/" supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo" table_finder="PokerStars.exe">
            <layout fav_seat="0" height="546" max="2" width="792">
                <location seat="1" x="860" y="523"> </location>
                <location seat="2" x="15" y="535"> </location>
            </layout>
	</site>

Foreground colors for individual stats can be set to a fixed value, or interactive depending on stat thresholds.

The stat_hith and stat_loth are color switch thresholds levels based on percentages.

When color highlighting is needed on stats that are not percentages, the thresholds need to be multiplied with 100.

    	<game aux="mucked" cols="2" db="fpdb" game_name="holdem" rows="4">
            <stat click="tog_decorate" col="0" hudcolor="#98FFB0" hudprefix="" hudsuffix="" popup="default" row="0" stat_name="playername" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_hicolor="#F05000" stat_hith="40" stat_locolor="#F0F000" stat_loth="20" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="2" stat_hicolor="#F05000" stat_hith="250" stat_locolor="#F0F000" stat_loth="150" stat_name="agg_fact" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="2" stat_name="cbet" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="3" stat_hicolor="#F05000" stat_hith="80" stat_locolor="#F0F000" stat_loth="35" stat_name="agg_freq" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="3" stat_name="wtsd" tip="tip1"> </stat>
    	</game>    	

Changing opacity

Opacity is defined in the <site>{... table locations .. }</site> section.

        <site HH_path="C:/Program Files/PokerStars/HandHistory/USERNAME/" hudopacity="1.0" bgcolor="#000000" converter="PokerStarsToFpdb" decoder="pokerstars_decode_table" enabled="True" fgcolor="#FFFFFF" font="Sans" font_size="8" screen_name="ALIAS" site_name="PokerStars" site_path="C:/Program Files/PokerStars/" supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo" table_finder="PokerStars.exe">
            <layout fav_seat="0" height="546" max="2" width="792">
                <location seat="1" x="860" y="523"> </location>
                <location seat="2" x="15" y="535"> </location>
            </layout>
	</site>

Adding additional stats

Legal stats: (add _0 to name to display with 0 decimal places, _1 to display with 1, etc)


~Stat ~Description
WMsF Won $ when saw flop/4th.
a_freq1 Flop/4th aggression frequency.
a_freq_123 Post-Flop aggression frequency.
a_freq2 Turn/5th aggression frequency.
a_freq3 River/6th aggression frequency.
a_freq4 7th street aggression frequency.
cb1 Flop continuation bet.
cb2 Turn continuation bet.
cb3 River continuation bet.
cb4 7th street continuation bet.
f_BB_steal Folded BB to steal.
f_SB_steal Folded SB to steal.
ffreq1 Flop/4th fold frequency.
ffreq2 Turn/5th fold frequency.
ffreq3 River/6th fold frequency.
ffreq4 7th fold frequency.
fold_f Folded flop/4th.
n Number of hands played.
pfr Preflop (3rd street) raise.
playername Player Name.
profit100 Profit won per 100 hands (no decimal places).
saw_f Saw flop/4th.
steal Steal %.
three_B Three bet preflop/3rd.
totalprofit Total Profit.
vpip Voluntarily put $ in the pot.
wmsd Won $ at showdown.
wtsd Went to SD when saw flop/4th


A heavily modified HUD layout from one of the developers:

        <stat click="tog_decorate" col="0" hudcolor="#98FFB0" hudprefix="" hudsuffix="" popup="default" row="0" stat_name="playername" tip="tip1"> </stat>
        <stat click="tog_decorate" col="1" hudcolor="#006E9A" hudprefix="(" hudsuffix=")" popup="default" row="0" stat_name="n" tip="tip1"> </stat>
<!--        <stat click="tog_decorate" col="2" hudprefix="FtFB: " popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>-->
        <stat click="tog_decorate" col="2" hudprefix="" popup="default" row="0" stat_name="totalprofit" tip="tip1"> </stat>

        <stat click="tog_decorate" col="0" hudprefix="VP: " popup="default" row="1" stat_name="vpip_0" tip="tip1"> </stat>
        <stat click="tog_decorate" col="1" hudprefix="PFR: " popup="default" row="1" stat_name="pfr_0" tip="tip1"> </stat>
        <stat click="tog_decorate" col="2" hudprefix="AF: " popup="default" row="1" stat_name="a_freq_123_0" tip="tip1"> </stat>

        <stat click="tog_decorate" col="0" hudprefix="St: " popup="default" row="2" stat_name="steal" tip="tip1"> </stat>
        <stat click="tog_decorate" col="1" hudprefix="FBBS: " popup="default" row="2" stat_name="f_BB_steal" tip="tip1"> </stat>
        <stat click="tog_decorate" col="2" hudprefix="FSBS: " popup="default" row="2" stat_name="f_SB_steal" tip="tip1"> </stat>

Contributed Mucked Cards Display for Stars (9 Seated)

Contributed by Jackpotmage for Stars FR games.

Replace the layout for 9 seats in the "aux_windows" area on HUD_config.xml

            <layout height="546" max="9" width="792">
                <location seat="1" x="486" y="90" />
                <location seat="2" x="574" y="146" />
                <location seat="3" x="626" y="221" />
                <location seat="4" x="518" y="280" />
                <location seat="5" x="364" y="293" />
                <location seat="6" x="201" y="270" />
                <location seat="7" x="111" y="217" />
                <location seat="8" x="167" y="143" />
                <location seat="9" x="254" y="98" />
                <location common="1" x="323" y="189" />
            </layout>

Contributed Mucked Cards Display for Stars (10 Seated)

Contributed by 1meandog4u for Stars FR games.

Replace the layout for 10 seats in the "aux_windows" area on HUD_config.xml


            <layout height="546" max="10" width="792">
                <location seat="1" x="460" y="100"> </location>
                <location seat="2" x="480" y="130"> </location>
                <location seat="3" x="530" y="180"> </location>
                <location seat="4" x="480" y="250"> </location>
                <location seat="5" x="390" y="280"> </location>
                <location seat="6" x="260" y="280"> </location>
                <location seat="7" x="145" y="250"> </location>
                <location seat="8" x="120" y="180"> </location>
                <location seat="9" x="145" y="130"> </location>
                <location seat="10" x="220" y="100"> </location>
                <location common="1" x="317" y="180"> </location>
            </layout> 

Contributed HUD layout - Everleaf Network - Partouche Skin

<?xml version="1.0" ?><FreePokerToolsConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FreePokerToolsConfig.xsd">

    <import callFpdbHud="True" fastStoreHudCache="True" hhArchiveBase="C:\a\temporary\directory\" interval="10" saveActions="True"/>

	<supported_sites>

	    <site HH_path="C:\Users\USERNAME\Documents\Partouche Poker\HandHistory\ALIAS\" converter="EverleafToFpdb" decoder="everleaf_decode_table" enabled="True" screen_name="ALIAS" site_name="Everleaf" site_path="C:\Program Files\Partouche\" supported_games="holdem" table_finder="Poker.exe">
	        <layout fav_seat="0" height="547" max="8" width="794">
	        	<location seat="1" x="640" y="64">  </location>
	        	<location seat="2" x="650" y="230"> </location>
	        	<location seat="3" x="650" y="385"> </location>
	        	<location seat="4" x="588" y="425"> </location>
	        	<location seat="5" x="92" y="425"> </location>
	        	<location seat="6" x="0" y="373"> </location>
	        	<location seat="7" x="0" y="223"> </location>
	        	<location seat="8" x="25" y="50">  </location>
	        </layout>
	        <layout fav_seat="0" height="547" max="6" width="794">
	        	<location seat="1" x="640" y="58"> </location>
	        	<location seat="2" x="654" y="288"> </location>
	        	<location seat="3" x="615" y="424"> </location>
	        	<location seat="4" x="70" y="421"> </location>
	        	<location seat="5" x="0" y="280"> </location>
	        	<location seat="6" x="70" y="58"> </location>
	        </layout>
	        <layout fav_seat="0" height="547" max="2" width="794">
	        	<location seat="1" x="651" y="288"> </location>
	        	<location seat="2" x="10" y="288"> </location>
	        </layout>
	        <layout fav_seat="0" height="547" max="10" width="794">
	        	<location seat="1" x="465" y="1">  </location>
	        	<location seat="2" x="623" y="34"> </location>
	        	<location seat="3" x="667" y="304"> </location>
	        	<location seat="4" x="617" y="432"> </location>
	        	<location seat="5" x="431" y="460"> </location>
	        	<location seat="6" x="246" y="460"> </location>
	        	<location seat="7" x="56" y="430"> </location>
	        	<location seat="8" x="3" y="304">  </location>
	        	<location seat="9" x="55" y="34">  </location>
	        	<location seat="10" x="214" y="2">  </location>

	        </layout>	    </site>
    </supported_sites>

    <supported_games>


    	<game aux="mucked" cols="2" db="fpdb" game_name="holdem" rows="4">
        <stat click="tog_decorate" col="0" hudcolor="#006E9A" hudprefix="(" hudsuffix=")" popup="default" row="0" stat_name="n" tip="tip1"> </stat>
        <stat click="tog_decorate" col="1" hudprefix="" popup="default" row="0" stat_name="totalprofit" tip="tip1"> </stat>

        <stat click="tog_decorate" col="0" hudprefix=" VP: " popup="default" row="1" stat_name="vpip_0" tip="tip1"> </stat>
        <stat click="tog_decorate" col="1" hudprefix=" PFR: " popup="default" row="1" stat_name="pfr_0" tip="tip1"> </stat>

        <stat click="tog_decorate" col="0" hudprefix=" AF: " popup="default" row="2" stat_name="a_freq_123_0" tip="tip1"> </stat>
   	<stat click="tog_decorate" col="1" hudprefix=" ST: " popup="default" row="2" stat_name="steal" tip="tip1"> </stat>


    	<stat click="tog_decorate" col="0" hudprefix=" SD: " popup="default" row="3" stat_name="wtsd" tip="tip1"> </stat>
    	<stat click="tog_decorate" col="1" hudprefix=" WM: " popup="default" row="3" stat_name="wmsd" tip="tip1"> </stat>

    	</game>    	


    	<game aux="mucked" cols="3" db="fpdb" game_name="holdemmme" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	

    	<game aux="stud_mucked" cols="3" db="fpdb" game_name="razz" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	

    	<game aux="mucked" cols="3" db="fpdb" game_name="omahahi" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	 	

    	<game aux="mucked" cols="3" db="fpdb" game_name="omahahilo" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	

    	<game aux="stud_mucked" cols="3" db="fpdb" game_name="studhi" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	

    	<game aux="stud_mucked" cols="3" db="fpdb" game_name="studhilo" rows="2">
    		<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1"> </stat>
    		<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1"> </stat>
    	</game>    	
    </supported_games>

    <popup_windows>
    	<pu pu_name="default">
            <pu_stat pu_stat_name="n"> </pu_stat>
            <pu_stat pu_stat_name="vpip"> </pu_stat>
    	    <pu_stat pu_stat_name="pfr"> </pu_stat>
            <pu_stat pu_stat_name="three_B_0"> </pu_stat>
            <pu_stat pu_stat_name="steal"> </pu_stat>
            <pu_stat pu_stat_name="f_BB_steal"> </pu_stat>
            <pu_stat pu_stat_name="f_SB_steal"> </pu_stat>
            <pu_stat pu_stat_name="wmsd"> </pu_stat>
            <pu_stat pu_stat_name="wtsd"> </pu_stat>
            <pu_stat pu_stat_name="WMsF"> </pu_stat>
            <pu_stat pu_stat_name="a_freq_1"> </pu_stat>
            <pu_stat pu_stat_name="a_freq_2"> </pu_stat>
            <pu_stat pu_stat_name="a_freq_3"> </pu_stat>
            <pu_stat pu_stat_name="a_freq_4"> </pu_stat>
            <pu_stat pu_stat_name="cb_1"> </pu_stat>
            <pu_stat pu_stat_name="cb_2"> </pu_stat>
            <pu_stat pu_stat_name="cb_3"> </pu_stat>
            <pu_stat pu_stat_name="cb_4"> </pu_stat>
            <pu_stat pu_stat_name="ffreq_1"> </pu_stat>
            <pu_stat pu_stat_name="ffreq_2"> </pu_stat>
            <pu_stat pu_stat_name="ffreq_3"> </pu_stat>
            <pu_stat pu_stat_name="ffreq_4"> </pu_stat>
    	</pu>
    </popup_windows>

    <aux_windows>
    	<aw card_ht="42" card_wd="30" class="Stud_mucked" cols="11" deck="Cards01.png" module="Mucked" name="stud_mucked" rows="8"> </aw>
    	<aw class="Hello" module="Hello" name="Hello"> </aw>
    	<aw class="Hello_Menu" module="Hello" name="Hello_menu"> </aw>
    	<aw class="Hello_plus" module="Hello" name="Hello_plus"> </aw>
    	<aw card_ht="42" card_wd="30" class="Flop_Mucked" deck="Cards01.png" module="Mucked" name="mucked" opacity="0.7" timeout="5">
	        <layout height="546" max="6" width="792">
	        	<location seat="1" x="555" y="169"> </location>
	        	<location seat="2" x="572" y="276"> </location>
	        	<location seat="3" x="363" y="348"> </location>
	        	<location seat="4" x="150" y="273"> </location>
	        	<location seat="5" x="150" y="169">  </location>
	        	<location seat="6" x="363" y="113">  </location>
	        	<location common="1" x="323" y="232"> </location>
	        </layout>
	        <layout height="546" max="9" width="792">
	        	<location seat="1" x="486" y="113">  </location>
	        	<location seat="2" x="555" y="169"> </location>
	        	<location seat="3" x="572" y="276"> </location>
	        	<location seat="4" x="522" y="345"> </location>
	        	<location seat="5" x="363" y="348"> </location>
	        	<location seat="6" x="217" y="341"> </location>
	        	<location seat="7" x="150" y="273"> </location>
	        	<location seat="8" x="150" y="169">  </location>
	        	<location seat="9" x="230" y="115">  </location>
	        	<location common="1" x="323" y="232"> </location>
	        </layout>
	        <layout height="546" max="10" width="792">
	        	<location seat="1" x="486" y="113">  </location>
	        	<location seat="2" x="499" y="138"> </location>
	        	<location seat="3" x="522" y="212"> </location>
	        	<location seat="4" x="501" y="281"> </location>
	        	<location seat="5" x="402" y="323"> </location>
	        	<location seat="6" x="243" y="311"> </location>
	        	<location seat="7" x="203" y="262"> </location>
	        	<location seat="8" x="170" y="185">  </location>
	        	<location seat="9" x="183" y="128">  </location>
	        	<location seat="10" x="213" y="86">  </location>
	        	<location common="1" x="317" y="237"> </location>
	        </layout>
    	</aw>
    </aux_windows>

    <supported_databases>
    	<database db_ip="localhost" db_name="fpdb" db_pass="your pass" db_server="mysql" db_type="fpdb" db_user="your user"/>
    </supported_databases>

</FreePokerToolsConfig>
Personal tools