StackAndTile Forums
Is Microgaming supported? - Printable Version

+- StackAndTile Forums (https://www.stackandtile.com/forum)
+-- Forum: General (https://www.stackandtile.com/forum/forumdisplay.php?fid=1)
+--- Forum: Support Help (https://www.stackandtile.com/forum/forumdisplay.php?fid=2)
+--- Thread: Is Microgaming supported? (/showthread.php?tid=790)



Is Microgaming supported? - Stasek27 - 04-18-2014

I dont see it in the Add/Remove sites list. I'm using SaT 2.58.


RE: Is Microgaming supported? - SaT_Admin - 04-19-2014

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/custom-site-tutorial


RE: Is Microgaming supported? - nic1041 - 04-23-2014

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 =


RE: Is Microgaming supported? - SaT_Admin - 04-24-2014

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



RE: Is Microgaming supported? - nic1041 - 04-25-2014

[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=