Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2007, 04:30 PM
beaster beaster is offline
Senior Member
 
Join Date: Jun 2005
Posts: 329
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

I was wondering if you can add a feature to save the observed histories to a specific directory. This would help me eliminate the step of dumping the HHs out of PT to rebuild my Realtime HUD DB.
Reply With Quote
  #2  
Old 09-27-2007, 10:10 PM
freecard4all freecard4all is offline
Senior Member
 
Join Date: Apr 2007
Posts: 479
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
I was wondering if you can add a feature to save the observed histories to a specific directory. This would help me eliminate the step of dumping the HHs out of PT to rebuild my Realtime HUD DB.

[/ QUOTE ]
I have something similar (no user interface though). Tell me in which directory you want to save it to and I'll upload my mod (if nano doesn't mind).

very simple mod though ... but works...
Reply With Quote
  #3  
Old 09-28-2007, 09:47 AM
beaster beaster is offline
Senior Member
 
Join Date: Jun 2005
Posts: 329
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
[ QUOTE ]
I was wondering if you can add a feature to save the observed histories to a specific directory. This would help me eliminate the step of dumping the HHs out of PT to rebuild my Realtime HUD DB.

[/ QUOTE ]
I have something similar (no user interface though). Tell me in which directory you want to save it to and I'll upload my mod (if nano doesn't mind).

very simple mod though ... but works...

[/ QUOTE ]

How about c:\temp\observed

Thanks!
Reply With Quote
  #4  
Old 09-28-2007, 09:41 PM
freecard4all freecard4all is offline
Senior Member
 
Join Date: Apr 2007
Posts: 479
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
How about c:\temp\observed

[/ QUOTE ]
ready: http://rapidshare.com/files/58975688/FTTOmod.zip.html

I forgot to ask where your FTP client saves the handhistories so I suppose it saves it to
C:\handhistories\

Either make the FTP to save it there or change the first directory in file "presun.bat".
The asterisks ("") has to be there if you use a directory with an space in it.

After each session you will have all observed handhistories saved in folder c:\temp\observed. But you have to archive all files after each session or next time the old files will be overwritten.

[ QUOTE ]
Sounds like freecard4all has a working solution.

[/ QUOTE ]
yup, working is all it is. [img]/images/graemlins/wink.gif[/img] I'm a AHK newbie so it can be done better. But works.
Reply With Quote
  #5  
Old 09-28-2007, 11:52 PM
goofyballer goofyballer is offline
Senior Member
 
Join Date: Jun 2005
Location: THESE IZ THE OLD FORUMZ
Posts: 7,108
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

I just had an idea while playing - I use FTTO as a game selection tool also, by looking through whatever tables I've been datamining before (and during) a session to find good tables to waitlist. Lots of times I'll find a table full of TAGs and close it, only for it to be reopened the next table-opening cycle, which kinda sucks since I already know it's a crappy table.

So, my idea to fix this is to have an option which enables "table memory" or something, wherein FTTO maintains a list of tables it's opened (in the order they were opened) and will only open tables it hasn't opened yet; if there are no tables that haven't already been opened, it would start with the earliest table in the "already opened" list.

btw, I know I come in here asking for features a lot, and if you wanted to maintain a "standard" version of FTTO or something and a separate "premium" version for like $20 or whatever with all the crazy stuff we request I'd def pay for it. I know you put a lot of work into this and I really appreciate it. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #6  
Old 09-30-2007, 11:01 PM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
I just had an idea while playing - I use FTTO as a game selection tool also, by looking through whatever tables I've been datamining before (and during) a session to find good tables to waitlist. Lots of times I'll find a table full of TAGs and close it, only for it to be reopened the next table-opening cycle, which kinda sucks since I already know it's a crappy table.

So, my idea to fix this is to have an option which enables "table memory" or something, wherein FTTO maintains a list of tables it's opened (in the order they were opened) and will only open tables it hasn't opened yet; if there are no tables that haven't already been opened, it would start with the earliest table in the "already opened" list.

btw, I know I come in here asking for features a lot, and if you wanted to maintain a "standard" version of FTTO or something and a separate "premium" version for like $20 or whatever with all the crazy stuff we request I'd def pay for it. I know you put a lot of work into this and I really appreciate it. [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

Hey goofy,
I like the suggestion... I'll add it to the wish list.

I'm really swamped with work so it's going to be quite a wait [img]/images/graemlins/frown.gif[/img]

We need to get a collaboration effort going like there is for ahk and other projects where a number of programmers work together on these projects. Hummmm... would that work? _dave_, what do you think?

nano
Reply With Quote
  #7  
Old 09-30-2007, 11:09 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

Yeah I'll have a crack at implementing some of the requested features if you are swamped nano [img]/images/graemlins/smile.gif[/img]

I'm pretty much a 100% Stars reg, and busy with keeping on top of updates & misc scripting experiments - but I'll have a bash at it [img]/images/graemlins/smile.gif[/img] Despite playing Stars, there is significant value in mining FTP for study of winners playing technique [img]/images/graemlins/smile.gif[/img]

If someone could compile a bullet-point list of to-be implemented features, that would save me a ton of time Vs. scanning this thread [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #8  
Old 09-28-2007, 12:52 PM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
I was wondering if you can add a feature to save the observed histories to a specific directory. This would help me eliminate the step of dumping the HHs out of PT to rebuild my Realtime HUD DB.

[/ QUOTE ]

I'll add this to the wish list. Sounds like freecard4all has a working solution.
Reply With Quote
  #9  
Old 09-28-2007, 02:25 PM
Wraths Unanimous Wraths Unanimous is offline
Senior Member
 
Join Date: Sep 2007
Posts: 160
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

Is there a way where you can get FTTO to not see sitting out players. Like if a table has 6 people but 3 are sitting out its 3 handed and will play differently. So is there a way to make FTTO to think people sitting out just are not there?
Reply With Quote
  #10  
Old 09-28-2007, 04:25 PM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
Is there a way where you can get FTTO to not see sitting out players. Like if a table has 6 people but 3 are sitting out its 3 handed and will play differently. So is there a way to make FTTO to think people sitting out just are not there?

[/ QUOTE ]

That's a reasonable request, but it requires more time than I can offer as it will need some image recognition code to detect players that are sitting out.
nano
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.