Now that the text on HUD's box is configurable, move the default text from code to default/sample config.
		
			
				
	
	
		
			444 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			444 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | |
| 
 | |
| <FreePokerToolsConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FreePokerToolsConfig.xsd">
 | |
| 
 | |
|     <import callFpdbHud = "True" interval = "10"  fastStoreHudCache="False" hhArchiveBase="~/.fpdb/HandHistories/" saveActions="True"></import>
 | |
| 
 | |
|     <hud_ui label="FPDB Menu - Right-click
 | |
| Left-Drag to Move" />
 | |
| 
 | |
| 	<supported_sites>
 | |
| 
 | |
| 	    <site enabled="True" 
 | |
| 	          site_name="PokerStars" 
 | |
| 	          table_finder="PokerStars.exe" 
 | |
| 	          screen_name="YOUR SCREEN NAME HERE" 
 | |
| 	          site_path="C:/Program Files/PokerStars/" 
 | |
| 	          HH_path="C:/Program Files/PokerStars/HandHistory/YOUR SCREEN NAME HERE/" 
 | |
| 	          decoder="pokerstars_decode_table"
 | |
|               converter="PokerStarsToFpdb"
 | |
| 	          bgcolor="#000000" 
 | |
| 	          fgcolor="#FFFFFF" 
 | |
| 	          hudopacity="1.0" 
 | |
| 	          font="Sans" 
 | |
| 	          font_size="8"
 | |
| 	          supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo">
 | |
| 	        <layout max="8" width="792" height="546" fav_seat="0">
 | |
| 	        	<location seat="1" x="684" y="61">  </location>
 | |
| 	        	<location seat="2" x="689" y="239"> </location>
 | |
| 	        	<location seat="3" x="692" y="346"> </location>
 | |
| 	        	<location seat="4" x="525" y="402"> </location>
 | |
| 	        	<location seat="5" x="259" y="402"> </location>
 | |
| 	        	<location seat="6" x="0"   y="348"> </location>
 | |
| 	        	<location seat="7" x="0"   y="240"> </location>
 | |
| 	        	<location seat="8" x="0"   y="35">  </location>
 | |
| 	        </layout>
 | |
| 	        <layout max="6" width="792" height="546" fav_seat="0">
 | |
| 	        	<location seat="1" x="681" y="119"> </location>
 | |
| 	        	<location seat="2" x="681" y="301"> </location>
 | |
| 	        	<location seat="3" x="487" y="369"> </location>
 | |
| 	        	<location seat="4" x="226" y="369"> </location>
 | |
| 	        	<location seat="5" x="0"   y="301"> </location>
 | |
| 	        	<location seat="6" x="0"   y="119"> </location>
 | |
| 	        </layout>
 | |
| 	        <layout max="10" width="792" height="546" fav_seat="0">
 | |
| 	        	<location seat="1" x="684" y="61">  </location>
 | |
| 	        	<location seat="2" x="689" y="239"> </location>
 | |
| 	        	<location seat="3" x="692" y="346"> </location>
 | |
| 	        	<location seat="4" x="586" y="393"> </location>
 | |
| 	        	<location seat="5" x="421" y="440"> </location>
 | |
| 	        	<location seat="6" x="267" y="440"> </location>
 | |
| 	        	<location seat="7" x="0"   y="361"> </location>
 | |
| 	        	<location seat="8" x="0"   y="280">  </location>
 | |
| 	        	<location seat="9" x="121" y="280">  </location>
 | |
| 	        	<location seat="10" x="46"  y="30">  </location>
 | |
| 	        </layout>
 | |
| 	        <layout max="9" width="792" height="546" fav_seat="0">
 | |
| 	        	<location seat="1" x="560" y="0">  </location>
 | |
| 	        	<location seat="2" x="679" y="123"> </location>
 | |
| 	        	<location seat="3" x="688" y="309"> </location>
 | |
| 	        	<location seat="4" x="483" y="370"> </location>
 | |
| 	        	<location seat="5" x="444" y="413"> </location>
 | |
| 	        	<location seat="6" x="224" y="372"> </location>
 | |
| 	        	<location seat="7" x="0"   y="307"> </location>
 | |
| 	        	<location seat="8" x="0"   y="121">  </location>
 | |
| 	        	<location seat="9" x="140" y="0">  </location>
 | |
| 	        </layout>
 | |
| 	        <layout fav_seat="0" height="546" max="2" width="792">
 | |
| 	        	<location seat="1" x="651" y="288"> </location>
 | |
