| View previous topic :: View next topic |
Author |
Message |
LinuxRules
Joined: 19 Sep 2005 Posts: 14
|
Posted: Tue Feb 28, 2006 5:17 pm Post subject: |
|
|
| Is it just me or does the converter not work with Poker Academy Pro 2.5 hand histories? |
|
| Back to top |
|
 |
Rob-L

Joined: 01 Oct 2004 Posts: 2659 Location: Las Vegas, Nevada
|
Posted: Tue Feb 28, 2006 5:40 pm Post subject: |
|
|
Nope, it's not just you. The HH converter worked with PA 1.5 and was created by someone outside of BioTools. This person has not kept up with the PA chances as far as I can tell. _________________ a.k.a. UncleTrick
- Roaming Vegas - |
|
| Back to top |
|
 |
LinuxRules
Joined: 19 Sep 2005 Posts: 14
|
Posted: Tue Feb 28, 2006 7:49 pm Post subject: |
|
|
At least it's not just me
When I read this thread I saw where it had been updated to work with PAP2.0 so I downloaded it hoping it would work with 2.5 but no such luck. I'm a day late and a dollar short as always. |
|
| Back to top |
|
 |
Rob-L

Joined: 01 Oct 2004 Posts: 2659 Location: Las Vegas, Nevada
|
Posted: Tue Feb 28, 2006 8:27 pm Post subject: |
|
|
I could never get it to work that well with PA 2.0 either.
 _________________ a.k.a. UncleTrick
- Roaming Vegas - |
|
| Back to top |
|
 |
terence Developer

Joined: 27 Sep 2004 Posts: 1153 Location: Edmonton
|
Posted: Wed Mar 01, 2006 12:17 am Post subject: |
|
|
| LinuxRules wrote: | | Is it just me or does the converter not work with Poker Academy Pro 2.5 hand histories? |
If you were just using it for ring games, the site you might want to import might already be supported in our own import feature in the hand history database.
Terence. |
|
| Back to top |
|
 |
LinuxRules
Joined: 19 Sep 2005 Posts: 14
|
Posted: Wed Mar 01, 2006 3:16 am Post subject: |
|
|
| Trying to import PA2.5 hand histories into Poker Tracker. |
|
| Back to top |
|
 |
SP2004
Joined: 15 May 2005 Posts: 29
|
Posted: Wed Apr 05, 2006 9:07 am Post subject: Is this possible? |
|
|
Is it possible, using Poker Academy's HAND HISTORY EXPORT feature, to get Poker Academy hands into PokerTracker?
I guess I could just try it and see, but probably quicker to ask here.
Does anybody know the answer?
SP |
|
| Back to top |
|
 |
terence Developer

Joined: 27 Sep 2004 Posts: 1153 Location: Edmonton
|
Posted: Wed Apr 05, 2006 3:17 pm Post subject: Re: Is this possible? |
|
|
| SP2004 wrote: | Is it possible, using Poker Academy's HAND HISTORY EXPORT feature, to get Poker Academy hands into PokerTracker?
I guess I could just try it and see, but probably quicker to ask here.
Does anybody know the answer?
SP |
We currently only export our games into our output format. Unless PokerTracker has support for reading those in, and as far as I know they don't, then it would not work.
Terence. |
|
| Back to top |
|
 |
SP2004
Joined: 15 May 2005 Posts: 29
|
Posted: Wed Apr 05, 2006 4:16 pm Post subject: Thanks |
|
|
Thanks for the reply, Terence. Useful to know.
Regards,
SP |
|
| Back to top |
|
 |
TheHazard
Joined: 04 Jun 2006 Posts: 2
|
Posted: Sun Jun 04, 2006 11:11 pm Post subject: |
|
|
I'm trying to write some code that will parse PA2.5 games into PokerTracker-compatible format. Most of it looks pretty easy, but I'm not sure what the "SBS" field is for. Can one of the devs shed some light on this? "Small blind start" maybe? If it's related to the small blind placement, how does it get interpreted when there's no small blind?
Also, what's up with those extra 3 digits on your timestamps?
If I can get this to work I'll post it for everyone to use |
|
| Back to top |
|
 |
LinuxRules
Joined: 19 Sep 2005 Posts: 14
|
Posted: Mon Jun 05, 2006 3:27 am Post subject: |
|
|
I'm not a dev so don't quote me on it but it appears something like "Small Blind Seat". When there is no small blind it indicates which seat should've been the small blind.
No idea about the timestamps... |
|
| Back to top |
|
 |
