StackAndTile Forums

Full Version: Is Microgaming supported?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont see it in the Add/Remove sites list. I'm using SaT 2.58.
There is no built-in support for it. You can try selecting "Other.." from the dropdown and going through the Custom Site Wizard. Then your custom config will show at the bottom of the dropdown, and you can Include it. But there is no guarantee that it will work.

http://www.stackandtile.com/sat/help/cus...e-tutorial
For Betfase poker Microgaming network settings:
 

[settings]

standard_table_width = 496
standard_table_height = 398

buttons = fold, call, bet

action_button = fold

fold_button_x_coord = 199
fold_button_y_coord = 328
fold_button_region_topleft_x_coord = 152
fold_button_region_topleft_y_coord = 320
fold_button_region_bottomright_x_coord = 212
fold_button_region_bottomright_y_coord = 356

call_button_x_coord = 267
call_button_y_coord = 332
call_button_region_topleft_x_coord = 218
call_button_region_topleft_y_coord = 322
call_button_region_bottomright_x_coord = 280
call_button_region_bottomright_y_coord = 354

bet_button_x_coord = 336
bet_button_y_coord = 330
bet_button_region_topleft_x_coord = 286
bet_button_region_topleft_y_coord = 323
bet_button_region_bottomright_x_coord = 347
bet_button_region_bottomright_y_coord = 355

use_basic_click = 1

table_class = GFX_INT_DLG_WINDOW_GAME

table_include_title_text = /
table_exclude_title_text =
Thanks for sharing your config. Just a note..

Is that an exact copy and paste? Because usually there are no spaces between the equals sign = and the setting and the value.

Code:
;yours
standard_table_width = 496

;normally
standard_table_width=496

^I'm not sure if that will cause a problem or not.

However, this should definitely have no spaces in between the button names and the commas:

Code:
;yours
buttons = fold, call, bet

;should be
buttons=fold,call,bet
[settings]

standard_table_width=496
standard_table_height=398

buttons=fold,call,bet

action_button=fold

fold_button_x_coord=199
fold_button_y_coord=328
fold_button_region_topleft_x_coord=152
fold_button_region_topleft_y_coord=320
fold_button_region_bottomright_x_coord=212
fold_button_region_bottomright_y_coord=356

call_button_x_coord=267
call_button_y_coord=332
call_button_region_topleft_x_coord=218
call_button_region_topleft_y_coord=322
call_button_region_bottomright_x_coord=280
call_button_region_bottomright_y_coord=354

bet_button_x_coord=336
bet_button_y_coord=330
bet_button_region_topleft_x_coord=286
bet_button_region_topleft_y_coord=323
bet_button_region_bottomright_x_coord=347
bet_button_region_bottomright_y_coord=355

use_basic_click=1

table_class=GFX_INT_DLG_WINDOW_GAME

table_include_title_text=/
table_exclude_title_text=