Open Side Menu Go to the Top
Register
***New Full Tilt Mods Post-Update*** ***New Full Tilt Mods Post-Update***

11-13-2010 , 09:59 AM
Quote:
Originally Posted by muzzline
Anyone use table mods from Fozzy's site and have a problem with cards appearing inside the pod when playing 10-game? It's weird, it's fine when on a normal draw game cash table, but for some reason the cards bug out and are obscured by the player pod.
I imagine the layout.xml files need to be updated but I have no short-term plans to update them for my personal themes. If you have themes by any of the other designers on my site you will want to PM or email them directly.

My store is officially closed. I haven't completely decided, but I am likely not going to renew my hosting either, so the main site will go offline in a couple days. If I do renew my hosting I will try to update my theme layout.xml files. Chances of that happening are somewhere between 'slim' and 'none'.
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 12:52 PM
Quote:
Originally Posted by madlion
Sure

Download Here



I included the pods, table (found ITT) and layout.xml for Classic + LHH_Classic as they won't match other pods.

Layout files have chat moved, stack size color change and notes position corrected but change to suit.
This link didn't work for me.. clicked download and some advert pop-up came up and file didn't DL.
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 02:40 PM
I have a mod that removed the Chat Windows Box. Where in the Layoff file can I enable it back. I actually use the chat window to call player donkeys, when they suck out on me.
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 03:19 PM
Quote:
Originally Posted by mdudov
There it is - classic deck with larger indexes and a bit bolder. Great for multitabling. Working with TN too.



Enjoy!

Download Here
Any donation on my FTP account would be highly appreciated!
These are by far the best deck I have ever played with on fulltilt. They are absolutely perfect for multitabling. Bravo. I will be sure to ship you some money after I make some!

Quote:
Originally Posted by madlion
Sure

Download Here



I included the pods, table (found ITT) and layout.xml for Classic + LHH_Classic as they won't match other pods.

Layout files have chat moved, stack size color change and notes position corrected but change to suit.
This worked great, only you did not include any of your backgrounds so my background is plain white and the xml file has like an option for like 20 other backgrounds when you right click the table. Is there any way you could upload the backgrounds? Thanks


Also, for the above mod. can somebody help me if i wanted to make the pod slightly bigger so that I could alter the xml and make the chip stack sizes bigger and names more visible on smaller tables? Thanks a lot

Last edited by pokurz; 11-13-2010 at 03:44 PM.
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 07:38 PM
Quote:
Originally Posted by uglytuna
I have a mod that removed the Chat Windows Box. Where in the Layoff file can I enable it back. I actually use the chat window to call player donkeys, when they suck out on me.
it is done in the layout.xml files.
\Program Files\Full Tilt Poker\Graphics\NewTable\Classic\Layout.xml
\Program Files\Full Tilt Poker\Graphics\NewTable\RaceTrack\Layout.xml

search for
Code:
<chat y="547" z="4" url="Graphics/NewTable/Common/Buttons/ChatDetach_Off.svg" lst_margins="4;23;-33;-27" id="attached" inp_margins="4;5;139;14" />
<chat y="547" z="4" url="Graphics/NewTable/Common/Buttons/ChatAttach_Off.svg" id="detached" inp_margins="5;6;-56;14" />
replace with
Code:
<chat y="469" z="4" url="Graphics/NewTable/Common/Buttons/ChatDetach_Off.svg" lst_margins="4;23;-33;-27" id="attached" inp_margins="4;5;139;14" />
<chat y="522" z="4" url="Graphics/NewTable/Common/Buttons/ChatAttach_Off.svg" id="detached" inp_margins="5;6;-56;14" />
Quote:
Originally Posted by pokurz
Also, for the above mod. can somebody help me if i wanted to make the pod slightly bigger so that I could alter the xml and make the chip stack sizes bigger and names more visible on smaller tables? Thanks a lot
open it in inkscape. select the whole pod and resize it. you have to change the notes icons accordingly.

Last edited by vvolf69; 11-13-2010 at 07:42 PM. Reason: one day i will learn to use the multiquote function :D
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 07:40 PM

Last edited by vvolf69; 11-13-2010 at 07:41 PM. Reason: misclick
***New Full Tilt Mods Post-Update*** Quote
11-13-2010 , 08:41 PM
Quote:
Originally Posted by pokurz
This worked great, only you did not include any of your backgrounds so my background is plain white and the xml file has like an option for like 20 other backgrounds when you right click the table. Is there any way you could upload the backgrounds? Thanks
There are 100's of backgrounds already ITT have a look about.

Program Files\Full Tilt Poker\Graphics\NewTable\Classic\Layout.xml

Edit this section to add new ones remove old ones

Quote:
<background id="backgrounds" >
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Black/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Black/EmptySeat.svg" id="Black" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Blue/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Blue/EmptySeat.svg" id="Blue" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Green/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Green/EmptySeat.svg" id="Green" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Grey/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Grey/EmptySeat.svg" id="Grey" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Grid/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Grid/EmptySeat.svg" id="Grid" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Red/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Red/EmptySeat.svg" id="Red" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Hawaii/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Hawaii/EmptySeat.svg" id="Hawaii" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Las Vegas/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Las Vegas/EmptySeat.svg" id="LasVegas" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Los Angeles/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Los Angeles/EmptySeat.svg" id="LosAngeles" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/New York/Table.jpg;Graphics/NewTable/Classic/Backgrounds/New York/EmptySeat.svg" id="NewYork" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Shanghai/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Shanghai/EmptySeat.svg" id="Shanghai" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Midnight/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Midnight/EmptySeat.svg" id="Midnight" />
<image_object w="794" h="547" z="0." url="Graphics/NewTable/Classic/Backgrounds/Final Table/Table.jpg;Graphics/NewTable/Classic/Backgrounds/Final Table/EmptySeat.svg" id="Final Table" />
<image_object w="794" h="547" z="1." url="Graphics/NewTable/Classic/Backgrounds/Table.svg" dy="13" dx="0" id="_cloth" />
<image_object w="794" h="547" z="1." url="Graphics/NewTable/Classic/Backgrounds/Rush_Table.svg" dy="13" dx="0" id="_clothRush" />
</background>
Then match up folders and images in here

