Page 1 of 2

Back on Ongame tournament history

PostPosted: Mon Jul 13, 2009 4:14 am
by jgberaud
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.

Re: Back on Ongame tournament history

PostPosted: Mon Jul 13, 2009 5:09 am
by WhiteRider
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.

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 5:31 am
by Xafaba
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... :-)

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 5:37 am
by WhiteRider
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

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 6:14 am
by Xafaba
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...

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 11:47 am
by WhiteRider
That's good news - please let us know if the tournament hands import.
I'll try one out myself later if I have time.

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 12:56 pm
by Xafaba
Yes, also the scheduled tournament hands import!!!
:-)

Re: Back on Ongame tournament history

PostPosted: Tue Jul 14, 2009 2:56 pm
by kraada
Fantastic!

Thanks for keeping us up to date :D

Re: Back on Ongame tournament history

PostPosted: Wed Jul 15, 2009 5:45 am
by jgberaud
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

Re: Back on Ongame tournament history

PostPosted: Thu Jul 16, 2009 2:54 am
by WhiteRider
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