StackAndTile Forums

Full Version: ggpoker allin hotkey
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

fnjkee

When selected hotkey is "allin" at GGpoker SAT identifies allin as 4th bet in the bet box. Is it possible to put into the betbox the amount of bet "88888" so it will be allin by putting the amount into the betbox?
1. click File->Current Layout
2. scroll down to the [sites] section, and look for the "GGNetworkNew_included_..." lines
3. add this line right along with the rest:

Code:
[settings]
...
[sites]
...
GGNetworkNew_included_send_allin_to_betbox=1
...
4. save the file and completely close out SAT and reopen it

now SAT will try to send 10,000 bb's to the betbox as a replacement

let me know if it works

fnjkee

is it possible to send "88888"? when many tables it could lag and send bet "00000" without "1", so it would be minraise, not allin?
(03-04-2024, 03:05 AM)fnjkee Wrote: [ -> ]is it possible to send "88888"? when many tables it could lag and send bet "00000" without "1", so it would be minraise, not allin?

well first, are 10,000 bbs being sent correctly?

second, the only configuration is BB amount, not exact bet size amount... but it is configurable

click File->Current Layout, and add this line at the top under [settings]

Code:
[settings]
allin_bb_amount=10000
...

change that to how many BBs you want to be sent. so for example if blinds are 5/10, and you send 888 bb's, then the betsize that gets sent would be 8880. but if you send betsizes in BBs (settings->advanced options) then the exact number 888 would be sent

save the file, close out SAT and reopen, and test
if you're worried about lag and the wrong bet being input, thats why SAT by default chooses to click the 4th preset betsize button on the table. its the most reliable method

is there a reason why you don't want to use that?

fnjkee

all 4 sizes from betbox needed for playing postflop. yes, now all works good, thank you