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

02-02-2009 , 09:36 PM
What´s the name of the dealer button in data folder?

The way to only have one batch file:
Quote:
@echo off
xcopy /Y /E .\original\*.* .\data\
C:\WINDOWS\system32\cmd.exe /c start "Fortune Poker" "C:\Casino\Fortune Poker\poker.exe"
echo Please wait until the client has loaded and then hit a random key...
pause
xcopy /Y /E .\mod\*.* .\data\
Boss Media Mod / modding Quote
02-02-2009 , 10:28 PM
Quote:
Originally Posted by brunfarin
What´s the name of the dealer button in data folder?

The way to only have one batch file:
poker_pucks.bmp & poker_pucks_mini.bmp

I've also remade the bottom panels (betting and chat, also the slider) for the big table, you can find them in the zip of the mod I posted above

Going to edit the top panel for the big table as well soon... by the way at the start I had no clue people don't like the minitables and focused on them
Boss Media Mod / modding Quote
02-03-2009 , 12:07 AM
hello.

Is it possile to make all-in script for mini tables?

does anybody know how to turn off pop-up tables?

Sry if I write it in wrong theme
Boss Media Mod / modding Quote
02-09-2009 , 08:43 PM
I get it all to the final step I think. I have made two folder which is placed in C:\Program Files (x86)\Cardroom2\

What shall those folders contain?
Do I copy anything from the data folder or do I just leave that one alone?
Do I put all my moded files in the _mod folder?
Boss Media Mod / modding Quote
02-19-2009 , 07:42 PM
Quote:
Originally Posted by duckyfuzz
In case anyone else needs help:


.
Ok took a little time until i figured it out..but i got the Boss Client running with the Start.bat ..then i run the Mod.bat ... ok but nothing happens..

did i miss something? Or when i have to run Mod.bat after login or before?...Anyway i must be miss a small point..the .bat's are working..but i don't get the Mod working...

Here what my folders look like:



fix.bat is the way i tried to use only one .bat ..but doesn't work also..

Boss Media Mod / modding Quote
02-20-2009 , 10:25 AM
Quote:
Originally Posted by Stack3ater
Ok took a little time until i figured it out..but i got the Boss Client running with the Start.bat ..then i run the Mod.bat ... ok but nothing happens..

did i miss something? Or when i have to run Mod.bat after login or before?...Anyway i must be miss a small point..the .bat's are working..but i don't get the Mod working...

Here what my folders look like:



fix.bat is the way i tried to use only one .bat ..but doesn't work also..

The files should be in the "_mod" folder not in a subfolder.
But you created a "data" subfolder in "_mod" and put the files into that.
As it seems you are copying the entire data folder here and there.
Boss Media Mod / modding Quote
03-13-2009 , 08:53 PM
Bump.

I might be a big time rookie but I simply do not get how to get this to work. Reading the thread throughoutly did not help either, regretfully.

I have gotten the idea that I just have to replace the given mods in the data-folder but I cannot get it to work. I place them in the folder and the old ones get deleted but the table, the cards and the dealer button still looks all the same.

What have I missed?
Boss Media Mod / modding Quote
03-14-2009 , 01:51 PM
Bump.
Boss Media Mod / modding Quote
03-14-2009 , 02:31 PM
Quote:
Originally Posted by mivara
Bump.

I might be a big time rookie but I simply do not get how to get this to work. Reading the thread throughoutly did not help either, regretfully.

I have gotten the idea that I just have to replace the given mods in the data-folder but I cannot get it to work. I place them in the folder and the old ones get deleted but the table, the cards and the dealer button still looks all the same.

What have I missed?
1. Download the desired mods
2. create the _original and the _mod folder in the Poker Clients folder
3. Put the desired mod files into the _mod directory
4. put the according original files in the _original directory
5. create the two batchfiles or the one version that you can read about in this thread
6. and thats it

Oh and one more thing the Cardmods are usually 4 color mods.
So turn on the 4 color deck in the client.
Boss Media Mod / modding Quote
03-15-2009 , 04:43 AM
Quote:
Originally Posted by SzS
Oh and one more thing the Cardmods are usually 4 color mods.
So turn on the 4 color deck in the client.
I cannot believe it was something so stupid that has cost me so much time already. Thanks for the tip!
Boss Media Mod / modding Quote
03-20-2009 , 10:38 AM
Quote:
Originally Posted by brunfarin
What´s the name of the dealer button in data folder?

The way to only have one batch file:
I am new to boss just moved from crypto.
Figured out thing with _original and _mod folders but for the life of me can't figure out this with batch files.
Where do I put them?
BTW I forgot to mention that I am complete ****** in these matters.
Help would be appreciated (imagine yourself being kindergarten teacher)
Thanks
Boss Media Mod / modding Quote
03-22-2009 , 11:21 PM
bump. I'm willing to give 50$ to anyone who explains me this and works
Boss Media Mod / modding Quote
03-23-2009 , 08:21 AM
This is how it works for me. After you have created your _original and _mod folders and copied your files, open notepad and paste:
Code:
@echo off
xcopy /Y /E .\_original\*.* .\data\
C:\WINDOWS\system32\cmd.exe /c start "Cardroom2" "C:\Program Files\Cardroom2\poker.exe"
pause
xcopy /Y /E .\_mod\*.* .\data\
Note: "C:\Program Files\Cardroom2\poker.exe" is a path to your BossMedia poker client
Save it as start.bat and put it in your BossMedia folder (C:\Program Files\Cardroom2 in this case), so it's going to look like this:

