Results 1 to 6 of 6
Share |

Thread: poker uk hand history upgrade

  1. #1
    Card Magician Prowler's Avatar
    Join Date
    Nov 2005
    Location
    London
    Posts
    1,666
    Chips
    5,224.42

    Default poker uk hand history upgrade

    does poker tracker work now? if not, what was the point?
    Quote Originally Posted by wuddle
    seriously though listen to prowler everyone
    Quote Originally Posted by Diceman
    This is extreme professional midget wrestling, complete with "thumb tacks" (drawing pins) and cheese graters. Bonus: one of them looks like Sloggs.

  2. #2
    Rank: Untouchable PokerWoody's Avatar
    Join Date
    Feb 2005
    Location
    One Touch Ninja
    Posts
    2,936
    Chips
    7,332.57

    Default

    Quote Originally Posted by Prowler
    does poker tracker work now? if not, what was the point?
    Post a HH over at the forums and I image they'd get on it for you. It won't work until they've done thier development obv but I can't see why it wouldn't work.

  3. #3
    King Stato FirePhil's Avatar
    Join Date
    Oct 2005
    Location
    Bristol
    Posts
    882
    Chips
    1,967.48

    Default

    Quote Originally Posted by ptrack pat
    I'll be looking into this at some point but I don't have an estimate yet. I have some other things I'm working on including Everest support.
    Looks like boss have implemented the new histories in an absurdly overcomplicated way.

  4. #4
    King Stato FirePhil's Avatar
    Join Date
    Oct 2005
    Location
    Bristol
    Posts
    882
    Chips
    1,967.48

    Default

    Posted by someone on the PT forums:

    The hand histories are in XML format.

    They are actulally in two different files.

    history.xml contains:

    Code:
    <HISTORY ID="461331206" SESSION="session35049750.xml" TABLE="Practice TH
    3" GAME="GAME_THM" GAMETYPE="GAMETYPE_PRACTISE" GAMEKIND="GAMEKIND_CASH"
    LIMIT="NL" STAKES="0.50/1.00" DATE="1163502766" WIN="0.00"
    LOSS="1.00"></HISTORY>


    and there can you find the sessionXXXXXX.xml where is the actual data

    Code:
    <HISTORY ID="461331206" SESSION="session35049750.xml" TABLE="Practice TH
    3" GAME="GAME_THM" GAMETYPE="GAMETYPE_PRACTISE" GAMEKIND="GAMEKIND_CASH"
    LIMIT="NL" STAKES="0.50/1.00" DATE="1163502766" WIN="0.00" LOSS="1.00">
    <PLAYER NAME="HERO" SEAT="1" AMOUNT="100.00"></PLAYER>
    <PLAYER NAME="$$Seiger§§" SEAT="2" AMOUNT="100.90"></PLAYER>
    <PLAYER NAME="katzefelix" SEAT="3" AMOUNT="99.00"></PLAYER>
    <PLAYER NAME="permor" SEAT="4" AMOUNT="100.00"></PLAYER>
    <PLAYER NAME="elfshn" SEAT="5" AMOUNT="100.00"></PLAYER>
    <ACTION TYPE="HAND_BLINDS" PLAYER="katzefelix" KIND="HAND_SB"
    VALUE="0.50"></ACTION>
    <ACTION TYPE="HAND_BLINDS" PLAYER="permor" KIND="HAND_BB"
    VALUE="1.00"></ACTION>
    <ACTION TYPE="HAND_DEAL" PLAYER="katzefelix">
    <CARD LINK="b"></CARD>
    <CARD LINK="b"></CARD></ACTION>
    <ACTION TYPE="HAND_DEAL" PLAYER="permor">
    <CARD LINK="b"></CARD>
    <CARD LINK="b"></CARD></ACTION>
    <ACTION TYPE="HAND_DEAL" PLAYER="elfshn">
    <CARD LINK="b"></CARD>
    <CARD LINK="b"></CARD></ACTION>
    <ACTION TYPE="HAND_DEAL" PLAYER="HERO">
    <CARD LINK="8"></CARD>
    <CARD LINK="38"></CARD></ACTION>
    <ACTION TYPE="HAND_DEAL" PLAYER="$$Seiger§§">
    <CARD LINK="b"></CARD>
    <CARD LINK="b"></CARD></ACTION>
    <ACTION TYPE="ACTION_ALLIN" PLAYER="elfshn" VALUE="100.00"></ACTION>
    <ACTION TYPE="ACTION_FOLD" PLAYER="HERO"></ACTION>
    <ACTION TYPE="ACTION_FOLD" PLAYER="$$Seiger§§"></ACTION>
    <ACTION TYPE="ACTION_FOLD" PLAYER="katzefelix"></ACTION>
    <ACTION TYPE="ACTION_ALLIN" PLAYER="permor" VALUE="100.00"></ACTION>
    <ACTION TYPE="HAND_BOARD" VALUE="BOARD_FLOP" POT="201.50">
    <CARD LINK="12"></CARD>
    <CARD LINK="9"></CARD>
    <CARD LINK="36"></CARD></ACTION>
    <ACTION TYPE="HAND_BOARD" VALUE="BOARD_TURN" POT="198.50">
    <CARD LINK="12"></CARD>
    <CARD LINK="9"></CARD>
    <CARD LINK="36"></CARD>
    <CARD LINK="23"></CARD></ACTION>
    <ACTION TYPE="HAND_BOARD" VALUE="BOARD_RIVER" POT="198.50">
    <CARD LINK="12"></CARD>
    <CARD LINK="9"></CARD>
    <CARD LINK="36"></CARD>
    <CARD LINK="23"></CARD>
    <CARD LINK="26"></CARD></ACTION>
    <SHOWDOWN NAME="HAND_SHOWDOWN" POT="198.50" RAKE="3.00">
    <RESULT PLAYER="elfshn" WIN="0.00" HAND="$(STR_G_WIN_TWOPAIR)
    $(STR_G_CARDS_ACES) $(STR_G_ANDTEXT) $(STR_G_CARDS_JACKS)">
    <CARD LINK="13"></CARD>
    <CARD LINK="1"></CARD></RESULT>
    <RESULT PLAYER="permor" WIN="198.50" HAND="$(STR_G_WIN_FULLHOUSE)">
    <CARD LINK="22"></CARD>
    <CARD LINK="48"></CARD></RESULT></SHOWDOWN></HISTORY>
    If you think what is for example <CARD LINK="22"></CARD>. I think it is just a card number.. no magic there. In data-directory you can find those cards in gif format.

  5. #5
    King Stato FirePhil's Avatar
    Join Date
    Oct 2005
    Location
    Bristol
    Posts
    882
    Chips
    1,967.48

    Default

    Should still be supportable by PT, but plain text like everyone else uses would have been easier for everyone.

  6. #6
    Card Magician Prowler's Avatar
    Join Date
    Nov 2005
    Location
    London
    Posts
    1,666
    Chips
    5,224.42

    Default

    the text or graphical display version doesnt show other players mucked hands at showdown either so i'm guessing pahud isnt gonna be much use either
    Quote Originally Posted by wuddle
    seriously though listen to prowler everyone
    Quote Originally Posted by Diceman
    This is extreme professional midget wrestling, complete with "thumb tacks" (drawing pins) and cheese graters. Bonus: one of them looks like Sloggs.

Similar Threads

  1. LOL hand history thread
    By ThePadster in forum General Poker Forum
    Replies: 12
    Last Post: 22nd June 2009, 05:45 PM
  2. Is This Justified? - Hand History
    By Ollie6 in forum General Poker Forum
    Replies: 4
    Last Post: 25th March 2008, 04:34 PM
  3. Boss Hand history required!!
    By PokerWoody in forum General Poker Forum
    Replies: 7
    Last Post: 13th September 2006, 07:34 PM
  4. cool hand history gizmo
    By DonkBox in forum General Poker Forum
    Replies: 5
    Last Post: 6th July 2006, 11:54 AM
  5. Cool hand history animator
    By DonkBox in forum General Poker Forum
    Replies: 7
    Last Post: 7th April 2006, 05:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •