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 ... 12
1
Templates, Layouts and Sounds / Re: HTML based layout: Blind Joe's Panels
« on: December 15, 2023, 10:25:54 AM »
This is awesome! Thanks for sharing! May I ask which site you used for "cartoonizing" your player profile pics?

2
Help Me / Re: Honor locked seats when collapsing tables
« on: September 20, 2023, 09:38:40 AM »
Thanks Corey, I appreciate that suggestion, and I'll use that. Thanks again!

3
Help Me / Re: Honor locked seats when collapsing tables
« on: September 19, 2023, 03:55:32 PM »
The one exception to this is if you have the setting Automatically randomize seating at final table enabled.  In this case, once you get down to two tables and one table is collapsed, everyone at the final table will have their seating randomized, whether they are locked in their seat or not.

That was it, thanks! No way to exclude locked players from that setting then? As long as I know, I can deal with that. Thanks again!

4
Help Me / Honor locked seats when collapsing tables
« on: September 19, 2023, 01:54:18 PM »
Hey Corey, is there any option currently to make TD honor the seats that are locked on the remaining table(s) when combining tables?

For example, if I have two tables (red & blue), and I collapse blue first, anyone that was locked into a seat on red now has to get up and be re-seated, including our dealer for that table. I was hoping to be able to leave the dealer where they are and allow everyone else to be reseated. Currently, I lock them into Seat #9 so that everyone knows where seat 1 is. However, when collapsing, the dealer could be at any seat, and everyone has to figure out where seat x,y,z is. It causes a lot of confusion for numbskulls like us!  ;D

Thanks!

5
Help Me / Re: New Points Formula- easy one I hope
« on: July 31, 2022, 08:44:51 AM »
Ha! Yeah, it looks worse than it is -- here's the breakdown:

(n-r+1) establishes your base points, based on finish. (number of entrants - rank +1)
20th = 1 pt
19th = 2 pts
...
2nd =19 pts
1st = 20 pts

the switch statement says for each rank (r), give additional points.
1st = 15 additional points
2nd-4th = 10 additional points
5th-10th = 5 additional points

So, it would result in this:
1st = 20 + 15 = 35
2nd = 19 + 10 = 29
3rd = 18 + 10 = 28
4th = 17 + 10 = 27
5th = 16 + 5 = 21

and so on...

6
Help Me / Re: New Points Formula- easy one I hope
« on: July 30, 2022, 12:38:50 PM »
(n-r+1) + switch(r,1,15,2,10,3,10,4,10,5,5,6,5,7,5,8,5,9,5,10,5)

7
Help Me / Re: Another points formula
« on: July 25, 2022, 07:51:57 PM »
Does everyone get 5 bonus points? So first place would actually get 205 for a 20 person event? If so:

(n - r + 1) * 10

and you can use the Points for Playing option on the General tab set to 5. Or if you want it all in a formula:

((n - r + 1) * 10) + 5

8
Help Me / Re: Looking for very simple points forumla
« on: February 07, 2022, 04:49:24 PM »
I *think* you are looking for this:

placed*10*n

This would yield for 10 players that pays 3 places:

1st - 3rd = 200
4th - 10th = 0

Alternatively, if you are asking for position times 10 times number of players:

10*((n-r)+1)*n

This would yield for 10 players:
1st: 1000
2nd: 900
3rd: 800
...
9th: 200
10th: 100

9
Help Me / Re: Seating Chart Token
« on: January 28, 2022, 10:36:52 AM »
Fair enough, I can make it work... Thanks Corey!

10
Help Me / Re: Seating Chart Token
« on: January 17, 2022, 04:05:34 PM »
No worries... how about adjusting the width of the columns?

11
Help Me / Seating Chart Token
« on: January 16, 2022, 10:08:19 PM »
I'm trying to adjust the alignment of the text in the seating chart token on my layout. Is there a way to change the Table Name (tableEdgeFont) to be left aligned instead of centered? I've tried a few things and seem to have run into a wall on this...

Token code (generated by Edit Token):

Code: [Select]
<seatingChart format="diagram" columns="2" tableEdgeFont='{"Name":"Tahoma","Size":40,"Bold":true,"Italic":false,"Shadow":{"On":true,"OffsetX":3,"OffsetY":3,"Color":"#000"},"Color":"white","BGColor":"#0000","Underline":false,"Grad":{"ColorFrom":"#0000","ColorTo":"transparent","Type":0}}' tableBodyFont='{"Name":"Tahoma","Size":30,"Bold":true,"Italic":false,"Shadow":{"On":true,"OffsetX":3,"OffsetY":3,"Color":"#000"},"Color":"white","BGColor":"#0000","Underline":false,"Grad":{"ColorFrom":"#0000","ColorTo":"transparent","Type":0}}'>

12
Help Me / Re: Big Blind Ante (BBA) adjusments
« on: November 30, 2021, 02:34:19 PM »
No real gotchas there, it's pretty straightforward, just as you described.

13
Help Me / Re: Windows 11
« on: November 07, 2021, 04:11:40 PM »
I ran a 9 hour tourney yesterday on Windows 11... no problems that I saw, everything ran as expected!

14
Suggestions / Re: Mac/Linux Version
« on: April 07, 2021, 05:06:59 PM »
Thanks, Corey, completely understandable.

Appreciate the update!

15
Suggestions / Mac/Linux Version
« on: March 31, 2021, 11:20:40 AM »
Hey Corey,

Just wondering if you've made any headway on a potential Mac/Linux version of TD? Is it still something you are considering?

After this version is final, I will start to look more deeply into versions for Mac and Linux. 

Thanks, as always, for all of your hard work!

Pages: [1] 2 3 ... 12