| 	        	<location seat="2" x="10"  y="288"> </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
| 
 | |
| 	    <site enabled="True" 
 | |
| 	          site_name="Full Tilt Poker" 
 | |
| 	          table_finder="FullTiltPoker" 
 | |
| 	          screen_name="YOUR SCREEN NAME HERE" 
 | |
| 	          site_path="C:/Program Files/Full Tilt Poker/" 
 | |
| 	          HH_path="C:/Program Files/Full Tilt Poker/HandHistory/YOUR SCREEN NAME HERE/" 
 | |
| 	          decoder="fulltilt_decode_table" 
 | |
|               converter="FulltiltToFpdb"
 | |
| 	          bgcolor="#000000" 
 | |
| 	          fgcolor="#FFFFFF" 
 | |
| 	          hudopacity="1.0" 
 | |
| 	          font="Sans" 
 | |
| 	          font_size="8"
 | |
| 	          supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo">
 | |
| 	        <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="9" width="794">
 | |
| 	        	<location seat="1" x="634" y="38">  </location>
 | |
| 	        	<location seat="2" x="667" y="184"> </location>
 | |
| 	        	<location seat="3" x="667" y="321"> </location>
 | |
| 	        	<location seat="4" x="667" y="445"> </location>
 | |
| 	        	<location seat="5" x="337" y="459"> </location>
 | |
| 	        	<location seat="6" x="0" y="400"> </location>
 | |
| 	        	<location seat="7" x="0" y="322"> </location>
 | |
| 	        	<location seat="8" x="0" y="181">  </location>
 | |
| 	        	<location seat="9" x="70" y="53">  </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
| 
 | |
| 	    <site enabled="False" 
 | |
| 	          site_name="Everleaf" 
 | |
| 	          table_finder="Everleaf.exe" 
 | |
| 	          screen_name="YOUR SCREEN NAME HERE" 
 | |
| 	          site_path="" 
 | |
| 	          HH_path="" 
 | |
| 	          decoder="everleaf_decode_table" 
 | |
|               converter="EverleafToFpdb"
 | |
| 	          supported_games="holdem">
 | |
| 	        <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="9" width="794">
 | |
| 	        	<location seat="1" x="634" y="38">  </location>
 | |
| 	        	<location seat="2" x="667" y="184"> </location>
 | |
| 	        	<location seat="3" x="667" y="321"> </location>
 | |
| 	        	<location seat="4" x="667" y="445"> </location>
 | |
| 	        	<location seat="5" x="337" y="459"> </location>
 | |
| 	        	<location seat="6" x="0" y="400"> </location>
 | |
| 	        	<location seat="7" x="0" y="322"> </location>
 | |
| 	        	<location seat="8" x="0" y="181">  </location>
 | |
| 	        	<location seat="9" x="70" y="53">  </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
| 
 | |
| 	    <site enabled="False"
 | |
| 	          site_name="Win2day"
 | |
| 	          table_finder="Win2day.exe"
 | |
| 	          screen_name="YOUR SCREEN NAME HERE"
 | |
| 	          site_path=""
 | |
| 	          HH_path=""
 | |
| 	          decoder="everleaf_decode_table"
 | |
|               converter="Win2dayToFpdb"
 | |
| 	          supported_games="holdem">
 | |
| 	        <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="9" width="794">
 | |
| 	        	<location seat="1" x="634" y="38">  </location>
 | |
| 	        	<location seat="2" x="667" y="184"> </location>
 | |
| 	        	<location seat="3" x="667" y="321"> </location>
 | |
| 	        	<location seat="4" x="667" y="445"> </location>
 | |
| 	        	<location seat="5" x="337" y="459"> </location>
 | |
| 	        	<location seat="6" x="0" y="400"> </location>
 | |
| 	        	<location seat="7" x="0" y="322"> </location>
 | |
| 	        	<location seat="8" x="0" y="181">  </location>
 | |
| 	        	<location seat="9" x="70" y="53">  </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
| 
 | |
| 
 | |
| 	    <site enabled="False"
 | |
| 	          site_name="Absolute"
 | |
| 	          table_finder="AbsolutePoker.exe"
 | |
| 	          screen_name="YOUR SCREEN NAME HERE"
 | |
| 	          site_path=""
 | |
| 	          HH_path=""
 | |
| 	          decoder="everleaf_decode_table"
 | |
|               converter="AbsoluteToFpdb"
 | |
| 	          supported_games="holdem">
 | |
