Page 1 of 1

Tickets=[n] in TourneyResults files

Posted: Sun Feb 06, 2022 8:24 pm
by Grim
I've made a python script that reads to the tourney files to provide some statistics, primarily ROI %. On our Season "Final Table" tournament we have some players who get free seats. However looking at the tournament result file, it's impossible to see who got the free seat(s).

Is it possible to get a line or two in that file that lists players who used their tickets paid for by the house (or paid themselves)? e.g.
TicketHolders(Funded)=John, Paul
TicketHolders(Non-funded)=George, Ringo

Re: Tickets=[n] in TourneyResults files

Posted: Sun Feb 06, 2022 9:13 pm
by Kent Briggs
I'll consider adding a field to each player's "Place" line. In the mean time you could extract that from the event log.

Re: Tickets=[n] in TourneyResults files

Posted: Wed Feb 09, 2022 4:56 am
by Grim
Would it be possible to include a cost-field per player as well (on the Place line)? That would be a lot easier than calculating all the different costs (buy in, rebuy, add on, bounty, rake, etc.)

Re: Tickets=[n] in TourneyResults files

Posted: Wed Feb 09, 2022 10:28 am
by Kent Briggs
Grim wrote: Wed Feb 09, 2022 4:56 am Would it be possible to include a cost-field per player as well (on the Place line)? That would be a lot easier than calculating all the different costs (buy in, rebuy, add on, bounty, rake, etc.)
Yeah, that's what I was thinking.

Re: Tickets=[n] in TourneyResults files

Posted: Mon Feb 14, 2022 6:07 pm
by The MPC
On this same note, could you also include $_POST['Ticket'] in the TournamentRegister callback array?