Open Side Menu Go to the Top
Register
Bovada Table Mods Bovada Table Mods

07-10-2016 , 12:15 PM
Quote:
Originally Posted by steveistheman84
can somebody create a chip mod specifically for limit poker? ie to only use one denomination chip and have bets in separate stacks? i will pay $
Bovada client can't be modded, unfortunately. They updated client software and all mods from this thread became useless.
Bovada Table Mods Quote
07-11-2016 , 01:38 AM
k thanks
Bovada Table Mods Quote
07-24-2016 , 11:24 PM
I there a way to make tournament tables smaller than the smallest size it normally lets your drag the size down to?
Bovada Table Mods Quote
07-25-2016 , 01:23 AM
You can try something like placemint, but I don't remember if once it sizes the tables smaller, they stick to that size or pop back to the default min.
Bovada Table Mods Quote
07-25-2016 , 01:30 AM
Quote:
Originally Posted by paz5050
I there a way to make tournament tables smaller than the smallest size it normally lets your drag the size down to?
.

https://autohotkey.com/docs/commands/WinMove.htm
Bovada Table Mods Quote
07-25-2016 , 01:38 AM
At least it works for PokerStars table windows:


Last edited by burzum1; 07-25-2016 at 01:47 AM.
Bovada Table Mods Quote
07-26-2016 , 07:44 AM
Quote:
Originally Posted by paz5050
I there a way to make tournament tables smaller than the smallest size it normally lets your drag the size down to?
Download AutoHotKey, then copy/paste this into notepad and save with .ahk extension.


Code:
#SingleInstance Force
SetTitleMatchMode, RegEx
SetTitleMatchMode, slow

f1::
MouseGetPos,,, WinID
WinTitle = ahk_id %WinID%
WinActivate, %WinTitle%
winmove, %WinTitle%,,,, 480, 360
return

f2::
MouseGetPos,,, WinID
WinTitle = ahk_id %WinID%
WinActivate, %WinTitle%
winmove, %WinTitle%,,,, 800, 600
return

Esc::ExitApp
It will resize whatever window the mouse is under when you press F1 or F2. You will need to run as administrator for win8/10. (Right-click icon and select.) You can make Bovada tables whatever size you like but if you try to move them after you have resized them to a small size then the client will switch the width to 480 pixels. You can always resize again though if you move them. "Esc" will quit the script.
Bovada Table Mods Quote
07-26-2016 , 10:27 AM
Thanks for the help, guys! Very much appreciated. I've never used scripts before so might need some more help. I'm reading the documentation right now. I just tested on random windows, and it works perfectly when I press F1. 480x360 is like the perfect size too!

I'm ready to test on Bovada, but can't log in right now.

Thanks again!
Bovada Table Mods Quote
07-26-2016 , 11:31 PM
Just wanted to confirm that what MeleaB and burzum1 posted does in fact work for Bovada tables. This is awesome, I'm stoked...wish I'd have asked about this sooner. Thanks, dudes!
Bovada Table Mods Quote
07-27-2016 , 01:13 AM
what other uses are you using ahk for? i've never used it but know it would be pretty easy to set up. like bet sizing/bet scripts mainly? anything else?
Bovada Table Mods Quote
07-27-2016 , 02:43 AM
Quote:
Originally Posted by drexah
what other uses are you using ahk for? i've never used it but know it would be pretty easy to set up. like bet sizing/bet scripts mainly? anything else?
Most common tasks are:
- windows management (activating, resizing, moving, closing with hotkey, closing pop-up windows)
- assigning hotkeys for clicking buttons
- opening and closing programs with script
- performing complex actions with a hotkey (registering in tourneys)

Last edited by burzum1; 07-27-2016 at 03:04 AM.
Bovada Table Mods Quote
07-27-2016 , 12:26 PM
Quote:
Originally Posted by paz5050
Just wanted to confirm that what MeleaB and burzum1 posted does in fact work for Bovada tables. This is awesome, I'm stoked...wish I'd have asked about this sooner. Thanks, dudes!
Cool. No prob.

