Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 09-20-2008, 02:51 PM   #31
grinder
 
duckyfuzz's Avatar
 
Join Date: Mar 2007
Posts: 656
Re: Boss Media Mod / modding

this is so awesome, tytytytyty

Works fine on poker heaven.
duckyfuzz is offline   Reply With Quote
Old 09-20-2008, 03:04 PM   #32
grinder
 
duckyfuzz's Avatar
 
Join Date: Mar 2007
Posts: 656
Re: Boss Media Mod / modding

all I need now is a betpot script and It'll be like christmas.
duckyfuzz is offline   Reply With Quote
Old 10-26-2008, 07:41 PM   #33
newbie
 
Isac's Avatar
 
Join Date: May 2007
Posts: 19
Re: Boss Media Mod / modding

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?
Isac is offline   Reply With Quote
Old 10-26-2008, 08:33 PM   #34
centurion
 
Join Date: Sep 2008
Posts: 181
Re: Boss Media Mod / modding

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?
plzgogame is offline   Reply With Quote
Old 10-27-2008, 08:33 AM   #35
newbie
 
Isac's Avatar
 
Join Date: May 2007
Posts: 19
Red face Re: Boss Media Mod / modding

Quote:
Originally Posted by Isac View Post
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
Isac is offline   Reply With Quote
Old 10-28-2008, 02:48 PM   #36
grinder
 
Join Date: May 2004
Posts: 412
Re: Boss Media Mod / modding

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)
Houserocker is offline   Reply With Quote
Old 10-28-2008, 05:29 PM   #37
SzS
grinder
 
Join Date: Feb 2007
Posts: 410
Re: Boss Media Mod / modding

Quote:
Originally Posted by Houserocker View Post
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
SzS is offline   Reply With Quote
Old 10-28-2008, 05:37 PM   #38
grinder
 
Join Date: Jan 2006
Posts: 489
Re: Boss Media Mod / modding

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)
TKWest is offline   Reply With Quote
Old 10-29-2008, 02:35 PM   #39
grinder
 
duckyfuzz's Avatar
 
Join Date: Mar 2007
Posts: 656
Re: Boss Media Mod / modding

Quote:
Originally Posted by TKWest View Post
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.
duckyfuzz is offline   Reply With Quote
Old 10-31-2008, 07:06 AM   #40
enthusiast
 
Join Date: Feb 2006
Posts: 73
Re: Boss Media Mod / modding

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?
gp18089 is offline   Reply With Quote
Old 10-31-2008, 07:12 AM   #41
enthusiast
 
Join Date: Feb 2006
Posts: 73
Re: Boss Media Mod / modding

Quote:
Originally Posted by gp18089 View Post
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.
gp18089 is offline   Reply With Quote
Old 10-31-2008, 10:01 PM   #42
enthusiast
 
SteveDaRake's Avatar
 
Join Date: Oct 2007
Location: UK
Posts: 62
Re: Boss Media Mod / modding

How do you get the mods to work in 8/9 handed tournaments?
SteveDaRake is offline   Reply With Quote
Old 11-01-2008, 01:51 PM   #43
grinder
 
Join Date: May 2004
Posts: 412
Re: Boss Media Mod / modding

Quote:
Originally Posted by SteveDaRake View Post
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
Houserocker is offline   Reply With Quote
Old 11-02-2008, 08:26 PM   #44
grinder
 
duckyfuzz's Avatar
 
Join Date: Mar 2007
Posts: 656
Re: Boss Media Mod / modding

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 View Post
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 View Post
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 View Post
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 View Post
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.
duckyfuzz is offline   Reply With Quote
Old 11-02-2008, 08:35 PM   #45
grinder
 
duckyfuzz's Avatar
 
Join Date: Mar 2007
Posts: 656
Re: Boss Media Mod / modding

ZOMG never mind I figured it out myself. YAY
duckyfuzz is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 05:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive