Open Side Menu Go to the Top
Register
Table Of Interest (discontinued) Table Of Interest (discontinued)

12-09-2009 , 12:21 AM
Does this work well with pt3 hud?
Table Of Interest (discontinued) Quote
12-09-2009 , 12:26 AM
Quote:
Originally Posted by greg nice
in my experience it slows everything down. ex: so you have 24 tables, 8 have bet slider, you still have to getpixel on 16 non active windows to check if theres an allin. pokerstars cpu usage went from 2% to 20%. but it did work.
You can check all tables for slider first and do pixelsearch when there is no match only (tables with slider are in grid or quenue).
Thois, if you are afraid that this will slowdown everything you can set watching for allin tables only on timer (constantly look for tables with fold button but no slider, let's say every 650ms), that shouldn't affect your script speed at all.
Table Of Interest (discontinued) Quote
12-09-2009 , 12:49 AM
For people using Tableninja + HEM + TOI + 24 tables could you please state some PC specifications I'm currently upgrading my pc as it struggles with 12+ tables + HEM + ninja +TOI at the moment so it'd be a great help, thanks. Maybe thois can help me as to what would make the program run more smoothly? RAM or CPU speed? I purchased it today, I still like it but just want to add a few more tables. TY

Last edited by paratacus; 12-09-2009 at 12:59 AM.
Table Of Interest (discontinued) Quote
12-09-2009 , 01:11 AM
Quote:
Originally Posted by Thois
Ive made a decision... Tommorow I will give image/pixelrecognition a second shot, so that all-ins (before first preflop action) are recognized. This way I can instantly add tournament support and Full Tilt support, tripling my market. Too many people are having problems with only 99.9% of TOI's being recognized.

It won't be too much work, don't get your hopes up though, you never know what problems I will run in to... Ill combine this with the existing bet slider search method, so that small recognition delay will only be on tables that werent recognized in the first place (not sure yet: it could slow down the entire program). Perhaps I was a bit stubburn on not wanting to add the pixel recognition method.


- Make TOI compatible with TableNinja's auto sit-in functionality (add time-out slider for new tables)
If it's going to slow down the program at all, I won't even considering using that feature, assuming you make it work. PF all-ins are rare in cash games anyway besides the AA vs KK type hands.

I thought TNs auto sit-in option was tournament only? That's the only one I see currently, let me know if there's one for cash and it'll make everything much easier.

Only thing I'm waiting on is the VPIP feature. Get that up and running and IDC about anything else as long as it runs well.


Quote:
Originally Posted by paratacus
For people using Tableninja + HEM + TOI + 24 tables could you please state some PC specifications I'm currently upgrading my pc as it struggles with 12+ tables + HEM + ninja +TOI at the moment so it'd be a great help, thanks. Maybe thois can help me as to what would make the program run more smoothly? RAM or CPU speed? I purchased it today, I still like it but just want to add a few more tables. TY
Unless the TOI prog slows everything down, I wouldn't think you'd need anything that great. I'm running a cheap dell laptop that I bought in 08 and it does a fine job at all of that minus TOI since I haven't tested it yet.
Table Of Interest (discontinued) Quote
12-09-2009 , 01:35 AM
very nice project Thois!
Table Of Interest (discontinued) Quote
12-09-2009 , 02:43 AM
Will this work with FLSH and if so couldn't it be more optimized without needing to search for bet sliders and whatnot.
Table Of Interest (discontinued) Quote
12-09-2009 , 02:56 AM
Thois, why not search for a fold button instead of a bet slider? Surely that always appears. Or have I misunderstood something?
Table Of Interest (discontinued) Quote
12-09-2009 , 06:18 AM
Quote:
Originally Posted by sloove
you should work on recognizing an AI before the flop because when some1 goes AI before the flop TOI leaves this table in the stack and you time out happily and never hear of that table again
i dont think this is an problem, the table pops up to the front of the stack so you can handle the action there, only problem is it doesn't get moved
but thats not a big problem imo

+ i dont think its worth adding pixel recognition if it slows down the software extremely just to handle this, because its not like you don't see the table, i mean it pops up so its fine

dont slow down the app
Table Of Interest (discontinued) Quote
12-09-2009 , 06:19 AM
Quote:
Originally Posted by Max1mums
You can check all tables for slider first and do pixelsearch when there is no match only (tables with slider are in grid or quenue).
Thois, if you are afraid that this will slowdown everything you can set watching for allin tables only on timer (constantly look for tables with fold button but no slider, let's say every 650ms), that shouldn't affect your script speed at all.
am i missing what you are saying? i thought my example covered this. 24 tables. most wont have the slider. search for slider first, find 8. 16 tables left to do a getpixel on, just to see if one has the allin. maybe i'm doing something wrong, but this was very resource intensive for me. and from web searches, it seems like printwindow is slow for everyone. i should have a working example soon

Last edited by greg nice; 12-09-2009 at 06:38 AM.
Table Of Interest (discontinued) Quote
12-09-2009 , 07:00 AM
I mean yes, it's slow but when we don't find any more tables with slider that means we have some free time for slow things, and what about setting timer on function that will look for allins only? It will work in another thread and won't affect main script work (except for cpu load).
Table Of Interest (discontinued) Quote
12-09-2009 , 07:11 AM
Quote:
Originally Posted by EstrlM3
this fixed the problem at showdown however the fold hotkey still doesnt send the table back to teh stack, only the mouse.

any help? anyone else experience this?
Quote:
Originally Posted by EstrlM3
my fold hotkey doesnt send the table back to the stack.
You should enable 'Send to Active' in TOI's 'Options'

Quote:
Originally Posted by freddy827
Does this work well with pt3 hud?
Yes, I have PT3 myself

Quote:
Originally Posted by Max1mums
You can check all tables for slider first and do pixelsearch when there is no match only (tables with slider are in grid or quenue).
Thois, if you are afraid that this will slowdown everything you can set watching for allin tables only on timer (constantly look for tables with fold button but no slider, let's say every 650ms), that shouldn't affect your script speed at all.
Yes don't worry, I know how to optimize it, Ive just woken up, will start working on it now.

Quote:
Originally Posted by TimberAAA
i dont think this is an problem, the table pops up to the front of the stack so you can handle the action there, only problem is it doesn't get moved
but thats not a big problem imo

+ i dont think its worth adding pixel recognition if it slows down the software extremely just to handle this, because its not like you don't see the table, i mean it pops up so its fine

dont slow down the app
People happy with the current application and fearing changes, don't worry: All new additions will be optional in the 'Advanced' menu.

Quote:
Originally Posted by jeffdrums
Will this work with FLSH and if so couldn't it be more optimized without needing to search for bet sliders and whatnot.
? What's that?

Quote:
Originally Posted by TeamTrousers
Thois, why not search for a fold button instead of a bet slider? Surely that always appears. Or have I misunderstood something?
Cannot detect fold button the way I detect bet slider with standard functions unless I use image/pixel recognition.

Quote:
€ tables dont work
Thanks for notifying me, I will look into this, added to the to-do list.

Quote:
Originally Posted by vgreen22
very nice project Thois!
ty!
Table Of Interest (discontinued) Quote
12-09-2009 , 08:16 AM
Just suggestion no more )
FLSH - fixed limit short handed i guess.
Table Of Interest (discontinued) Quote
12-09-2009 , 09:41 AM
Quote:
Originally Posted by TeamTrousers
Thois, why not search for a fold button instead of a bet slider? Surely that always appears. Or have I misunderstood something?
Quote:
Originally Posted by Thois
Cannot detect fold button the way I detect bet slider with standard functions unless I use image/pixel recognition.
Fair enough. I know nothing about programming is why I asked a stupid question.

Would love it if you could get a solution to finding a table facing a preflop all in though.
Table Of Interest (discontinued) Quote
12-09-2009 , 09:51 AM
Quote:
Originally Posted by cashy
nope
Ugh, why can't TOI give me the option to delay moving the table of interest back to the stack by a few seconds so I can see the mucked hands after showdown?
Table Of Interest (discontinued) Quote
12-09-2009 , 11:01 AM
Quote:
Originally Posted by mephisto
Ugh, why can't TOI give me the option to delay moving the table of interest back to the stack by a few seconds so I can see the mucked hands after showdown?
That probaly is an eazy thing to do and the utility is huge imo.
Table Of Interest (discontinued) Quote
12-09-2009 , 12:55 PM
Im sending out a major update to all my customers (+ new trial version) within 7 hours.
It will be huge:
Added pixel detection!!!!!
It works great, I made sure you can turn it off, because it increases CPU usage a little bit.
Now 100% of TOI's are detected!!!!! Meaning: Tournament/Sit N Go support! Limit Holdem support!

All you need to do is to make sure you set a black table background in PokerStars.

Im really excited because now TOI will be perfect + I can add Full Tilt support.

All I need to do now is fix the Tournament/Sit N Go hand history reading (so that tables return to stack when you win a hand/went to showdown in STT/MTT)...
Table Of Interest (discontinued) Quote
12-09-2009 , 01:12 PM
I know this idea is not really popular, but an option to label a table "TOI" from the moment you are dealt cards would solve the AI pb.
Table Of Interest (discontinued) Quote
12-09-2009 , 01:24 PM
Thois you mean black table theme or just the simple black table background with default stars table?

i'm new to stars and haven't figured out how change my background to plain black although i saw it in a couple of vids and it seemed to be really nice because less distracting... how do i do it?

edit:
aww got just clicked the background button for the first time... do i simply have to make a black .jpg file? seems like it.. well i try it.. nm for rambling around guys
Table Of Interest (discontinued) Quote
12-09-2009 , 01:28 PM
just simple black background, dont worry ill add a tutorial how to do it to the site once the update is out

You guys are going to love it
Table Of Interest (discontinued) Quote
12-09-2009 , 01:58 PM
Thois, do you have any plans to make TOI compatible with Euro poker rooms?

The majority, or ALL, Euro sites don't have the feature "popup tables in queue" (or whatever is the name) like Pokerstars and Full Tilt, and because of that its impossible to play stacked/a lot of tables.

But with TOI that problem goes away, i think.
Table Of Interest (discontinued) Quote
12-09-2009 , 02:02 PM
fixed my hotkey problem thanks thois!
Table Of Interest (discontinued) Quote
12-09-2009 , 02:15 PM
Quote:
Originally Posted by Hilips
Thois, do you have any plans to make TOI compatible with Euro poker rooms?

The majority, or ALL, Euro sites don't have the feature "popup tables in queue" (or whatever is the name) like Pokerstars and Full Tilt, and because of that its impossible to play stacked/a lot of tables.

But with TOI that problem goes away, i think.
Not sure, first I will try to add Full Tilt support, after that I might try to add more.
Table Of Interest (discontinued) Quote
12-09-2009 , 02:23 PM
Quote:
Originally Posted by Thois
Im sending out a major update to all my customers (+ new trial version) within 7 hours.
It will be huge:
Added pixel detection!!!!!
It works great, I made sure you can turn it off, because it increases CPU usage a little bit.
Now 100% of TOI's are detected!!!!! Meaning: Tournament/Sit N Go support! Limit Holdem support!

All you need to do is to make sure you set a black table background in PokerStars.

Im really excited because now TOI will be perfect + I can add Full Tilt support.

All I need to do now is fix the Tournament/Sit N Go hand history reading (so that tables return to stack when you win a hand/went to showdown in STT/MTT)...
Will my table be ok to work with this?

Table Of Interest (discontinued) Quote
12-09-2009 , 02:31 PM
No the part where your action buttons are normally located needs to have a pure black background. You can use that theme, its possible to only change the background.

I am investigating if I can add a function which allows X variation in shades however, also perhaps I can allow users to select their own color
Table Of Interest (discontinued) Quote
12-09-2009 , 03:04 PM
OK Im adding a set background color option right now, so you can keep your own color

EDIT: No, cant do that yet, the update will be too massive already, I dont want too many changes at the same time (for possible bug fixing).

Last edited by Thois; 12-09-2009 at 03:14 PM.
Table Of Interest (discontinued) Quote

      
m