Menu

How I use this Program

linux user
2009-04-24
2012-12-06
  • linux user

    linux user - 2009-04-24

    First I would like to thank the creator of this program and all the people that have helped.
    I am fairly new to linux and the only program that kept me dual booting to windows was a proprietary poker tracking program.
    I am using Ubuntu 9.04 64 bit and the V0.11 of this program, and play on Pokerstars.
    The way I prefer to play is on one table instead of multi tabling 1-2 holdem.  I use a full size poker table because i like to copy and paste player notes into a sticky note and set it alongside the player.

    How I set up Pokerstars:  Manually resizing table windows workaround:This is from the Wine DB and works well.

        * You can resize and then redraw the table using the F5 key by adding the following into the ~/.wine/drive_c/Program Files/PokerStars/user.ini file under [Options]: f5redrawtable=1 (won't work properly if window is resized beyond min/max size)

    This allows me to use the window manager in Wine Config so that I can run other programs with Pokerstars without any problems.
    After placing the HUD player stats in the right places I save the configuration and everything remains stable.  To get the HUD stats to show up on the table I go into the Pokerstars Options for Advanced multitable and select single click activation and UNCHECK Pop up active table.  This allows the stats to remain on top of table when table goes in and out of focus.

    This part contains my changes to the flop mucked hands in holdem.  I am not a programer and dont know how to put a grid over the table to figure out the pixels, so this was done with trial and error until it suited me.

    My monitor is LCD and set to 1680 x 1050.  Your mileage may vary.

    <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="10">
                <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="800" y="180">  </location>
                    <location seat="2" x="999" y="260"> </location>
                    <location seat="3" x="1022" y="342"> </location>
                    <location seat="4" x="960" y="460"> </location>
                    <location seat="5" x="700" y="520"> </location>
                    <location seat="6" x="580" y="520"> </location>
                    <location seat="7" x="300" y="460"> </location>
                    <location seat="8" x="215" y="342">  </location>
                    <location seat="9" x="283" y="260">  </location>
                    <location seat="10" x="400" y="180">  </location>
                    <location common="1" x="590" y="342"> </location>
                </layout>
            </aw>

    I reset the time displayed to 10, this works great in regular games but a little too long for fast tables but its ok for me.  I use Seat 4 as preffered seating.

    I only play full ring cash games on 10 seat tables.

    I hope this might help some people.

    Thanks again for a great program

     
    • linux user

      linux user - 2009-04-24

      I forgot to add that the only changes i made were to the Max=10 at the bottom. Sorry

       

Log in to post a comment.