Back on Ongame tournament history

General discussion of PokerTracker 3.

Moderator: Moderators

Back on Ongame tournament history

Postby jgberaud » Mon Jul 13, 2009 4:14 am

I've got a question about the new Ongame tournament hand history, I've managed to put the missing tournament number in the files, after PT3 have successfully imported the hands, I had to enter manually all the results because it seems that there are no tournament summaries in the files. With the previous version of their lobby the tournament results were correctly populated, have you got more informations about this issue ?

Do you think it's possible to include a fix, in the next beta, to use the table number as the tournament number (only for Ongame Tournament) until Ongame has fixed their tournament number problem ?

I'm playing single table sit&go, so replacing tournament number by table number would be a great improvement even if I will need to enter manually the results, as with more than 2 tables the HUD is a big help in profiling opponents.

PS : I've created an Excel macro to insert the tournament number in the history files, if someone is interested in, I can post it.
jgberaud
 
Posts: 18
Joined: Fri Jul 18, 2008 5:31 pm

Re: Back on Ongame tournament history

Postby WhiteRider » Mon Jul 13, 2009 5:09 am

There is no tournament summary information in the hand history files for OnGame tournaments so there is nothing for PT3 to import. I would suggest that you contact OnGame and request that they write summary files for tournaments - if enough people request this they might do it.

I don't know whether a workaround for the missing tournament numbers will be added, but it has been suggested to the development team before.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Back on Ongame tournament history

Postby Xafaba » Tue Jul 14, 2009 5:31 am

hi,
can sombody explain me which numbers are missing at ongame tournaments?
Because if i look into my hh i can see a tournament number and a table number, so i dont understand where the problem is to import the hh...

@jgberaud: i am interested in your excel makro... :-)
Xafaba
 
Posts: 7
Joined: Mon Apr 06, 2009 7:45 am

Re: Back on Ongame tournament history

Postby WhiteRider » Tue Jul 14, 2009 5:37 am

The tournament header line looks like this:

***** History for hand T5-154947-16 (TOURNAMENT: ) *****

There should be a number in the brackets after TOURNAMENT:

viewtopic.php?f=16&t=20575&p=97579#p97579
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Back on Ongame tournament history

Postby Xafaba » Tue Jul 14, 2009 6:14 am

thanks for the link, rider!
now i understand.
But there was an ongame software update today and it looks like this problem isnt there anymore!!! :-)
But im only testing a sng now, not a scheduled, but i hoped they fixed that problem there too...
Xafaba
 
Posts: 7
Joined: Mon Apr 06, 2009 7:45 am

Re: Back on Ongame tournament history

Postby WhiteRider » Tue Jul 14, 2009 11:47 am

That's good news - please let us know if the tournament hands import.
I'll try one out myself later if I have time.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Back on Ongame tournament history

Postby Xafaba » Tue Jul 14, 2009 12:56 pm

Yes, also the scheduled tournament hands import!!!
:-)
Xafaba
 
Posts: 7
Joined: Mon Apr 06, 2009 7:45 am

Re: Back on Ongame tournament history

Postby kraada » Tue Jul 14, 2009 2:56 pm

Fantastic!

Thanks for keeping us up to date :D
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Back on Ongame tournament history

Postby jgberaud » Wed Jul 15, 2009 5:45 am

The tournament summary is still missing, but yes the tournament number is now in the history file.

@Xafaba : I don't if it's still useful but here's the macro :


Sub Macro1()
'
'
Application.ScreenUpdating = False

For I = 1 To 65000
content = Cells(I, 1).Value
part1 = InStr(content, "(TOURNAMENT: )")
If part1 > 0 Then
begin = InStr(content, "T5-")
trneynr = Mid(content, begin + 3, part1 - begin)
Clean = Left(trneynr, InStr(trneynr, "-") - 1)
newline = Left(content, part1) & "TOURNAMENT:" & Clean & ") *****"
Cells(I, 1).Value = newline
End If
Next I

End Sub





In Excel, open an history file without tournament number.
Run the macro.
Save the file as .txt with tab separator
Import the file in PT3
jgberaud
 
Posts: 18
Joined: Fri Jul 18, 2008 5:31 pm

Re: Back on Ongame tournament history

Postby WhiteRider » Thu Jul 16, 2009 2:54 am

jgberaud wrote:The tournament summary is still missing, but yes the tournament number is now in the history file.

@Xafaba : I don't if it's still useful but here's the macro :

You shouldn't need the macro - tournament hands now import fine, and the HUD works.
If anyone spots any problems with any particular table types please let us know.

OnGame do not write summary information to the hand history files so you'll need to enter the results manually.
Tournaments FAQ
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Next

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 21 guests

cron
highfalutin