Poker Academy Forums

    SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    Poker Academy Forums Forum Index -> Poker Academy - General
View previous topic :: View next topic  
Author Message
LinuxRules



Joined: 19 Sep 2005
Posts: 14

PostPosted: Tue Feb 28, 2006 5:17 pm    Post subject: Reply with quote

Is it just me or does the converter not work with Poker Academy Pro 2.5 hand histories?
Back to top
View user's profile Send private message
Rob-L



Joined: 01 Oct 2004
Posts: 2659
Location: Las Vegas, Nevada

PostPosted: Tue Feb 28, 2006 5:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
LinuxRules



Joined: 19 Sep 2005
Posts: 14

PostPosted: Tue Feb 28, 2006 7:49 pm    Post subject: Reply with quote

At least it's not just me Very Happy

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
View user's profile Send private message
Rob-L



Joined: 01 Oct 2004
Posts: 2659
Location: Las Vegas, Nevada

PostPosted: Tue Feb 28, 2006 8:27 pm    Post subject: Reply with quote

I could never get it to work that well with PA 2.0 either.

Crying or Very sad
_________________
a.k.a. UncleTrick
- Roaming Vegas -
Back to top
View user's profile Send private message Yahoo Messenger
terence
Developer


Joined: 27 Sep 2004
Posts: 1153
Location: Edmonton

PostPosted: Wed Mar 01, 2006 12:17 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
LinuxRules



Joined: 19 Sep 2005
Posts: 14

PostPosted: Wed Mar 01, 2006 3:16 am    Post subject: Reply with quote

Trying to import PA2.5 hand histories into Poker Tracker.
Back to top
View user's profile Send private message
SP2004



Joined: 15 May 2005
Posts: 29

PostPosted: Wed Apr 05, 2006 9:07 am    Post subject: Is this possible? Reply with quote

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
View user's profile Send private message
terence
Developer


Joined: 27 Sep 2004
Posts: 1153
Location: Edmonton

PostPosted: Wed Apr 05, 2006 3:17 pm    Post subject: Re: Is this possible? Reply with quote

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
View user's profile Send private message Visit poster's website
SP2004



Joined: 15 May 2005
Posts: 29

PostPosted: Wed Apr 05, 2006 4:16 pm    Post subject: Thanks Reply with quote

Thanks for the reply, Terence. Useful to know.

Regards,

SP
Back to top
View user's profile Send private message
TheHazard



Joined: 04 Jun 2006
Posts: 2

PostPosted: Sun Jun 04, 2006 11:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
LinuxRules



Joined: 19 Sep 2005
Posts: 14

PostPosted: Mon Jun 05, 2006 3:27 am    Post subject: Reply with quote

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
View user's profile Send private message
Husker



Joined: 20 Jan 2006
Posts: 222

PostPosted: Mon Jun 05, 2006 1:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
Rob-L



Joined: 01 Oct 2004
Posts: 2659
Location: Las Vegas, Nevada

PostPosted: Mon Jun 05, 2006 4:22 pm    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
TheHazard



Joined: 04 Jun 2006
Posts: 2

PostPosted: Tue Jun 06, 2006 4:58 am    Post subject: Reply with quote

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
View user's profile Send private message
phydaux42



Joined: 16 Jun 2006
Posts: 1

PostPosted: Fri Jun 16, 2006 7:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
paperchaser



Joined: 27 Jun 2006
Posts: 8

PostPosted: Thu Aug 24, 2006 9:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
fernandosancho



Joined: 24 Aug 2008
Posts: 1

PostPosted: Sun Aug 24, 2008 9:39 pm    Post subject: Reply with quote

Hello everyone Smile

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
View user's profile Send private message
Gekka89



Joined: 08 Feb 2010
Posts: 2

PostPosted: Mon Feb 08, 2010 9:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Poker Academy Forums Forum Index -> Poker Academy - General All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group