Open Side Menu Go to the Top
Register
Pokerstars Theme (free) [main Poker Stars mods thread] Pokerstars Theme (free) [main Poker Stars mods thread]

09-28-2013 , 02:30 PM
Quote:
Originally Posted by ISTM
http://tiltbuster.com/forums/index.p...l-54-by-fozzy/

It's my favorite and it's free

...

Guys, could you post some free dealer buttons in pgn? All my old ones don't work anymore. I only have the Intellipoker that was posted some pages ago.
Thanks!



What kind of button are you looking for?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-02-2013 , 04:50 PM
Thanks to G3KO for the post on conversion.

super tip: dont spend time on imagemagick, use gimp.

tips for gimp:
- open both the bmp and the mask at the same time
- use hotkeys for anchoring (ctrl+h) and exporting (ctrl+shift+e)
- when selecting export format, you can just type 'png'



Heres a dealer button. Personal brand.
For size 3 only. The one you get if you open 6 tables on a 27" monitor.



greetings.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-03-2013 , 02:11 PM
Can someone suggest theme for big hud and small table size. I'm playing 6max and I'm also using tableninja II.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-03-2013 , 08:52 PM
Quote:
Originally Posted by Sp-litas
Can someone suggest theme for big hud and small table size. I'm playing 6max and I'm also using tableninja II.
Mighty Mouse theme from Tiltbuster can be helpful for you.


Last edited by burzum1; 10-03-2013 at 08:58 PM.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-03-2013 , 09:20 PM
Can I get a full ring screen shot please?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-03-2013 , 09:58 PM
Quote:
Originally Posted by GizYaChips
Can I get a full ring screen shot please?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-03-2013 , 10:59 PM
Doesn't Nova cater for larg'ish huds and TNII ?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 01:18 AM
Quote:
Originally Posted by G3K0
Doesn't Nova cater for larg'ish huds and TNII ?
I find Nova works well for larger HUD's when it's 6-max, but it's not that great for full ring IMO.

Also, G3K0, what chips are these?



I wasn't able to find them for sale on your site.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 05:45 AM
Aaaah. That is Llareggub.

I'm afraid that I've been quite, quite busy and haven't been able to find the time to complete installers or web-pages for any of my recent mod work.

I'll try and remember to PM you when it's up. Many thanks for the interest
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 06:13 AM
Quote:
Originally Posted by burzum1
Mighty Mouse theme from Tiltbuster can be helpful for you.

With this theme tableninja won't work I guess
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 06:46 AM
Quote:
Originally Posted by burzum1
Is one chip function optional? Or is this how it'll be on all tables?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 09:32 AM
Quote:
Originally Posted by GizYaChips
Is one chip function optional?
You can choose it for all tables during installation of the theme ("OneChip" option).
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 11:14 AM
Quote:
Originally Posted by Meth Damon
Thanks!



What kind of button are you looking for?
I was looking for options, sometimes I change the table theme or the cards back and then I try to find a button that matches well. So any different button could be useful.

Right now I am using the Nova button and it's doing the job, although I would prefer it without the stars logo.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 03:14 PM
Can somebody tell me how I can get my old chips to work since the change to PNG? Will things be fine if I just download some program (suggestions?) that can convert bmp to png and then change the file format for all the images?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 09:01 PM
Quote:
Originally Posted by krakrakra
Can somebody tell me how I can get my old chips to work since the change to PNG? Will things be fine if I just download some program (suggestions?) that can convert bmp to png and then change the file format for all the images?
The main issue is it's a consuming process.

Using mskmgr.exe, this guide or this guide you can turn the .a.bmp files into a format that can be read by graphics editing programmes.

The file command (in dos prompt) goes something like:

Code:
mskmgr chip1.a.bmp chip1.a.bmp /r
If you google dos batch files, you can use a text editor (notepad +) to write all of the commands in one go and then run that batch file...or you could run the mskmgr command for each file you want to convert.

If you only use one size table, you can (trial and error) find out which chip folder that corresponds to and just convert that folder (default table size is folder 3)

Now you have the mask file in a useable format, DL gimp.
Open the chip file and the new mask file that you made.
Copy the mask file and goto the chip file.
Right click that layer, add layer mask
select the new mask, paste.
you should see a new layer, faded out above the layer you are working on
right click and select anchor
that should now paste the mask into the layer mask
Save as 24-bit PNG.


