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.


Topics - Wick

Pages: [1]
1
General Discussion / Double Points for the Last Tournament
« on: May 04, 2023, 04:56:58 PM »
Can you build a formula that would allow you to award double points for the final tournament.
For example 20 week season, first place is 100 points except for week 20 when it would be 200 points.

2
Help Me / Move Game Window to monitor 2
« on: August 21, 2022, 08:37:01 AM »
For the life of me i cant figure out how to to this. I can only get Game Window on monitor 1 (Main Display) and the Settings window on the secondary display. I know i can switch them in the windows display settings, but i Just want to be sure I am not missing something.

3
Help Me / Hand for Hand Clock run off
« on: August 20, 2022, 03:54:10 PM »
Is there an easy way to run the clock down, say 2 mins, during had for hand? I know you can reset the clock, but am looking for "easy" button that will take 2 mins off the clock.

4
Help Me / Windows cannot find
« on: January 19, 2018, 04:12:24 PM »
Full error message:

c:\Program Files (x86)\The Tournament Director 3\TD.exe

Windows cannot find 'c:\Program Files (x86)\The Tournament Director 3\TD.exe'. Make sure you typed the name correctly, and they try again.

The user account i am logged in is an administrator. This is the only application i am having this issue with. I dl the installer and i get the same msg but with the installer file name.

I have tried google to see what might be causing the issue, but no luck. I even created a new admin account. I had boot in safe mode to create the account. And i could run TD in safe mode.

Any ideas?

5
Help Me / Adding <entries> and <rebuys>
« on: June 23, 2017, 01:10:26 PM »
I want to track re-entries separate from the first time entry. I have the autoprize set to include both entries and rebuys when calculating the prize pool.   What i haven't been able to do on the layout is show Total Entries <entries> + <rebuys>.

Is this possible?

6
Help Me / Marquee Scrolling Payouts
« on: June 13, 2017, 02:06:27 PM »
I tried adding a <marquee> to my prizes pool and it works sort of. The prize pool payouts scroll but, there is also a static list at the bottom of the token and it scrolls out of the static list. Here is the html contents. Any idea why is it doing this?

<marquee  direction="up"   scrollamount="1" scrolldelay="50" height="200px">
<prizes>
</marquee>

7
Help Me / Buy -In split between prize pool and ToC Prize Pool
« on: September 27, 2015, 11:54:51 AM »
So if i have a $60 buy in and $50 goes to the prize pool for tonight and $10 towards an end of season ToC, could/should i use the rake field? And is so can i get a total raked from all of the games for this years league (running total)?

8
Help Me / Modify tournament history
« on: January 01, 2015, 01:40:09 PM »
I saw another thread on this issue and thought i had found the solution. I have busted out players in the wrong order. The thread said to use the adjust rankings button.

But here is my problem, i busted out the last to guys in the wrong order and the button does not allow you to move the #1 down or the #2 up.

I tried the Undo Busted Player, but it is greyed out.

Anything i can do to fix this?

9
Help Me / Sorry Page Not Found
« on: March 31, 2014, 03:03:46 PM »
Just tried to DL v3.3. When I go to the DL page and click on the link to "Download The Tournament Director version 3.3"  it takes me to this page:

Sorry, the page you requested was not found.



What would you like to do?

Download the Tournament Director software?

See some screenshots of the Tournament Director software in action?

Purchase a Tournament Director software license?

Visit the Tournament Director forums?

Read the Tournament Director Frequently Asked Questions?

When I click on the link to download the software it takes me back to DL page..... and round and round I go.
I am doing something wrong?

10
Help Me / Best way to handle this point adjustment
« on: November 03, 2013, 03:10:04 PM »
I run a league that has 8 games and you get to drop two scores. We just finished game two for this season and I had a guy who has only played one other time (last year). I asked before the tournament if is was going to join the league and he said no.

Well he ended up winning and asked me "how much to join the league?". I told him a $100 but, he would have to take a zero for tonight. After explaining what that meant, and why, he said ok and gave me the $100.

So now if I add him to the league it will calculate points for the last game and if I don't add him it will not calculate points next time. So I need to zero out his points for game 2 and adjust everyone else's points to what they would have been if he was not in the league.

What is the best way to accomplish this?

Here is the formula used to calculate points: if(inLeague = 1,sqrt(nm*bc)/(leagueRank + 1),0)

11
Templates, Layouts and Sounds / Displaying Chips
« on: November 20, 2011, 05:31:57 PM »
Is it posible to just display the chips that are in play?

For example for rounds 1, 2 and 3 you are using $5, $25, $100

For rounds 4, 5 and 6 you remove the $5 and add a $500

Sorry if this have been covered, my google fu sucks.

12
Help Me / Points not calculating - Solution Found
« on: November 16, 2011, 08:57:30 AM »
Ok I DL version 3 to another PC to take a look at it, restored a backup from the PC that I run my league on and the points are not calculating.

Here is the formula i use: if(inLeague = 1,sqrt(nm*bc)/(leagueRank + 1),0)

I click on the test formula button then set from tourament button for both the tourament info and player info the only info missing is the leaguerank and inleague from the player info. I have checked to make sure the player is still listed in the league.

Any ideas?

13
Help Me / Chop Points
« on: December 05, 2009, 10:16:06 AM »
Ok last night we had 3 people who decided to chop the cash. They played one hand to detremine 1st, 2nd, and 3rd. In  the chop screen I split the money, and set the relative rank so the actual rank is corrent. When I look at the points for play it is not assigning them based on the ranking I set in the chop screen.

I am doing something wrong?

14
Help Me / Hit Points
« on: November 10, 2008, 08:02:44 PM »
Well I have been playing around with this and I think I know the answer, just want to confirm it.

We have a league with non-league players that awards points for rank, hits and final table.

Here is the formula I am using:
if(inLeague = 1, (numberOfLeagueMembers - leagueRank + 1) + (numberOfHits * .5) + finalTable, 0)

The points for hits should only be added to your score if a league player knocks out another league player.

The only way I have found to get this to work is when a non-league player is knocked out by a league play I don't check a hit man.

My assumption is that TD doesn't keep track of the number of hits by league and non-league hits.

So the only way to do this is to NOT check a hit man when a non-league player is knocked out. This right?

Pages: [1]