Husker

Joined: 20 Jan 2006 Posts: 222
|
Posted: Mon Jun 05, 2006 1:21 pm Post subject: |
|
|
| TheHazard wrote: | I'm trying to write some code that will parse PA2.5 games into PokerTracker-compatible format. Most of it looks pretty easy, but I'm not sure what the "SBS" field is for. Can one of the devs shed some light on this? "Small blind start" maybe? If it's related to the small blind placement, how does it get interpreted when there's no small blind?
Also, what's up with those extra 3 digits on your timestamps?
If I can get this to work I'll post it for everyone to use |
The 3 digits are 1000's of a second, so you get a time_t that has better precision. Also, SBS is the Small Blind Seat. As for when there is no small blind, I image that the SBS will placed on a seat where there is no player.
H. _________________ Slick is pure EVIL!!
Praying for fewer beats. |
|
| Back to top |
|
 |
Rob-L

Joined: 01 Oct 2004 Posts: 2659 Location: Las Vegas, Nevada
|
Posted: Mon Jun 05, 2006 4:22 pm Post subject: |
|
|
| TheHazard wrote: | I'm trying to write some code that will parse PA2.5 games into PokerTracker-compatible format. Most of it looks pretty easy, but I'm not sure what the "SBS" field is for. Can one of the devs shed some light on this? "Small blind start" maybe? If it's related to the small blind placement, how does it get interpreted when there's no small blind?
Also, what's up with those extra 3 digits on your timestamps?
If I can get this to work I'll post it for everyone to use |
That would be the coolest. Please keep us updated on your progress! |
|
| Back to top |
|
 |
TheHazard
Joined: 04 Jun 2006 Posts: 2
|
Posted: Tue Jun 06, 2006 4:58 am Post subject: |
|
|
OK, I got it working for limit non-tournament games. I'm going to try to get NL working next, and maybe tournaments after that if I'm feeling ambitious.
It uses a whole bunch of other poker code that I wrote, so I'll probably put it up as a web interface where you can upload your GAMES_V3.LOG (or whatever games from it you want parsed) and it'll give you Party-style hands in return.
No promises, but I'll try to get it on the web by next week |
|
| Back to top |
|
 |
phydaux42
Joined: 16 Jun 2006 Posts: 1
|
Posted: Fri Jun 16, 2006 7:54 pm Post subject: |
|
|
| TheHazard wrote: | OK, I got it working for limit non-tournament games. I'm going to try to get NL working next, and maybe tournaments after that if I'm feeling ambitious.
It uses a whole bunch of other poker code that I wrote, so I'll probably put it up as a web interface where you can upload your GAMES_V3.LOG (or whatever games from it you want parsed) and it'll give you Party-style hands in return.
No promises, but I'll try to get it on the web by next week |
Has there been any progress on this?
I just finished 10,000 hands and I desperatly want to import them to PT. |
|
| Back to top |
|
 |
paperchaser
Joined: 27 Jun 2006 Posts: 8
|
Posted: Thu Aug 24, 2006 9:29 pm Post subject: |
|
|
I think I could easily create a tool to convert hand histories into a format acceptable to pokertracker if:
1. someone could please post a file of data from a site that pokertracker will import, preferably a no limit tournament to start.
2. is willing to be a beta tester because I don't have pokertracker, and am only going to buy if I can get this working |
|
| Back to top |
|
 |
fernandosancho
Joined: 24 Aug 2008 Posts: 1
|
Posted: Sun Aug 24, 2008 9:39 pm Post subject: |
|
|
Hello everyone
this topic is very interesting and I am wondering why there is no update on it. Has this topic been solved? I am sorry if I am bumping it up, but this is the best thread I found on a hand converter for Poker Tracker.
Please let me know if there is any further development of this or even a stable version ready.
If this is not the case I could provide hand samples of various sites to a motivated developer. Testing is no problem, too.
Thanks in advance. |
|
| Back to top |
|
 |
Gekka89
Joined: 08 Feb 2010 Posts: 2
|
Posted: Mon Feb 08, 2010 9:51 pm Post subject: |
|
|
Hello all!
I have a problem: the link doesn't work any more.
Could anyone send the sources/exe to me?
geniapyatkov {at} mail.ru
Thank you beforehand very very much! |
|
| Back to top |
|
 |
|