Code:
C:\Program Files\Cardroom2\start.bat
C:\Program Files\Cardroom2\_mod
C:\Program Files\Cardroom2\_original
Now run start.bat.
Script is coping all original files to your data folder and then it runs poker.exe. You will see a black batch window (don't touch it yet), log in to your poker client and when you see a cashier window or just before opening your first table, click on this black batch window and press enter. It will copy all files from _mod to your data folder. That's actually all, now open a table and check if it works.

Here is my stars mod:
Boss Media Mod / modding Quote
03-23-2009 , 06:11 PM
Quote:
Originally Posted by lvl
This is how it works for me. After you have created your _original and _mod folders and copied your files, open notepad and paste:
Code:
@echo off
xcopy /Y /E .\_original\*.* .\data\
C:\WINDOWS\system32\cmd.exe /c start "Cardroom2" "C:\Program Files\Cardroom2\poker.exe"
pause
xcopy /Y /E .\_mod\*.* .\data\
Note: "C:\Program Files\Cardroom2\poker.exe" is a path to your BossMedia poker client
Save it as start.bat and put it in your BossMedia folder (C:\Program Files\Cardroom2 in this case), so it's going to look like this:

Code:
C:\Program Files\Cardroom2\start.bat
C:\Program Files\Cardroom2\_mod
C:\Program Files\Cardroom2\_original
Now run start.bat.
Script is coping all original files to your data folder and then it runs poker.exe. You will see a black batch window (don't touch it yet), log in to your poker client and when you see a cashier window or just before opening your first table, click on this black batch window and press enter. It will copy all files from _mod to your data folder. That's actually all, now open a table and check if it works.

Here is my stars mod:
Thanks m8.I am fairly busy today.Ill try this as soon as possible.If it works (am sure it will)just PM me to c how I'm gonna pass you those 50$.BTW did you watch that game?I cant believe how bad 7 of 9 is lol.
Thanks again
Boss Media Mod / modding Quote
03-23-2009 , 07:13 PM
It worked.Thanks a lot.A i said Pm me so we can organize those 50$
Boss Media Mod / modding Quote
04-17-2009 , 04:18 AM
My biggest problem with multi-tabling Boss is quickly working out who is still in the hand.

Has anyone managed to Mod the card backs so that they stand out?

Anyone figured out how to remove the card deck and mucked cards?
Boss Media Mod / modding Quote
04-17-2009 , 09:23 AM
Quote:
Originally Posted by mack848
My biggest problem with multi-tabling Boss is quickly working out who is still in the hand.
Boss Media Mod / modding Quote
04-17-2009 , 12:03 PM
Both the card backs and the boxes around player names look great. Any chance that you might share them?
Boss Media Mod / modding Quote
04-17-2009 , 01:14 PM
Quote:
Originally Posted by mack848
Both the card backs and the boxes around player names look great. Any chance that you might share them?
I made these 1-2 months ago but couldn't get around to solve some things so these are semi finished

Card backs are easy anyway
Download Paradise Poker and use their card backs
that is poker_cardback.bmp

Now the table is another thing because I only made it for the 5-max and to mod the boxes are simply not enough.
And I haven't fully solved the timer circle problem either

If you can live with that I can upload them
Boss Media Mod / modding Quote
04-17-2009 , 02:23 PM
I had already managed to get card backs sorted by using old ones from Party Poker.

I plan to play around with the boxes. If you could upload yours as they are now, it would be a good start for me. Once I have it all sorted, I'll post them here for others too.

Thanks
Mack
Boss Media Mod / modding Quote
04-17-2009 , 02:57 PM
Quote:
Originally Posted by mack848
I had already managed to get card backs sorted by using old ones from Party Poker.

I plan to play around with the boxes. If you could upload yours as they are now, it would be a good start for me. Once I have it all sorted, I'll post them here for others too.

Thanks
Mack
Ok
Here it is BOSS Player Panel

This contains
timeslider.bmp
tx_bkg5.jpg
position_actions.png
position_active.png
position_inactive.png

Note that you need this kind of table file tx_bkg5.jpg for looking any good.
And this method don't solve the timercircle problem It only suppress nuke the timer cicle completely.
Boss Media Mod / modding Quote
05-01-2009 , 06:21 AM
Quote:
Originally Posted by lvl
Here is my stars mod:
could you upload that mod? looks pretty amazing compared to the default layout
Boss Media Mod / modding Quote
05-01-2009 , 06:49 AM
Quote:
Originally Posted by Sickko
could you upload that mod? looks pretty amazing compared to the default layout
http://www.zshare.net/download/5944836915c1b3d8/
Boss Media Mod / modding Quote
05-01-2009 , 09:07 AM
tyvm, sir, really appreciated
Boss Media Mod / modding Quote
05-01-2009 , 07:04 PM
wow thats awesome, how did u realize which pic is table/cards etc?
Boss Media Mod / modding Quote

      
m