Open Side Menu Go to the Top
Register
StackAndTile StackAndTile

06-16-2011 , 02:40 PM
i upgraded and it was super-laggy and it felt kind of buggy (keystrokes didn't register, etc). Scan is supposed to be on DWM for Merge?
StackAndTile Quote
06-16-2011 , 03:00 PM
Is it possible to pay with Paypal?
Is there a solution to get the replayer on pokerstars not jumping into the grid?
StackAndTile Quote
06-16-2011 , 04:15 PM
v 1.99.25

- fixed: LAG issue that was introduced in 1.99.24
(microsoft's fault)

http://www.stackandtile.com/sat/download

please test and let me know if its fixed

Last edited by greg nice; 06-16-2011 at 04:31 PM.
StackAndTile Quote
06-16-2011 , 04:19 PM
Quote:
Originally Posted by DoubleFly
i upgraded and it was super-laggy and it felt kind of buggy (keystrokes didn't register, etc). Scan is supposed to be on DWM for Merge?
Scan Mode should be DWM for best performance all around

Quote:
Originally Posted by melfil
Is it possible to pay with Paypal?
not at this time. paypal was a headache to try to integrate properly and their support is massive fail

Quote:
Originally Posted by melfil
Is there a solution to get the replayer on pokerstars not jumping into the grid?
yes there is a solutoin, but that would mean that new tables that you aren't yet seated at, won't get detected as New Tables by SaT. i'm not sure if thats what people want or not..
StackAndTile Quote
06-16-2011 , 05:45 PM
ipoker works perfect again. good job!
StackAndTile Quote
06-18-2011 , 02:49 AM
Quote:
Originally Posted by melfil
Is there a solution to get the replayer on pokerstars not jumping into the grid?
i never actually gave you the solution:

just create a custom site for pokerstars, and use this setting on Step2:

Code:
table_include_title_text=Logged In as
but like i said above, this will cause all unseated tables to be ignored from New Tables detection
StackAndTile Quote
06-19-2011 , 09:16 AM
Hey Greg, i would like to use

! + XButton1 + RButton

how would i do that? I tried !XButton1 & RButton but that gives an error
StackAndTile Quote
06-19-2011 , 12:42 PM
The bet & Stack button isn ot working correctly.

I want to raise/bet with the table in my stack and the table should remain in the stack after i bet/raise...
StackAndTile Quote
06-19-2011 , 02:45 PM
Quote:
Originally Posted by rh300487
Hey Greg, i would like to use

! + XButton1 + RButton

how would i do that? I tried !XButton1 & RButton but that gives an error
i assume you mean that ! is Alt, so you are trying to do Alt + XButton1 + RButton.

i just did some quick research, and i'm not sure AHK supports 3 button hotkeys, without some hacks. heres one way around it, set the hotkey in SaT as a simple one button hotkey, such as: Stack Table = q

then, you could use a separate ahk script to accomplish the 3 button combo, like so:

Code:
XButton1 & RButton::
   if GetKeyState("Alt", "p")
   {
      send {q}
   }
return
this script will send a 'q' keystroke when Alt is pressed down, in combination with XButton1 and RButton, so it will send the 'q' keystroke, which SaT should pick up, and then Stack table

Quote:
Originally Posted by rh300487
The bet & Stack button isn ot working correctly.

I want to raise/bet with the table in my stack and the table should remain in the stack after i bet/raise...
hrmm, this is a good find. Bet+Stack and Call+Stack were designed to be used on grid tables, meaning that you could return grid tables back to the stack after one of these actions, just as if it was a Fold+Stack hotkey. i didnt think anyone would use these on stacked tables with VPIP (after entering pot) tile setting. this will be fixed in the next version

Last edited by greg nice; 06-19-2011 at 02:57 PM.
StackAndTile Quote
06-19-2011 , 04:00 PM
What do i need to put in SaT as the hotkey then?
StackAndTile Quote
06-19-2011 , 04:06 PM
Quote:
Originally Posted by rh300487
What do i need to put in SaT as the hotkey then?
i used the example 'q' above. so in SaT you would set the hotkey as 'q', which corresponds to the "send {q}" line in the 3button script
StackAndTile Quote
06-19-2011 , 04:07 PM
i assume the Q.. so ill give it a try
StackAndTile Quote
06-21-2011 , 12:45 PM
I am playing around with trial but cant make it to;

When new table opens it should be moved to grid ( if I will play across multiple websites I will be on a lot of waiting lists and can't have them all appearing in same stack ). However when I buyin table should be auto moved to stack.

Also, I am using "after entering pot" option and when I open with selected hotkeys it moves table to grid and when hand is over back to stack BUT if I don't use hotkey to get table to grid(manually pressing:call,bet...) then table doesn't move back to stack once hand is over.
StackAndTile Quote
06-21-2011 , 01:23 PM
Quote:
Originally Posted by Budhud
I am playing around with trial but cant make it to;

When new table opens it should be moved to grid ( if I will play across multiple websites I will be on a lot of waiting lists and can't have them all appearing in same stack ). However when I buyin table should be auto moved to stack.
use the setting:
New Tables = grid

now this wont auto move the table to the stack when you buy in. you'll have to set up a "stack table" or "fold+stack" hotkey, and use that hotkey on the table right after you buy in.

Quote:
Also, I am using "after entering pot" option and when I open with selected hotkeys it moves table to grid and when hand is over back to stack BUT if I don't use hotkey to get table to grid(manually pressing:call,bet...) then table doesn't move back to stack once hand is over.
i think i understand what you're saying, and its documented here:
http://stackandtile.com/sat/content/known-issues

it shouldn't matter how the table leaves the stack to the grid. but, the table will only RETURN to the stack if you click Fold or use a "* Stack" hotkey. SaT cannot detect the end of a hand if it reaches showdown. this is high up on my to-do list, i will probably have to check for the existence of fold cards on the table. however, this will still fail if you raise preflop, and everyone folds: the hand is now over, and no flop cards ever showed. i'm open to other solutions / ideas as well.
StackAndTile Quote
06-21-2011 , 02:11 PM
I will definitely order it once it will be able to read handhistories(I guess that will fix both of my issues)

It's great software and all but imagine how much time you waste per hour when you 24+ table and have to manually move tables back to stack instead of it being auto. Even (now)free TOI is capable of moving tables back to stack once hand is over.

Good luck
StackAndTile Quote
06-21-2011 , 02:34 PM
Quote:
Originally Posted by Budhud
I will definitely order it once it will be able to read handhistories(I guess that will fix both of my issues)

It's great software and all but imagine how much time you waste per hour when you 24+ table and have to manually move tables back to stack instead of it being auto. Even (now)free TOI is capable of moving tables back to stack once hand is over.

Good luck
yes, but TOI is pokerstars only, or fulltilt only. SaT needs to be able to support ALL sites at the same time. reading the hand history is not practical for all sites; some sites don't even write HHs to disk. so i am limited to the information displayed on the table itself. flop cards, hole cards, etc.

i reckoned that its not a huge time waster, because once the hand is over, a new hand is starting immediately, so within a few seconds, youll have another decision on the table anyway, so it shouldnt be that big a deal to leave that table in grid since you will be acting on it again.

nevertheless, this feature is on the to-do list. hope you enjoy the trial and you make some extra dollars
StackAndTile Quote
06-25-2011 , 05:29 PM
v 1.99.26
- fixed: performance fixes and improvements
- fixed: call+stack/bet+stack fixed when used on tables already in stack
- added: hotkey gui popup to assist in hotkey creation
- removed: send f5 to redraw pokerstars no longer needed
- changed: Cake renamed to Cake_v1 and several fixes
- changed: Trial period changed to 21 days from 14

http://www.stackandtile.com/sat/download

as always, please test and let me know if it works ok
StackAndTile Quote
06-25-2011 , 07:37 PM
Code:
XButton1 & RButton::
   if GetKeyState("Alt", "p")
   {
      send {!m}
   }
return

Hey Greg ,

im trying to get this script working together with the SaT functions.

My BET key is XButton1 + RButton

I would like my Bet + STACK button to be ! XBUTTON1 + RButton

is this possible?
StackAndTile Quote
06-25-2011 , 07:57 PM
I tried and it didnt work. seemed obvious but I forgot to mention in the above post
StackAndTile Quote
06-25-2011 , 08:03 PM
what doesnt work. does the whole 1.99.26 version fail? or only your specific hotkey script posted above? your hotkey script is sending !m when you press alt+xbutton+rbutton, so just set bet+stack in SaT to be !m
StackAndTile Quote
06-26-2011 , 08:18 AM
the new update version, the TILE ALL is not working correctly. it only tiles in 4 of my 6 slots..?

for my hotkeys. its not working..
I also have !XButton1 to just fold w/o stacking it again (XButton1 = fold + stack)
StackAndTile Quote
06-26-2011 , 08:23 AM
if i have the !XButton1 hotkey active. it just folds as soon as I press it (no chance to even press RButton)

If I delete this hotkey. then it just raises and moves out like it normally does when i just press XButton1 + RButton
StackAndTile Quote
06-26-2011 , 08:55 AM
Also did you get a chance to look at the minimizing table issue? Its really atking a lot of my time away when new tables start up and all has to minimize and pop back up. Especially with a lot of tables.
StackAndTile Quote
06-26-2011 , 10:12 AM
Argh..... a lot of times slots get removed and are not useable anymore. I need to restart SaT then it works again.
StackAndTile Quote
06-26-2011 , 12:21 PM
ok illl look into these,
you can revert back to old version here:
http://www.stackandtile.com/sat/Stac...etup_19925.exe

if anyone else has problems,
PLEASE describe them as best as you can, so i can fix them.

Last edited by greg nice; 06-26-2011 at 12:50 PM.
StackAndTile Quote

      
m