Getting Unibet MTTs to work.
#1
So I understand that Unibet has been removed from the official list, but has any users gotten it to work permanently by adding it as one of their custom sites? 
I have tried a couple of times and I can get it to work after going through the setup, but as soon as I play my next session the table somehow isn't recognized and I have to do everything all over again. Any help or experiences would be much appreciated Smile
Reply
#2
I might be able to help you. What "table_class" do you end up using in your custom site file?
Reply
#3
(04-09-2018, 03:47 AM)SaT_Admin Wrote: I might be able to help you. What "table_class" do you end up using in your custom site file?

Hey Greg! 
I'm just trying to make a new right now and the table class is: {C5B73511-D074-4EE0-8EC0-C4092E65F977}
Reply
#4
(04-09-2018, 04:03 AM)beebeebee Wrote:
(04-09-2018, 03:47 AM)SaT_Admin Wrote: I might be able to help you. What "table_class" do you end up using in your custom site file?

Hey Greg! 
I'm just trying to make a new right now and the table class is: {C5B73511-D074-4EE0-8EC0-C4092E65F977}

Hrm yeah that is a problem. I'm guessing those numbers/letters change each time. Lets try this. Use the menu item for Help->Diagnostic-Get Window Title, and paste me the results for both the mian unibet lobby as well as a few tables that you plan on playing
Reply
#5
I can't get CRTL+SHIFT+ALT+T to work. It's supposed to copy the info so I can just copy/paste it right? Sorry for the confusion, first time trying to do the diagnostic.
Reply
#6
(04-09-2018, 10:23 PM)beebeebee Wrote: I can't get CRTL+SHIFT+ALT+T to work. It's supposed to copy the info so I can just copy/paste it right? Sorry for the confusion, first time trying to do the diagnostic.

Yeah once you press that hotkey, you will get a popup showing the information. Are you seeing the popup? Are you getting any errors? And then it also automatically copies the same information to the clipboard, so you can simply CTRL+V to paste it.
Reply
#7
Sorry, I got that to work now Smile
HEre is the main lobby and a tournament as well (observing)

title=[Unibet Poker v2.16.0],class=[{C08326B0-90A2-4A04-8A13-BD7825E34CD5}],pid=[11992]

title=[€4,000 Deep Impact - Spectator],class=[{C08326B0-90A2-4A04-8A13-BD7825E34CD5}],pid=[11992]
Reply
#8
Try adding these lines to the bottom of your custom site file:

Code:
use_lobby_pid_for_tables=1
lobby_title_text=^Unibet Poker
lobby_class=\{[A-Z0-9]]{8}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{12}\}

and then change these lines to these:

Code:
table_include_title_text=\
table_class=\{[A-Z0-9]]{8}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{12}\}

this will require the "\" blinds separator to be in the table title, so that observed table wouldn't be detected.. hopefully normal tables do display the "\" character
Reply
#9
I'm not quite sure what i'm supposed to change. Here is what my full file looks like now:


[settings]

standard_table_width=642
standard_table_height=391

buttons=fold,call,bet

action_button=bet

fold_button_x_coord=265
fold_button_y_coord=360
fold_button_region_topleft_x_coord=248
fold_button_region_topleft_y_coord=348
fold_button_region_bottomright_x_coord=248
fold_button_region_bottomright_y_coord=348

call_button_x_coord=298
call_button_y_coord=345
call_button_region_topleft_x_coord=317
call_button_region_topleft_y_coord=360
call_button_region_bottomright_x_coord=317
call_button_region_bottomright_y_coord=360

bet_button_x_coord=383
bet_button_y_coord=347
bet_button_region_topleft_x_coord=395
bet_button_region_topleft_y_coord=347
bet_button_region_bottomright_x_coord=395
bet_button_region_bottomright_y_coord=347

use_basic_click=0

table_class={AB5C3849-283D-407C-8D35-B94516547A2C}

table_include_title_text=Ante
table_exclude_title_text=

use_lobby_pid_for_tables=1
lobby_title_text=^Unibet Poker
lobby_class=\{[A-Z0-9]]{8}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{12}\}

table_include_title_text=\
table_class=\{[A-Z0-9]]{8}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{4}-[A-Z0-9]]{12}\}


Also I registered a cheap tournament just to get the table and it looks like this:

title=[€1 - €50 Meteor Shower - 15/30 - Ante 4 (8268672)],class=[{5A7FEFD6-6898-46CC-BB4D-474F60198658}],pid=[69716]
Reply
#10
Right so at the bottom you have added these two lines, but they were already defined earlier in the file, so you can remove those initial lines a few lines above:

Code:
table_include_title_text=
table_class=

And sorry I made a mistake, for the table_include_title_text we need the blinds separator which is the backslash "/" not the forward slash "\". I also for some reason put double closing brackets ]] in the classnames which was also sloppy of me.

Try this whole file:

Code:
[settings]

standard_table_width=642
standard_table_height=391

buttons=fold,call,bet

action_button=bet

fold_button_x_coord=265
fold_button_y_coord=360
fold_button_region_topleft_x_coord=248
fold_button_region_topleft_y_coord=348
fold_button_region_bottomright_x_coord=248
fold_button_region_bottomright_y_coord=348

call_button_x_coord=298
call_button_y_coord=345
call_button_region_topleft_x_coord=317
call_button_region_topleft_y_coord=360
call_button_region_bottomright_x_coord=317
call_button_region_bottomright_y_coord=360

bet_button_x_coord=383
bet_button_y_coord=347
bet_button_region_topleft_x_coord=395
bet_button_region_topleft_y_coord=347
bet_button_region_bottomright_x_coord=395
bet_button_region_bottomright_y_coord=347

use_basic_click=0

table_exclude_title_text=

use_lobby_pid_for_tables=1
lobby_title_text=^Unibet Poker
lobby_class=\{[A-Z0-9]{8}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{12}\}

table_include_title_text=/
table_class=\{[A-Z0-9]{8}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{12}\}

You'll need to save the file, and close and reopen SaT
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 4
1 2 3 4 5 6 7 8 9 10