Quote:
Originally Posted by drexah
what other uses are you using ahk for? i've never used it but know it would be pretty easy to set up. like bet sizing/bet scripts mainly? anything else?
It's easy for simple tasks as above, but it gets a lot more tricky when you incorporate error handling to allow more complicated tasks to run smoothly. It is made all the more difficult when used alongside Bovada due to the client's temperament! For example, even the simple task of opening a Bovada table can be hampered by the table freezing, or by the client not letting you take a seat, or it may let you take a seat but it sticks on "reserved" and won't let you buy in, or it lets you buy in but then lags for 15 seconds, etc, etc.

I've spent many hours so far over the past few weeks developing a piece of software to facilitate playing on Bovada, with the goal of it making the experience more enjoyable and less stressful. Hopefully it will allow players to spend less time faffing around and so others at the table will have less wait time too, allowing everyone's play to move quicker- but I probably wouldn't describe the coding as easy.

So far, I have features handling things such as auto top-up, auto seat/auto buy-in, auto take preferred seat (Bovada has this but it doesn't always remember the user's choice), auto close tables and pop-ups, Sit-out next BB at all tables, one-click fix for the "Ghost" (greyed-out) rebuy bug (which is easier to use and more successful than attempting to do so manually), one-click record/look up Hand Histories 24-hours later (which I think is a pretty cool function as previously I had to write down HH numbers and then manually type them in), table layout and resizing handling, one-click toggle on/off features such as Chat/Auto-Muck (which are a nightmare to do manually in-game), etc, etc.

It's tailored towards the cash-game player currently but I'd be interested in listening to tournament players for their suggestions and advice on what could be added. I'll be looking for a Beta tester or two soon.
Bovada Table Mods Quote
07-28-2016 , 01:07 AM
yea basically all of what i'm interested in (although also bet sizing). was about to offer to beta test before i even read the last sentence.
Bovada Table Mods Quote
07-28-2016 , 02:45 AM
Quote:
Originally Posted by TVC21
A lot of you know or can figure out how to switch sounds but for those of you that don't here are some instructions:

1. Find "Bovada" file in your computer
- Go to "resources" > "sounds" here you will see all of the stock sound files.

2. Open your Pokerstars file location and click on the "snd" file, these are the Stars sounds you want to copy and paste in place of the Bovada files.

3. Here are the file names you need to replace:

Bovada file:<<<<<<Replace with (Stars file):
"AllIn"........................."snd5"
"Bet-1"......................."snd6"
"CHECK"......................"snd4"
"ChipsToPlayer"............"snd3"
"DealingCards"............ "snd1"
"FiveSecWarning"........."snd8"
"Folding Cards"............"snd7"
"Raise-1"....................."snd5"
"YourTurn"..................."snd0"

4. Be sure you rename the "snd#" files from stars with the same name that Bovada has. As usual, make the files "read only".

5. Profit.
Does this still work?
Bovada Table Mods Quote
07-28-2016 , 05:03 PM
Quote:
Originally Posted by drexah
yea basically all of what i'm interested in (although also bet sizing). was about to offer to beta test before i even read the last sentence.
OK, thanks. I'll PM you in a few days time.
Bovada Table Mods Quote
07-30-2016 , 10:58 PM
Quote:
Originally Posted by drexah
yea basically all of what i'm interested in (although also bet sizing). was about to offer to beta test before i even read the last sentence.
I've decided to go ahead and add the bet sizing now. The early version of it is working well, but I've been using preset amounts for the buttons just to test it works. I have to develop some more OCR code to read current pot size and the $amount to call (or check), which is tricky and will take quite a few hours, but I'm confident it should do what it needs to do when it's finished!
Bovada Table Mods Quote
08-03-2016 , 11:38 AM
Quote:
Originally Posted by burzum1
Bovada client can't be modded, unfortunately. They updated client software and all mods from this thread became useless.
But it's still possible to use custom table with custom background and removed Bovada/Bodog table logo in the recent version of Bovada/Bodog client software for Windows. Customizing of start-up splash window of the client is possible too.

