Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Tournament Poker > STT Strategy
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 02-14-2007, 09:56 AM
Powers_That_Be Powers_That_Be is offline
Senior Member
 
Join Date: Feb 2007
Posts: 135
Default Re: AHK Script for Full Tilt SnG\'s

I thought of a feature request. It would be cool if you could use this to datamine SNGs. So, you set the amount of tables you want to datamine, then there is a check box somewhere that say observer or play or something. Would be pretty neat.
Reply With Quote
  #12  
Old 02-14-2007, 03:37 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: AHK Script for Full Tilt SnG\'s

[ QUOTE ]
I thought of a feature request. It would be cool if you could use this to datamine SNGs. So, you set the amount of tables you want to datamine, then there is a check box somewhere that say observer or play or something. Would be pretty neat.

[/ QUOTE ]

Since I don't use stats myself I put this aside. I guess it wouldn't be that hard to implement, but other things like making Stars script work is more important. I will take a look at it when I have some time though.
Reply With Quote
  #13  
Old 02-14-2007, 06:39 PM
JayA JayA is offline
Senior Member
 
Join Date: Oct 2006
Location: Down the bayou
Posts: 1,435
Default Re: AHK Script for Full Tilt SnG\'s

I'm familiar with coding...but I'm still lost. What exactly does the script do, and how do I use it?
Reply With Quote
  #14  
Old 02-14-2007, 06:52 PM
nighty_boy nighty_boy is offline
Member
 
Join Date: Sep 2006
Posts: 45
Default Re: AHK Script for Full Tilt SnG\'s

[ QUOTE ]
I'm familiar with coding...but I'm still lost. What exactly does the script do, and how do I use it?

[/ QUOTE ]
Try get a working codec somehow (i use camtasia studio program and can therefore view. Should be other ways though for viewing i think) and check out my tutorial video !
~Have to promote my first and ever movie *s*
If theres still problems with that, I can say the basic point with the script is

* No need to doing all the registrations for sngs yourself, it gets automated
* Other functions like , dont play against these players, dont show board when i push allin (for example) , remember tables positions so if i disconnect i come back to where "I were", autofocus (makes it possible to multitable on _one_ screen)

And some other stuff.. Hope this made some sence..
Dont forget to download and install auto hot key first at http://www.autohotkey.com/download/ then get Q´s script and run starter.ahk

Tx for the interest btw , all comments are welcomed

/nighty
Reply With Quote
  #15  
Old 02-14-2007, 06:57 PM
JayA JayA is offline
Senior Member
 
Join Date: Oct 2006
Location: Down the bayou
Posts: 1,435
Default Re: AHK Script for Full Tilt SnG\'s

So, I download a codec like Camtasia..view the tutorial for how to get the script to work..correct? Link to tutorial?
Reply With Quote
  #16  
Old 02-14-2007, 07:03 PM
nighty_boy nighty_boy is offline
Member
 
Join Date: Sep 2006
Posts: 45
Default Re: AHK Script for Full Tilt SnG\'s

[ QUOTE ]
So, I download a codec like Camtasia..view the tutorial for how to get the script to work..correct? Link to tutorial?

[/ QUOTE ]
camtasia is more like a program than a codec , probably with some built in codec or whatever, im not to good with that kind of stuff [img]/images/graemlins/smile.gif[/img]

Tutorial video is found in my first post in this thread
Reply With Quote
  #17  
Old 02-14-2007, 07:04 PM
JayA JayA is offline
Senior Member
 
Join Date: Oct 2006
Location: Down the bayou
Posts: 1,435
Default Re: AHK Script for Full Tilt SnG\'s

K, thanks. I'll post back if I'm lost anymore.
Reply With Quote
  #18  
Old 02-14-2007, 08:38 PM
Shaver67 Shaver67 is offline
Senior Member
 
Join Date: Jun 2004
Location: On the 40 side of 60/40
Posts: 273
Default Re: AHK Script for Full Tilt SnG\'s

[ QUOTE ]
[ QUOTE ]
So, I download a codec like Camtasia..view the tutorial for how to get the script to work..correct? Link to tutorial?

[/ QUOTE ]
camtasia is more like a program than a codec , probably with some built in codec or whatever, im not to good with that kind of stuff [img]/images/graemlins/smile.gif[/img]

Tutorial video is found in my first post in this thread

[/ QUOTE ]

The appropriate codec is here

TSCC codec

And the script looks excellent thank you-
Reply With Quote
  #19  
Old 02-14-2007, 09:07 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: AHK Script for Full Tilt SnG\'s

[ QUOTE ]
I'm familiar with coding...but I'm still lost. What exactly does the script do, and how do I use it?

[/ QUOTE ]
I have updated the manual in my blog so there you can read about how it works d-jarls blog
Reply With Quote
  #20  
Old 02-15-2007, 07:55 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: AHK Script for Full Tilt SnG\'s

I just realized there's a little bugg in the script, none probably care about it since there's TourneyManager and "Store Places" prevents fast multitabling, but if you want to store places the script will still close the tourney lobbies when new tables start, but not when table closes. So if you have "Store Places" checked you have to open the tables by clicking the button on the table to bring up tourney lobby or you can change the code in Functions.ahk, the function IsNewTable(table) should look like this:
<font class="small">Code:</font><hr /><pre>IsNewTable(table)
{
Loop, 24
{
if slot%A_Index% = %table%
{
return false
}
}

if GetLogging()
{
GuiControl,,info,New table (%table%) is found||
}

SetNewTable(GetTourneyID(table))

if !GetStore()
{
CloseLobby(GetTourneyID(table))
}

return true
} </pre><hr />
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 08:33 AM.


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