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

Pages: [1]
1
Templates, Layouts and Sounds / Re: Point formulas
« on: July 12, 2014, 02:38:02 PM »
I really like this formula.  only commenting to save location

Let's break this down:

The first part, staggered points for playing, is easy: numberOfPlayers - rank + 1 (or n - r + 1)

For 1 bonus point for making the money: add inTheMoney (or m)

For 2 more bonus points for winning: add if(r=1, 2, 0) [i.e. 2 for 1st, 0 for any other position]

For 1 point per hit: add numberOfHits (or nh)

So that makes the formula: (n - r + 1) + m + if(r=1, 2, 0) + nh

Unfortunately, there's no variable for bounty of previous winner.  You can define a prize for a bounty on a specific player and make it 1 point, but I don't think you can add the two easily.

2
Help Me / Display or Stream to multiple moniters?
« on: May 06, 2013, 06:06:30 PM »
Hello everyone, I wanted to know if anyone had a solution to share the screen to several monitors?  I have The Tournament Director installed on my upstairs computer (UpPC) and currently I have been using Team Viewer to show the screen upstairs and in the basement (DownPC).

UpPC = upstairs PC, tournament director is installed on this PC
DownPC = basement PC, connected to a projector, Team Viewer to UpPC, displays the screen and audio on both PCs

I like having the timer on floors so that during breaks everyone can see the timer and hear the alerts.

I find this setup a little bit tedious, but i cannot think of another solution.  Has anyone developed a better way to view the same tournament on different PCs? 


Pages: [1]