Last edited by burzum1; 08-03-2016 at 11:51 AM.
Bovada Table Mods Quote
08-04-2016 , 04:36 PM
Quote:
Originally Posted by burzum1
But it's still possible to use custom table with custom background and removed Bovada/Bodog table logo in the recent version of Bovada/Bodog client software for Windows. Customizing of start-up splash window of the client is possible too.
hey can you elaborate on this? maybe give us a ss of your tables if you mean they are modded in some way from the original bovada tables? just curious if I understand you right as someone who really misses his table mods
Bovada Table Mods Quote
08-05-2016 , 01:19 AM
Quote:
Originally Posted by Johnny Chase
hey can you elaborate on this? maybe give us a ss of your tables if you mean they are modded in some way from the original bovada tables? just curious if I understand you right as someone who really misses his table mods
I can't provide ss because I don't have an account there, unfortunately. I just see that custom splash window works and the client doesn't overwrite my custom files for tables during launch and update.

You may try that mod by yourself, installation instruction is attached: DOWNLOAD LINK

VirusTotal report for the archive
Bovada Table Mods Quote
08-05-2016 , 01:39 AM
No, it doesn't work. That is the behavior since the update. It's still the same as I laid out when the update rolled out....

You can put your custom table files in the old modding locations and, yes, the client won't overwrite them. However, the client no longer uses those files for the tables. It will use those files in the settings to show the custom table image, but that's it. It uses files in the Bovada/Cache/X folders for tables, cards, chips, etc. You can customize the lobby and splash screen if you want to because it still uses local files to configure those.
Bovada Table Mods Quote
08-05-2016 , 02:06 AM
Quote:
Originally Posted by COKE_MAN
No, it doesn't work. That is the behavior since the update. It's still the same as I laid out when the update rolled out....

You can put your custom table files in the old modding locations and, yes, the client won't overwrite them. However, the client no longer uses those files for the tables. It will use those files in the settings to show the custom table image, but that's it. It uses files in the Bovada/Cache/X folders for tables, cards, chips, etc. You can customize the lobby and splash screen if you want to because it still uses local files to configure those.
Thanks for the info.
Bovada Table Mods Quote
08-08-2016 , 12:55 AM
anyone know about MODS for the new BetOnline client, Its pretty slick, but I would like my old plain yellow cards backs
Bovada Table Mods Quote
08-08-2016 , 09:16 AM
Quote:
Originally Posted by morphingbuildups
anyone know about MODS for the new BetOnline client, Its pretty slick, but I would like my old plain yellow cards backs
Cardbacks are in BetOnline/BOL/data/images/back/. I think edited images have to be copied each time after the client is started since it automatically updates when it starts. Perhaps there is a way to avoid the update that I don't know of.

Spoiler:
Bovada Table Mods Quote
08-09-2016 , 03:27 AM
Quote:
Originally Posted by Max Cut
Cardbacks are in BetOnline/BOL/data/images/back/. I think edited images have to be copied each time after the client is started since it automatically updates when it starts. Perhaps there is a way to avoid the update that I don't know of.

Spoiler:
I was thinking that making a shortcut would prevent the update.

I like these yellows, can you make them available to me please?
Bovada Table Mods Quote
08-09-2016 , 09:53 AM
Quote:
Originally Posted by morphingbuildups
I was thinking that making a shortcut would prevent the update.

I like these yellows, can you make them available to me please?
Just copy that image into the folder and rename it to replace one of the standard image files (BOL_gray.png, for example).

Let me know if you sort out how to bypass the update. I get an error when not using Launcher.exe.
Bovada Table Mods Quote

      
m