As I don't like those out-of-the-box Ongame table layouts, I made one that I do. - But why be selfish and not share ![]()
Mod has been tested and is currently working with PokerStrategy.com's partner rooms and in couple of others.
I won't take any responsibility for anything that can go wrong for you. Use at your own discretion.
Screenshots:
Settings:

You can mix and match the deck and the background for your taste.
Other settings do not affect the mod so you can set them as you please.
Installation:
1.) Download this file [poumod.zip, 1.14mb]
2.) Extract the files in the package to the root of your Ongame skin (ie. c:\Poker\Betfair\).
You should now have a file called poumod.bat and a folder called poumod in there.
Now comes the tricky part.
3.) To get the mod working on your skin, you have to edit poumod.bat file:
copy .\poumod\*.* /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "Betfair.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3124.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Betfair" -brand "Betfair"
- Betfair.exe - Change this to match your skin's .exe
- 3124 - This port number changes on some client updates and then you have to change it as well.
You can find the number you should use in the end of the file
which is in your skin's root folder.
- C:\Betfair - Change your skin's path here.
- Betfair - And put your skin's name here.
4.) Save and close poumod.bat and start your client with it!
You can also make your life easier by creating a shortcut for poumod.bat on your desktop.
Please note! If you are on Windows Vista or 7 AND you have installed your poker client under Program Files the .bat may require administrative rights to be able to copy the new mod over the old one.
Examples of currently (30.8.2011) working poumod.bat files:
Spoiler
Betfair:
copy .\poumod\*.* /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "Betfair.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3124.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Betfair" -brand "Betfair"
EuroPoker:
copy .\poumod\*.* /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "EuroPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3126.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\EuroPoker" -brand "EuroPoker"
bwin:
copy .\poumod\*.* /y
copy .\poumod\*.* /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "bwinPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3126.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame %* -dir . -lang en -logdir "C:\bwinPoker" -brand "bwinPoker"
And all hail to grinders for the idea and execution.

