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 [2] 3 4 ... 12
16
Help Me / Smart Bulbs and TD Events
« on: March 07, 2020, 11:11:57 AM »
Has anyone had any experience using smart bulbs in conjunction with TD events? For example, I think it'd be nice to be able to dim the lights at the 1 minute warning to signal the end of the break approaching, I'm just not sure if that's possible or not. I'm hoping someone here has already figured this out before I pull the trigger on upgrading our lights...

17
General Discussion / Re: Big Blind Tournaments
« on: February 12, 2020, 06:03:19 PM »
The all in player is eligible for the ante, plus $100 x 5 players, so $1,300. There is a $300 x 4 players side pot of $1,200, which the all in player is NOT eligible for.

18
General Discussion / Re: Multiple Screens
« on: December 22, 2019, 07:20:02 PM »
Windows 10 supports additional wireless displays. You can use a Roku or Chromecast as a receiver. That's what we're using...

19
Help Me / Re: Bounty Tournament - Option to purchase bounty chip.
« on: December 15, 2019, 06:34:57 PM »
I would treat it just like a side pot... the better hand gets the bounty chip.

20
Help Me / Re: Overall Score help
« on: December 09, 2019, 06:58:58 PM »
To count only the top 9, you'll need to set the Tournament Scoring formula to "points" and then set the Overall Formula to this:

sum(top(9, scores))

21
Help Me / Re: exporting a tournament
« on: October 27, 2019, 07:31:01 PM »
Within the Tournament Director, load the tournament you want to export. On the Game tab, click Export, then select StatsGenie. You will need to click "Configure" the first time to configure the correct API key.

If you truly want it exported as straight XML, select the Poker DIY option on the export.

22
General Discussion / Re: Formula Assistance
« on: October 18, 2019, 07:54:45 AM »
Preferences... Currency / Numbers... Points precision. Enter the number of decimal places: in this case, "2"

23
Beta Testing / Re: 3.7 BETA 1
« on: October 14, 2019, 05:53:46 PM »
simulated a few tournaments, ran stats, changed layouts... all good so far.

24
Beta Testing / Re: 3.7 BETA 1
« on: October 13, 2019, 12:47:48 AM »
Thanks, Corey... installing now! I'll let you know how it works for me...

25
Beta Testing / Re: 3.5 Progress
« on: September 02, 2019, 05:15:30 PM »
Awesome, thanks again Corey... looking forward to it!

26
Help Me / Re: Help with Points formula please
« on: February 16, 2019, 01:30:29 PM »
This should get you what you're looking for:

(buyins - rank + 1) + numberOfHits + (0.25 * prizeWinnings) * 10

or using aliases

(n - r +1) + nh + (0.25 * pw) * 10

27
Help Me / Re: League Points System - Help
« on: February 11, 2019, 07:30:20 PM »
Well, Corey probably has a better way, but here's my brute force method:

switch(r,1,15,2,12,3,10,4,8,5,7,6,6,7,5,8,4,9,3,10,2,11,2,12,2,13,2,1) * (if(n <= 5,0.5) + if(n = 6,0.6) + if(n = 7,0.7) + if( n = 8,0.8 ) + if(n = 9,0.9) + if(n = 10,1.1) + if(n = 11,1.1) + if(n = 12,1.3) + if(n = 13,1.3) + if(n = 14,1.5) + if(n = 15,1.5) + if(n >= 16,1.8 ))

28
Help Me / Re: help point formula
« on: February 03, 2019, 12:36:08 PM »
I'll give it a shot... this should get you what you're looking for:

(n-r+1) + switch(r,1,n,2,n/2,3,n/4,4,n/8,5,n/16,6,n/32,7,n/64,8,n/128,9,n/256)

29
Beta Testing / Re: 3.5 Progress
« on: November 28, 2018, 09:26:45 PM »
Thanks for the update, Corey... keep 'em coming!! We really do appreciate your hard work...

Pages: 1 [2] 3 4 ... 12