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

Pages: [1]
1
General Discussion / Re: Can someone do me a favour please?
« on: February 28, 2015, 02:31:57 PM »
Thank you, oh sorry I wanted the payouts for top 4 players %  and top 5 player %

So like top 3 is
50
30
20
?

2
General Discussion / Can someone do me a favour please?
« on: February 28, 2015, 08:06:18 AM »
My laptops crashed and can't get access to TD till Monday. Could someone please give tell me what the default % payouts are for top4, top5 and what a 32 player tournament Pays with % Thanks in advance

3
Help Me / Overall Score Show in Points?
« on: August 15, 2013, 02:00:24 PM »
Can you get the the Overall Score for each game show in Points as well?

4
Help Me / GPI (Global Poker Index)
« on: July 31, 2013, 01:01:33 PM »
hello i was wondering if Anyone had an Idea on what sort of formula they use to calculate the score! i know it depends on field size buy-in amount and in the money finish and so many results each month with a multiplier thrown in! any ideas???

5
Help Me / Score and Overall Score Help!
« on: July 22, 2013, 08:34:15 AM »
im currently running TD 2.5.14 (3 doesnt work on my machine)

im using the standard scoring system with the Score and Overall score!
The Overall Score is used determine the best or top 16 players! we limit the amount of games you have to play (20) to qualify for the top 16 players end of year Game!
These are the Formulas im using atm :

Tournament Scoring
log((n + 1) / r)

Overall Score
(1-exp(-average(scores))) * 100

what i would like is a formula that takes the average of the Best 20 Results rather than every single game thats been played
Any ideas guys?
---
i think iv just worked it out myself:

Overall Score
(1-exp(-average(top(20,scores)))) * 100
 
seems to have done the trick i think conformation would be good thou :/

6
Help Me / Exporting Database
« on: May 14, 2013, 12:49:55 PM »
Hi  im in the process of finishing my website for the tournaments i run and i wonder if it would be possible to create a SharkScope like page for my players to be able to view there results. all iv been doing on a fb page is manually putting results up after the games have finished.  is if it was possible to export or import the database file to access or sql somehow? without having to manually export it through td!    Thanks in Advange

7
Templates, Layouts and Sounds / Re: Help with sound files
« on: May 12, 2012, 04:03:42 PM »
Thanks Corey!

im assuming that (smallBlind = ) and (bigBlind =  are used in later versions as well? which would be why i couldnt get that to work either! Will i have to manually do it for each round (roundNum = ) ???

Thanks again great help and great software even if i am stuck using an old version :)

8
Templates, Layouts and Sounds / Help with sound files
« on: May 12, 2012, 11:06:57 AM »
hey wondered if anyone can help me with these sound events! i had it all working with version 3 trial but cant enter ID as i get an error anyway im using the old 2.5.12 v

iv got different sounds for 2 min warning for break, start of break,  2min warning for blinds going up! but cant seem to get them to work for the break side of things

example :
Breaks
(not isRound) and (secondsElapsed = 1) and (state = 2) (this doesnt play at all :S)

2mins wanring break
(isRound) and (state = 2) and (secondsLeft = 122)  (this plays at the end of every level but only want it at the end of the level before the break??)

would i need i different line of code for it to work 2mins before the end the break as well?

everything else i can get to work

eg:

75-150
isRound and (smallBlind = 75) and (bigBlind = 150) and (secondsElapsed = 1)

2mins wanring blinds
(isRound) and (state = 2) and (secondsLeft = 122)

if anyone has any idea id be very grateful, swear i had it all working before but mite having something todo with me using an old version (cant load my template as it was saved in v3)

thank in advance :)

9
Help Me / TD 3.0 Problem
« on: December 01, 2011, 04:47:51 AM »
just bough and received my licence key but when i enter the ID and key it comes up with:

Name: Type Eorror
Number: 7 - 5
Description: Access is denied

Message : Access is denied

at TDErrorHandler(String, String, Number)
at openDialog(Unknown)
at Licensing.LKDialot.clickOKButton()

its validating in the background but does seem like its doing anything?

also comes up with a script error when TD starts but seems to run fine if you continue to run scripts on the page or not

any  ideas

10
Help Me / Re: Having trouble with Event Sounds
« on: November 05, 2011, 04:25:27 PM »
somethings defo not right :S it says " we will now have a short break at the end of the break to" :S must ne the way iv coded it

11
Help Me / Having trouble with Event Sounds
« on: November 05, 2011, 03:18:43 PM »
totally new to this havent done to bad up till now!

i have a 2 Min warning sound before the end of each level

Condition's
secondsLeft = 122

which i didn't have any problem with.. but this is where im stuck.
I want a different sound when iv got a break coming up next

iv tried a few things but nothing seems to work ie:

Condition's
secondsLeft = 122 & (bigBlind=100,200,300,400)


with a separate event for the break level:

Conditions's
secondsLeft = 122 & (bigBlind=600)

doesnt come up with an error, just doesnt play a sound on the normal levels and just on the 1's before the break :S you cant group them together with a im assuming (,) ??

im guessing there's an easier way? any help would be appreciated

 

Pages: [1]