Open Side Menu Go to the Top
Register
Boss Media Mod / modding Boss Media Mod / modding

07-30-2008 , 03:11 AM
Thanks!!!
Boss Media Mod / modding Quote
08-09-2008 , 03:51 PM
Quote:
Originally Posted by Houserocker


It seems one of Fozzy's tables from the AP mods (quarter view from AP) works pretty well in Boss.
Quick update (if anyone's interested). The gap between the table and the avatars in seat 1 and seat 5 was starting to bother me, so I installed Fozzy's Top Down AP table mod and it seems to be a better fit (no gap between table and avatars). Both tables are elegant in their simplicity (unlike the most recent "pro" mod in the FT thread) and set off the 4 colour deck really well.

Fozzy, I hope you don't mind me putting one of your tables in the Boss mods thread.

BTW, the Top Down table mod is not pictured. The one above is the quarter view that doesn't fit so well.
Boss Media Mod / modding Quote
08-09-2008 , 03:54 PM
Nope. I posted those AP tables to be used, as I dont mod many sites other tan stars/ftp. Technically I traced over top of the ap tables and recreated them.
Boss Media Mod / modding Quote
08-27-2008 , 08:45 AM
Bump

CSKJ
BOSS IMPACT GREY

Boss Media Mod / modding Quote
08-27-2008 , 10:25 AM
Nice
Boss Media Mod / modding Quote
09-20-2008 , 02:51 PM
this is so awesome, tytytytyty

Works fine on poker heaven.
Boss Media Mod / modding Quote
09-20-2008 , 03:04 PM
all I need now is a betpot script and It'll be like christmas.
Boss Media Mod / modding Quote
10-26-2008 , 07:41 PM
Very nice job on this. Never thought it was possible

But... I got the table images working for both 5max and 10max, however the card images won't apply. I have tried with both 4color deck and 2color deck, and named the files eg. poker_cards_large_4c, but I still see the old 4color deck at the tables.

What have I done wrong?
Boss Media Mod / modding Quote
10-26-2008 , 08:33 PM
Is it possible to change language in the Boss client? I'm playing on Svenska Spel from time to time, and it's Swedish there. Possible to get it to English?
Boss Media Mod / modding Quote
10-27-2008 , 08:33 AM
Quote:
Originally Posted by Isac
Very nice job on this. Never thought it was possible

But... I got the table images working for both 5max and 10max, however the card images won't apply. I have tried with both 4color deck and 2color deck, and named the files eg. poker_cards_large_4c, but I still see the old 4color deck at the tables.

What have I done wrong?
Just forget it, works to day when running the software both with the cards and the table
Boss Media Mod / modding Quote
10-28-2008 , 02:48 PM
Boss Media update last night and now the software updates and overwrites every time the software is started.... I can't get anything to work now.

Site is King Solomon's Poker (ks.com)
Boss Media Mod / modding Quote
10-28-2008 , 05:29 PM
Quote:
Originally Posted by Houserocker
Boss Media update last night and now the software updates and overwrites every time the software is started.... I can't get anything to work now.

Site is King Solomon's Poker (ks.com)
Then use the method that can be used at iPoker,Ongame etc.
I will illustrate it through Celeb Poker.
Create 2 batch files in the Celeb Poker folder

1. for start the client

@echo off
xcopy /Y /E .\_original\*.* .\data\
C:\WINDOWS\system32\cmd.exe /c start "Celeb Poker" "C:\Casino\Celeb Poker\poker.exe"

2. to mod the client

@echo off
xcopy /Y /E .\_mod\*.* .\data\

Put your original files into the "_original" folder and the modded files into the "_mod" folder. After you started the client with the starting batch run the modding batch.
Thats all
Boss Media Mod / modding Quote
10-28-2008 , 05:37 PM
I remember with UB we used to move the "update.exe" file out of the UB folder so that the update would not run (unless you wanted it to)

Would this work for BOSS? (Poker Heaven)
Boss Media Mod / modding Quote
10-29-2008 , 02:35 PM
Quote:
Originally Posted by TKWest
I remember with UB we used to move the "update.exe" file out of the UB folder so that the update would not run (unless you wanted it to)

Would this work for BOSS? (Poker Heaven)
Just tried this. No luck.
Boss Media Mod / modding Quote
10-31-2008 , 07:06 AM
I like to change the colors of the player’s seats at mini tables. It would be a good idea to change the combination grey-black with another more visible color for active players. Does anyone knows which files are these and if I can unlock the original files? Szs please?
Boss Media Mod / modding Quote
10-31-2008 , 07:12 AM
Quote:
Originally Posted by gp18089
I like to change the colors of the player’s seats at mini tables. It would be a good idea to change the combination grey-black with another more visible color for active players. Does anyone knows which files are these and if I can unlock the original files? Szs please?
The files are probably anything starts with position.
Boss Media Mod / modding Quote
10-31-2008 , 10:01 PM
How do you get the mods to work in 8/9 handed tournaments?
Boss Media Mod / modding Quote
11-01-2008 , 01:51 PM
Quote:
Originally Posted by SteveDaRake
How do you get the mods to work in 8/9 handed tournaments?
You have to mod the specific table type.

eg tx_bkg5.jpg is for 5 max texas holdem. tx_bkg10.jpg is for 10 max games and 10 handed tourneys. Look through the data file for the tables that need to be modded
Boss Media Mod / modding Quote
11-02-2008 , 09:26 PM
Hi SzS would you mind talking through this process a bit more slowly because I've very little experience with this type of thing.

Quote:
Originally Posted by SzS
Create 2 batch files in the Celeb Poker folder
Ok so this part above means that I open notepad and save 2 .bat files in the main Celeb poker folder right? Lets say one called 'Start.bat' and one called 'Mod.bat'. Do they have to be in the Celeb poker folder?

Quote:
Originally Posted by SzS
1. for start the client

@echo off
xcopy /Y /E .\_original\*.* .\data\
C:\WINDOWS\system32\cmd.exe /c start "Celeb Poker" "C:\Casino\Celeb Poker\poker.exe"
Do I just copy/paste the above straight into the 'Start.bat' file? Obviously I have to match the filepath where my poker.exe file is on my computer.

Quote:
Originally Posted by SzS
2. to mod the client

@echo off
xcopy /Y /E .\_mod\*.* .\data\
Once again to I just straight copy/paste this part above?

Quote:
Originally Posted by SzS
Put your original files into the "_original" folder and the modded files into the "_mod" folder. After you started the client with the starting batch run the modding batch.
Thats all
Where are the '_origional' and '_mod' folders? Do I create them myself?

Thanks.
Boss Media Mod / modding Quote
11-02-2008 , 09:35 PM
ZOMG never mind I figured it out myself. YAY
Boss Media Mod / modding Quote
11-02-2008 , 09:37 PM
In case anyone else needs help:

Quote:
Originally Posted by duckyfuzz


Ok so this part above means that I open notepad and save 2 .bat files in the main Celeb poker folder right? yes
Lets say one called 'Start.bat' and one called 'Mod.bat'. Do they have to be in the Celeb poker folder? yes

Do I just copy/paste the above straight into the 'Start.bat' file? yes

Obviously I have to match the filepath where my poker.exe file is on my computer. yes



Once again to I just straight copy/paste this part above? yes



Where are the '_origional' and '_mod' folders? Do I create them myself? yes make sure they are in the same folder as your .bat files

Thanks.
.
Boss Media Mod / modding Quote
01-10-2009 , 11:08 PM
I want to mod bossmedia, i tried to do the method explained in this post, but it doesn't run. Any idea??
Boss Media Mod / modding Quote
01-11-2009 , 02:30 AM
Just try it again. The methods outlined here definitely work.
Boss Media Mod / modding Quote
01-11-2009 , 02:33 PM
At the ned of last year, all Boss rooms did a software upgrade that made it necessary to mod the rooms like PokerStars ie AFTER the software has been opened, but before you open any tables. The rooms overwrite with every subsequent start up, so you have to do it every time afaik
Boss Media Mod / modding Quote
01-23-2009 , 05:50 AM
I made some cards, tables, dealer buttons for both normal and mini view and also some misc graphics specifically for the minitable...
So far just one package, I'll probably update with more table colors and cards, here's a screenie of the minitable.



mod is packaged to work at Pointpoker but you can use the files in the /mod folder as described in previous posts for other skins

here's a link to the mod page http://www.ballerpoker.com/news/139.html

Any suggestions for changes are welcome, haven't played at boss much yet and I don't know what you guys need.

Thank you SzS for the examples!
Boss Media Mod / modding Quote

      
m