Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - efdenny

Pages: 1 ... 7 8 [9] 10 11 12
121
Help Me / Re: MacBook Pro, VMFusion, TD 3.3
« on: January 30, 2015, 03:06:52 PM »
Glad to hear that, Corey!

122
Help Me / Re: Previous Results Stats?
« on: October 17, 2014, 07:12:20 PM »
No worries... thanks Corey.  Was hoping to move away from having to manage stats in two places (i.e. StatsGenie)  Thanks again!

123
Help Me / Previous Results Stats?
« on: October 13, 2014, 06:38:02 PM »
Just wondering if there were an easy way to list all previous tournaments with their winner on the stats page?  Columns listed like this:

#  Description   Entrants Winner TotalWinnings
1   June Tourney  12  EFDenny  $120
2  July Tourney  15  Joe  $135
3 August Tourney 12  Johnny $120
...

Would like to be able to export to html for posting to a web page.

124
Help Me / Re: data sharing
« on: August 24, 2014, 10:14:55 AM »
The way I handle using two different computers is the database backup/restore function.

125
Help Me / Re: Suggested Movement & Locked Players
« on: August 06, 2014, 09:34:02 AM »
Will do... Friday is my next one, so we'll see if it happens.

126
Help Me / Suggested Movement & Locked Players
« on: August 02, 2014, 05:00:36 PM »
Hey Corey... for my last two tournaments, I saw this strange behavior in 3.3 -- I have a two table game, and one player at each table locked (the dealers).  During play in both tournaments, after a player was knocked out the rebalancing suggestion was for one of the locked players to move to the other table, even thought that player was marked as locked on the Tables settings screen.  I hit "Don't Move" then clicked "Suggest Movement" and it wanted the same locked player to move.  There didn't seem to be a pattern -- first time was after the 2nd player was knocked out; second time was after the 6th or 7th player was knocked out.

Anyone else seeing this?

Thanks,
efdenny

127
Help Me / Re: Average Playing Time?
« on: May 29, 2014, 11:06:09 PM »
OK, that makes sense... that'll work!

128
Help Me / Re: Average Playing Time?
« on: May 29, 2014, 09:31:18 PM »
Hmmm, maybe I'm missing something?  That results in an Overall Score of xx,xxx.xx

129
Help Me / Average Playing Time?
« on: May 26, 2014, 12:11:29 PM »
Is there a way to generate average playing time in the stats?

130
Help Me / Re: WSOP Circuit Points Formula
« on: April 19, 2014, 10:02:25 AM »
Doh!  You're right, I forgot the "everyone else" part.

I think this would have done it:

assign("r20", floor((n - 9) * .2))
assign("r30", floor((n - 9) * .3))
if(r < 10, ((9 - r) * 2.5) + 15 + switch(r, 1, 15, 2, 5), if((r > 9) and (r <= (9 + r20)), 10, if((r > (9 + r20)) and (r <= (9 + r20 + r30)), 5, 2.5)))


Yup, it sure does!  Thanks again Corey...

131
Help Me / Re: WSOP Circuit Points Formula
« on: April 18, 2014, 04:26:16 PM »

Thanks, Corey... I'm sure I'm missing something though.  This works for everyone, except the 2.5 award (everyone else).

I think I figured it out...

assign("r20", floor((n - 9) * .2))
assign("r30", floor((n - 9) * .3))
if(r < 10, ((9 - r) * 2.5) + 12.5 + switch(r, 1, 15, 2, 5), if((r > 9) and (r <= (9 + r20)), 7.5, if((r > (9 + r20)) and (r <= (9 + r20 + r30)), 2.5))) + 2.5

132
Help Me / Re: WSOP Circuit Points Formula
« on: April 18, 2014, 02:52:39 PM »
assign("r20", floor((n - 9) * .2))
assign("r30", floor((n - 9) * .3))
if(r < 10, ((9 - r) * 2.5) + 15 + switch(r, 1, 15, 2, 5), if((r > 9) and (r <= (9 + r20)), 10, if((r > (9 + r20)) and (r <= (9 + r20 + r30)), 5)))


Thanks, Corey... I'm sure I'm missing something though.  This works for everyone, except the 2.5 award (everyone else).

133
Help Me / WSOP Circuit Points Formula
« on: April 17, 2014, 07:59:40 PM »
Does anyone know how to mimic the points system used in the WSOP Circuit? (http://www.wsop.com/2013/circuit/2013-14-WSOP-CIRCUIT-POINTS-CHART.pdf)  I'd like to experiment with using this system for our league games.  I'd use the same distribution for places 1 through 9, but for the rest of the positions, rather than % of remaining players in the money, I'd use % of remaining players, period.  (I'm sure it starts with 2.5 points for playing, but that's about all I know)  ???

1st = 50
2nd = 37.5
3rd = 30
4th = 27.5
5th = 25
6th = 22.5
7th = 20
8th = 17.5
9th = 15
20% of remaining = 10
30% of remaining = 5
The rest = 2.5

134
General Discussion / Re: Running TD on Mac
« on: April 17, 2014, 01:25:33 PM »
I just bought a MacBook Pro and trying to determine which is better option to run windows -  boot camp or parallels?  TD is the only app I need windows for.  I plan on doing dual screens using airplay.

Any Mac users out there that can provide feedback?

Boot Camp gets the best performance, being native Windows.  But, I've been using VMWare Fusion with Windows 7 and not seen any performance hits.

135
Beta Testing / Re: 3.3 beta 2
« on: March 11, 2014, 09:19:48 PM »
Patch has been published.  Your TD should automatically download it.

Confirmed as well!  Thanks for the update, Corey...

Pages: 1 ... 7 8 [9] 10 11 12