From a484848's post:
Quote:
Originally Posted by a484848
tips for gimp:
- open both the bmp and the mask at the same time
- use hotkeys for anchoring (ctrl+h) and exporting (ctrl+shift+e)
- when selecting export format, you can just type 'png'
However, if it is the chipset I think you might be talking about...the designer has made the conversions now and when I receive them I can convert them into an installer?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 09:39 PM
I did it!!!!

Imagemagick + mskmgr batch conversions to PNG.
sweet.

Ok, you will need:
  1. the ability to follow instruction
  2. patience
  3. some decent e-juice
  4. patience
  5. some depreciated .bmp & .a.bmp files that need to become .png files
  6. mskmgr.exe
  7. imagemagick
  8. the ability to write a batch file


your two main instructions are as follows:

to convert an all black (indexed) mask file to a readable format
Code:
mskmgr chip1_blackfile.a.bmp chip1_newmask.bmp /r
to add that mask file to the .bmp graphic
Code:
convert chip1.bmp chip1_newmask.bmp -alpha deactivate -compose copy_opacity -composite PNG32:chip1.png
Ok, now as for batch files - what and why? It's just a script, a chain of commands that you can write in any text editor (sublime text 2, notepad+..whatever) that your dos box can run through and process for you and you, most importantly, only need to write them out the once.

as for batch files, I've just had a look at an old one.
open your text editor
save your empty file as finaly.bat
write in your strings of commands
save

in dos promt:
Code:
finaly.bat
NB. if your commands and files are all in different directories, you will need to write the commands with the correct directory tree navigation from where your batch file is being run.

Owing to this consideration make sure:
  • you have mskmgr in a folder just beneath your files/chips etc so you can run: mskmgr 3/chip-d.a.bmp 3/chip-d_mask.bmp /r
  • you can call imagemagick from anywhere (should be the default install) so you can run:
  • convert 3/chip-d.bmp 3/chip-d_mask.bmp -alpha deactivate -compose copy_opacity -composite PNG32:3/chip-d.png

Just a fyi, I ran this process on a Mac in terminal so that works for any mac heads itt.

[edit]further Macs can/do use '/' in many places where PCs use '\'. If that messes up xthemes.ini edits or directory tree navigation...or any commands for that matter...try switching between the two.

Last edited by G3K0; 10-04-2013 at 09:49 PM.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-04-2013 , 09:45 PM
*meh. deleted*
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-05-2013 , 07:37 PM
EPT7 PS patched
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-07-2013 , 10:09 AM
Quote:
Originally Posted by Sp-litas
Can someone suggest theme for big hud and small table size. I'm playing 6max and I'm also using tableninja II.
And this mod??? I don´t know if works with TN but the designer (IG3K0) can help you.

http://www.pokermods.eu/en/mods-our-...?category_id=3

Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-07-2013 , 01:58 PM


I was asked to clarify creating PNG files from a bmp + bmp mask
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-07-2013 , 05:20 PM
Quote:
Originally Posted by G3K0


I was asked to clarify creating PNG files from a bmp + bmp mask
thank you, this man is a master.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-08-2013 , 01:55 PM
Can any one share with me a skin good for griding?
It would be the best if it would be for free
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-08-2013 , 03:02 PM
Guys, is there a mod to make color codings in DUAL colors? Let's say I mark fish with GREEN, and passive players with YELLOW; so if I wanted to mark someone as passive fish I'd be able to make the circle half GREEN/half YELLOW?
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-08-2013 , 04:00 PM
Quote:
Originally Posted by J-kob
Guys, is there a mod to make color codings in DUAL colors? Let's say I mark fish with GREEN, and passive players with YELLOW; so if I wanted to mark someone as passive fish I'd be able to make the circle half GREEN/half YELLOW?
I know you can color tag in PT4, maybe it's also possible to do it in Hem. So you can put a color on the hud and other on the client.

Last edited by ISTM; 10-08-2013 at 04:06 PM.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote
10-10-2013 , 05:17 PM
Hi, I've been looking for Fozzy 5.4 Arial Gray. I can't download it on tiltbuster, even it being free. If anyone here have it, can you please upload it somewhere?

Thank you.
Pokerstars Theme (free) [main Poker Stars mods thread] Quote

      
m