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 - MooseWizard

Pages: [1]
1
Suggestions / Rounds Template Name
« on: December 08, 2023, 10:29:55 PM »
I have several round templates saved for various numbers of players.  I think it would be great if there was a place I could see which template is loaded at any given time.  As it is, if I make a change to a template and go to save it, I have to guess which one I had open. Same would be cool for Prizes templates as well.

2
General Discussion / Trophy Ideas
« on: November 29, 2006, 11:18:53 AM »
What do you use for trophies?

This is the first year of our league.  At each tournament, I gave the winner a black silicone bracelet (think Lance Armstrong bracelet) that had the four suits and ALL IN on it.  For the championship next week, I have had a titanium bracelet made featuring our logo.



I got it from IronDog Industries, and was $19 USD.  These guys were an absolute pleasure to work with.

Post your favorite trophy ideas and links!

3
Help Me / Points not awarded correctly, despite test results.
« on: April 10, 2006, 07:54:43 AM »
My first tounament over the weekend resulted in the Winner recieving 48 points.  However, he should have only recieved 41.   When I enter his position and the number of hits he recieved, it caculates correctly.  However, on the summary page, the stats, and the export to StatsGenie, it awarded him 48 points.  I do not have any points on the prizes except for 1 extra point for the bounty (which he did not get).

My formula is

(n)-(r)+1+(nh)+max(6-(r),0)


29 players, + 5 points for 1st, plus 7 points for hits = 41.  Where's the extra 7 points coming from?

4
Templates, Layouts and Sounds / LPS Layout
« on: March 28, 2006, 05:10:37 PM »
It's not heavily modified from the original, but matches our logo/color scheme. 











5
General Discussion / Share your forumlas.
« on: March 02, 2006, 03:31:12 PM »
I wanted a formula that would award points based on the number of players, plus a point for each knockout.  That's easy enough. 

(n)-(r)+1+(nh)

But I also wanted to award 1st place an additional 5 points, 2nd place 4 points, 3rd place 3 points, 4th place 2 points, and 5th place 1 point.  Nothing below 5th would receive bonus points.

Here's what I came up with:

(n)-(r)+1+(nh)+max(6-(r), 0)

The max part says to take the higher of either 0, or the result of 6-(rank). 

So:

6-(rank of 1)=5
6-(rank of 2)=4
6-(rank of 3)=3
6-(rank of 4)=2
6-(rank of 5)=1
6-(rank of 6)=0
6-(rank of 7)= -1, in which case 0 is greater and is used instead.


6
Help Me / Error durring save of tournament.
« on: March 02, 2006, 03:05:13 PM »
Name: TypeError
Number: 10 - 5
Description: Invalid procedure call or argument
Message:  Invalid procedure call or argument




Ideas?

7
Help Me / License?
« on: March 02, 2006, 11:07:09 AM »
If this has been answered somewhere before, I couldn't find it.

I have received my key, but have yet to register the software.

With the prior version of TD, I had it installed on my desktop, where I would create the tournaments.  I also had it installed on my wife's laptop, which I ran the tournament from. The reason I did it this way was because I don't have regular access to the wife's laptop, only durring the tourney. 

My question is, am I allowed to use the key on both PC's?  Only one will be in use at any given time.

Pages: [1]