| 	        <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="9" width="794">
 | |
| 	        	<location seat="1" x="634" y="38">  </location>
 | |
| 	        	<location seat="2" x="667" y="184"> </location>
 | |
| 	        	<location seat="3" x="667" y="321"> </location>
 | |
| 	        	<location seat="4" x="667" y="445"> </location>
 | |
| 	        	<location seat="5" x="337" y="459"> </location>
 | |
| 	        	<location seat="6" x="0" y="400"> </location>
 | |
| 	        	<location seat="7" x="0" y="322"> </location>
 | |
| 	        	<location seat="8" x="0" y="181">  </location>
 | |
| 	        	<location seat="9" x="70" y="53">  </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
| 
 | |
| 
 | |
| 	    <site enabled="False"
 | |
| 	          site_name="PartyPoker"
 | |
| 	          table_finder="PartyGaming.exe"
 | |
| 	          screen_name="YOUR SCREEN NAME HERE"
 | |
| 	          site_path="C:/Program Files/PartyGaming/PartyPoker"
 | |
| 	          HH_path="C:/Program Files/PartyGaming/PartyPoker/HandHistory/YOUR SCREEN NAME HERE/"
 | |
| 	          decoder="everleaf_decode_table"
 | |
|               converter="PartyPokerToFpdb"
 | |
| 	          supported_games="holdem">
 | |
| 	        <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="9" width="794">
 | |
| 	        	<location seat="1" x="634" y="38">  </location>
 | |
| 	        	<location seat="2" x="667" y="184"> </location>
 | |
| 	        	<location seat="3" x="667" y="321"> </location>
 | |
| 	        	<location seat="4" x="667" y="445"> </location>
 | |
| 	        	<location seat="5" x="337" y="459"> </location>
 | |
| 	        	<location seat="6" x="0" y="400"> </location>
 | |
| 	        	<location seat="7" x="0" y="322"> </location>
 | |
| 	        	<location seat="8" x="0" y="181">  </location>
 | |
| 	        	<location seat="9" x="70" y="53">  </location>
 | |
| 	        </layout>
 | |
| 	    </site>
 | |
|     </supported_sites>
 | |
| 
 | |
|     <supported_games>
 | |
| 
 | |
|     	<game cols="3" db="fpdb" game_name="holdem" rows="2" aux="mucked">
 | |
|     		<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="ffreq1" 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 cols="3" db="fpdb" game_name="razz" rows="2" aux="stud_mucked">
 | |
|     		<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="ffreq1" 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 cols="3" db="fpdb" game_name="omahahi" rows="2" aux="mucked">
 | |
|     		<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="ffreq1" 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 cols="3" db="fpdb" game_name="omahahilo" rows="2" aux="mucked">
 | |
|     		<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="ffreq1" 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 cols="3" db="fpdb" game_name="studhi" rows="2" aux="stud_mucked">
 | |
|     		<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="ffreq1" 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 cols="3" db="fpdb" game_name="studhilo" rows="2" aux="stud_mucked">
 | |
|     		<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="ffreq1" 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_freq1"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="a_freq2"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="a_freq3"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="a_freq4"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="cb1"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="cb2"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="cb3"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="cb4"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="ffreq1"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="ffreq2"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="ffreq3"> </pu_stat>
 | |
|             <pu_stat pu_stat_name="ffreq4"> </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>
 | |
| 
 | |
|     <hhcs>
 | |
|         <hhc site="PokerStars" converter="PokerStarsToFpdb"/>
 | |
|         <hhc site="Full Tilt Poker" converter="FulltiltToFpdb"/>
 | |
|         <hhc site="Everleaf" converter="EverleafToFpdb"/>
 | |
|         <hhc site="Win2day" converter="Win2dayToFpdb"/>
 | |
|         <hhc site="Absolute" converter="AbsoluteToFpdb"/>
 | |
|         <hhc site="PartyPoker" converter="PartyPokerToFpdb"/>
 | |
|     </hhcs>
 | |
| 
 | |
|     <supported_databases>
 | |
|         <database db_name="fpdb" db_server="mysql" db_ip="localhost" db_user="fpdb" db_pass="YOUR MYSQL PASSWORD" db_type="fpdb"></database>
 | |
|         <!-- <database db_ip="localhost" db_name="fpdb" db_pass="fpdb" db_server="sqlite" db_type="fpdb" db_user="fpdb"/> -->
 | |
|     </supported_databases>
 | |
| 
 | |
| </FreePokerToolsConfig>
 | |
| 
 |