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

Pages: [1] 2 3
1
General Discussion / Re: My Newly Built Table
« on: November 15, 2008, 09:27:09 AM »
Does anyone have a link to the schedule this table? Thought for building a final-table in year 2009.

2
General Discussion / Re: My Newly Built Table
« on: November 09, 2008, 02:59:22 PM »
Thats awesome dude.... now you just gotta incorporate this into it: http://videopokertable.net/
Awesome, i want that table. :)
Hmm.. Can build that table, but i don't have all electronics that needed and software. :(

3
When u have the "game" screen on extended monitor (2nd monitor), u can have the control screen on main window. (Use tab "control") and click on Bust-out/add player and more there.

4
Help Me / Re: Multiple Monitors
« on: March 15, 2008, 05:36:26 AM »
All i do beföre i start the pc, turn on both monitor/projector, then turn on pc and wait until done booting.
Start TD, go to preferences, click on extended screen, new window appear, click on move to extended, then back to main, then again on extended. Done. (that are basically on td 2.5 b2, and havent tested on the final release yet)

5
Suggestions / Re: Double prize pool / multiple prize pool
« on: March 02, 2008, 06:42:01 AM »
I using C-pen 20 to read the barcode for tickets that they ordered by website. Using CODE 39-barcode and it work fine for us. But we cant use it in TD due that is not included yet.

When we making a big tournament we do req. tickets to check for that person are right to enter, other will not able to enter.
So every tournaments we using 2-3 pc/laptops for checking tickets with barcodes.

6
Help Me / Re: Help with the formula in TD
« on: February 19, 2008, 09:52:28 AM »
darn. lol. u have right. Maybe u need whack at me with a sledgehammer? heh heh.

Anyway, it should be r==6 ,60 then r == 7, 50, r==8,40, and more.

Done fixed there. Thank for a quick looking! ;)

7
Help Me / Re: Help with the formula in TD
« on: February 18, 2008, 05:43:22 PM »
Thank you! Figured out for 4th to 9th place.

if(r == 1, 150, if(r == 2, 120, if(r == 3, 100, if(r == 4, 80, if(r == 5, 70, if(r== 6, 60, if(r == 6, 50, if(r == 7, 40, if(r==8,30, if(r==9,20)))))))))) * if(pp < 2500, 2, if(pp < 10000, 3, 4)) * if(n < 25, 1, if(n < 50, 2, 3))

Sorry, i didnt told about 4th to 9th place. but there are formula. From >10th gets 0 points. And that are correct.

8
Help Me / Help with the formula in TD
« on: February 17, 2008, 11:51:49 AM »
Hi!

Wondering how i can get those formula like:
Rankpoints = "Postionplace-factor" * "Prizepool-factor" * "Number of player-factor"

This 1 st colum (Postionplace):
Winningplace  Factor
1st                150
2nd               120
3rd                100 and more to 9th place

2nd colum (Prizepool):
Prizepool              Factor
=> 2400                2
2500<=>9900       3
10.000 and higher   4

3rd colum (Number of players):
Players            Factor
=>24                1
25<=>49          2
50=>               3

Example:
A player came 1st place and there was 61 players and 6100 in prizepool:
150 * 3 * 3 = 1350 points

Other player came 4th get that point:
80 * 3 * 3 = 720 points.

Another example:
A player came 3rd place and had 11 players, 1100 in prizepool:
100 * 2 * 1 = 200 points.

How should i make that in TD?

9
Beta Testing / Re: Version 2.5 beta 3
« on: February 11, 2008, 03:50:20 PM »
Dragon - where else did you see an error?  And are you sure you saw errors even when "Auto seat" was not checked?  Because I identified this and can see clearly why this is broken, but do not see how it would give an error if it isn't checked (and I can't get it to error when it isn't checked).

Oh, sorry, u have right! My work when "Auto seat" was not checked, but then i tried again (with beta 3) and simulate again with "Auto seat" checked, and got error.

Code: [Select]
'Movement.Moves.length' är null eller inte ett objekt (PlayersTab, PlayerMovementPage: 5910)
 at playerMovementDialogInitHandler(Dialog)
 at Dialog.prototype.init()
 at openDialog(Dialog)
 at playerMovementDialog(null, String, String, Array, Array, Boolean, Function)
 at randomSeatAtBuyinDialog(null, Array)
 at addPlayersToTournamentDialog(null, null)


Browser: Microsoft Internet Explorer
Browser Code Name: Mozilla
Browser Language: sv
Browser Minor Version: ;SP1;
Browser Version: 4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Cookies Enabled: true
CPU Class: x86
Date: 22:45:03 2/11/2008
DB File: C:\Program\The Tournament Director 2\db/td.db
DB Folder: C:\Program\The Tournament Director 2\db
Home: C:\Program\The Tournament Director 2
JScript Build: 8831
JScript Version: 5.6
Media Player Version: 9.0.0.3354
Online: true
Platform: Win32
System Language: sv
TD Version: 2.5.b3
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
User Language: sv

Umm. I see this error is on swedish language so ill to translate.

'Movement.Moves.length' är null eller inte ett objekt (PlayersTab, PlayerMovementPage: 5910) = 'Movement.Moves.length' is null or not a object (PlayersTab, PlayerMovementPage: 5910)

10
Beta Testing / Re: Version 2.5 beta 3
« on: February 11, 2008, 01:41:56 PM »
I got same error as UPT got, and other too when i simulate movements and add players and buy ins, there i got errors.
Even if "auto seat" not was checked for my part.
Wanted use random seating after all player has done paid full and get screen for player movements to show on extend screen (Big screen).

So i went back to beta2 there work fine without any plm.

11
Beta Testing / Re: Version 2.5 beta 3
« on: February 09, 2008, 03:16:24 PM »
Ty!
Ill try this in the real tournament at Feb 16th! ;) Wish me good luck with that new version of software. :)

12
Suggestions / Re: Auto export rasult to html file.
« on: February 04, 2008, 11:00:54 PM »
Good idea!
But i think there must have ftp-support too for automatic update the html-file.

13
Beta Testing / Re: Version 2.5 beta 2
« on: January 15, 2008, 03:23:35 PM »
Good idea!

And also i want have network support too, but seem its hard for Corey to make it?

Due example a other PC at entrance can take $ and let them put paid player, other PC (the main + server) will noticed it and can put them on list before random seating (or auto seating). I dunno if it is possible to have 2 PC at same time?

14
Suggestions / Re: Separate Break Timer
« on: January 13, 2008, 12:53:51 PM »
I using most countdown in tournament with over 24 ppl. They had to chance for a smoke break before start.
Due the round take 20-25 mins each. so 3 rounds then 10 mins break.

15
Beta Testing / Re: High CPU Usage
« on: January 11, 2008, 08:36:11 AM »
Hi DragonII,

I tried that but it didn't make much difference. Reading other posts, It's the clock that eats the CPU.

My laptop is old - might have to stick with 2.43 :(

Okay. Hmm. But i dont have laptop yet (my gf borrow it :( ) so i cant test new version on it.
That do have Pentium III at 800 mhz and 320 mb RAM and Win XP.

But soon i have tournament in next week, so i using desktop pc with AMD 1900+ cpu with 512 mb ram, and also using Win 2000 Pro on it.
So my guessing a clean install Windows 2000 Pro might run softly. So ill let u know if it work soft or not.

Pages: [1] 2 3