Program Files\Full Tilt Poker\Graphics\NewTable\Classic\Backgrounds\
***New Full Tilt Mods Post-Update*** Quote
11-14-2010 , 02:46 AM
tableninja started sometihng weird today, like all the tables are automatilcy activate when its on them, even though i have ticked option "only ativate with mouse click" which is really tilting
***New Full Tilt Mods Post-Update*** Quote
11-14-2010 , 02:51 AM
Quote:
Originally Posted by lancelott_
tableninja started sometihng weird today, like all the tables are automatilcy activate when its on them, even though i have ticked option "only ativate with mouse click" which is really tilting
deactivate auto time bank and wait for the next update. tarath is aware of this. btw. there is a tableninja thread in the comercials subforum...
***New Full Tilt Mods Post-Update*** Quote
11-14-2010 , 12:30 PM
Quote:
Originally Posted by vvolf69
Edit: one day i will learn to use the multiquote function
Quote:
Originally Posted by vvolf69
Click the multi-quote button (button graphic should change) of the posts you want to quote - until the last post, which you want to click the normal quote button
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 01:23 PM
I opened a Badugi table to check the game out and the card were being displayed under the pods. I wasn't sure if this was normal or not so I opened a micro table a sat down. Obviously this is not normal as I couldn't even see my cards:



Someone mentioned a similar issue and Fozzy said the layout.xml needed to be edited.

Does anyone know what I need to edit in the layout.xml to get things working correctly?





I've also noticed this weird blue text sometimes showing up on my tables in the upper left corner. Anyone have ANY idea what this might be?

(I use TableNinja FT, PlaceMint, and HoldemManager)

***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 04:19 PM
^^ Just noticed the same issue with NL 2-7 Single Draw (cards are below pod).

Funny thing is that NL 2-7 Triple Draw is fine.
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 06:34 PM
What happened to fozzypokermods.com?
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 06:47 PM
Hacked by Tiltbuster obv
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 07:15 PM
I took it offline. I am retired from graphics mods.
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 08:05 PM
SCAMMER!














***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 08:12 PM
Quote:
Originally Posted by fozzy71
I took it offline. I am retired from graphics mods.
I'll be really careful not to lose my Mondo deck for Stars then, cuz I'll have to kill myself.
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 08:20 PM
I tried to pay for cheaper hosting for the site but it didnt work. I also forgot to turn off the auto-pay and got charged for another month of the store from godaddy. That was the last straw.
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 09:46 PM
Quote:
Originally Posted by BILLIONS POKER
Made these for Stars, ported to FTP now. Based on the Bellagio 2008+ chips. They are illegible at smaller sizes, but hey, you get what you pay for





Download Here:
http://www.megaupload.com/?d=BGRSUT5C

Enjoy!

really cool chips! thank you.
***New Full Tilt Mods Post-Update*** Quote
11-15-2010 , 10:46 PM
Quote:
Originally Posted by madlion
Hacked by Tiltbuster obv
I LOL'd
***New Full Tilt Mods Post-Update*** Quote
11-16-2010 , 01:03 AM
Hey Bar,

Any idea what I can do to fix the cards showing up under my pods on some of the newer draw games (Badugi, and NL 2-7 Single Draw)? (Screen shot a couple posts above)

I'm using your "TB Premium FT" Table mod (with some added background options).
***New Full Tilt Mods Post-Update*** Quote
11-16-2010 , 01:16 AM
I'm trying to reduce the size of my Check/Call/Bet buttons. I've edited them in Inkscape and replaced the files, but they don't seem to have changed sizes. Anybody tried anything like this before, and/or have any ideas?
***New Full Tilt Mods Post-Update*** Quote
11-16-2010 , 02:50 AM
Quote:
Originally Posted by ffr
Hey Bar,

Any idea what I can do to fix the cards showing up under my pods on some of the newer draw games (Badugi, and NL 2-7 Single Draw)? (Screen shot a couple posts above)

I'm using your "TB Premium FT" Table mod (with some added background options).
yeah, looks like you have an old Layout.xml file

make backups of any mods you don't want to lose - then run a restore utility from one of the mod sites

then reinstall the mods
***New Full Tilt Mods Post-Update*** Quote
11-16-2010 , 06:51 AM
Quote:
Originally Posted by vvolf69
yes and no... just have finished the work on my widescreen mod and integrated the patches into the installerscripts. still have to adjust some of the backgrounds for widescreen resolutions.

a lot of work but well worth the time! you can tile 4, 9 or 16 tables without overlapping and using the full available space on your screen. also you have about 25% more space per table compared to a standard 4:3 table which results in 200% more available free space for your hud per table!!!! in addition table elements keep their aspect ratio when playing on full screen!



this mod is perfect for professional video producers and coaches.

i´m adding this as an option to all my themes now!



@uglytuna: have fun

where can I find your mods?
***New Full Tilt Mods Post-Update*** Quote
11-16-2010 , 03:39 PM
Hey,

Has anybody been able to buy stuff from vvolf69's site? I have tried to contact him a couple of times and have registered on his website, but so far no luck.

Thanks a bunch
***New Full Tilt Mods Post-Update*** Quote

      
m