Open Side Menu Go to the Top
Register
Ongame , some not professionally made ported mods Ongame , some not professionally made ported mods

05-15-2012 , 12:00 PM
Update once again:



Download-links:

jpc5_obfuscated_3420.jar -> http://www.mediafire.com/?gvyv1e2monl6wm0

resources.jar -> http://www.mediafire.com/?s00kpcwur979fu9
Ongame , some not professionally made ported mods Quote
05-15-2012 , 12:01 PM
Another alternative (gray table and different deck of cards):



DL:-links:

jpc5_obfuscated_3420.jar -> http://www.mediafire.com/?gvyv1e2monl6wm0

resources.jar -> http://www.mediafire.com/?vdlk01ilx3iqk4i
Ongame , some not professionally made ported mods Quote
05-23-2012 , 11:49 PM
Been reading this thread for 2.5 hours and can't seem to get this working on RedKings... can someone post some sort of detailed instructions... or tell me what page they're on... or who posted them, or anything, because it should be in the first post.

I listened to this guy: 1.) Replace the original jar-files with modded ones (Original files are in the installation directory of your client)
2.) Make a bat-file that prevents client from updating. (u can either create a new one or use existing one. Start.bat or something similar should be found in the installation-directory of your client. Instrucions of how to create/modify one can be found itt.
3.) Launch the client using that bat-file
4.) Profit

But I can't necessarily find the .bat file, and I don't know how to create my own.
Ongame , some not professionally made ported mods Quote
05-24-2012 , 01:00 AM
Okay, after extensive testing... I can determine that for some reason the patcher is patching the resources+jpc files. I've tried loading 4 diff things in the directory, but cannot seem to prevent this from happening.
Ongame , some not professionally made ported mods Quote
05-24-2012 , 05:42 AM
Quote:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "RedKingsPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3362.jar;resources.jar;swt.jar -classname PokerClient -dir . -lang en -logdir "C:\RedKings" -brand "RedKings"
this is how your start.bat should look like. edit bold parts to match your jpc5 file version and your redkings path.

there is also something like a redkings.bat or poker.bat or redkingspoker.bat in your redkings folder. you can use that one to add whats missing compared to what i quoted above...
Ongame , some not professionally made ported mods Quote
05-24-2012 , 06:18 AM
Sorry, I should have updated. I've created a .bat that looks very similar to what you just posted:
Code:
copy .\mod\*.* /y
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\bin\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "RedKingsPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3362.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame  -dir . -lang en -logdir "D:\RedKings" -brand "RedKings"
However, I am still having insurmountable issues as posted in this other thread:
http://forumserver.twoplustwo.com/28...buddy-1202891/
Ongame , some not professionally made ported mods Quote
05-24-2012 , 12:12 PM
Quote:
Originally Posted by Pummi81
Another alternative (gray table and different deck of cards):



DL:-links:

jpc5_obfuscated_3420.jar -> http://www.mediafire.com/?gvyv1e2monl6wm0

resources.jar -> http://www.mediafire.com/?vdlk01ilx3iqk4i
Pummi81, how u change the font size? It's a xml file?

thanks
Ongame , some not professionally made ported mods Quote
05-27-2012 , 12:48 PM
Hello guys!!

Could some of you please share some of their tableimage.swf files please on new link since all the previous links were with megaupload . I know you are using .jar now but on my bwin soft swf is still working . Maybe because im from Europe or i dont know but ive been able to copy/paste swf and it was working.
Ongame , some not professionally made ported mods Quote
06-05-2012 , 09:52 AM
Hi guys,

could you help me what should I modify in the flattened-config.xlm if I want to resize the cards and move them to another position

thank you in advance
Ongame , some not professionally made ported mods Quote
06-05-2012 , 12:28 PM
resizing cards is not easy...

there is:
the <communityCards> tag which is very buggy if you just increase the scale="x" part
also you need to change it for 3 tables sizes. small, normal and large...

then there is the holecards:

<position id="5cdUserCards" pos="-5,-60" scale="1.0"/>
<position id="omahaUserCards" pos="2,-40" scale="1.0"/>
<position id="sevenCSUserCards" pos="-28,-60" scale="1.0"/>
<position id="userCards" pos="10,-40" scale="1.0"/>

you need to change this for every seat seperately. the scale part is useless, u can only change the position and you need to do it with either/both the avatar table and/or the plates table.

also there is the <playerCards> tag which is the cardbacks on the table with avatars on. the plates table cardbacks will move together with the holecards.


---> the most effective way to resize the cards is to make the cardbacks bigger, since there is kind of a bug in the software that makes the card front the same size as the cardbacks.

before you ask: i have not found a way to change the cardspacing yet and i doubt i ever will....
Ongame , some not professionally made ported mods Quote
06-06-2012 , 12:40 PM
hi,
thanks a lot for the help but meanwhile I've recognized you have some commercial mods and you've almost done everything I plan. So I think I'll choose the easier way...
Ongame , some not professionally made ported mods Quote
06-09-2012 , 10:47 PM
is there a way to decrease the area with buttons ( fld/check/bet) ?
Ongame , some not professionally made ported mods Quote
06-10-2012 , 05:19 AM
you can move the buttons around, but the area i did not manage to move yet
Ongame , some not professionally made ported mods Quote
06-10-2012 , 04:50 PM
Quote:
Originally Posted by theJamster
you can move the buttons around, but the area i did not manage to move yet
Jamster,
do you mean that i can move all buttons down to the edge of the window?
Ongame , some not professionally made ported mods Quote
06-10-2012 , 05:40 PM
you can move them relative to that box around the buttons, if you try to move them outside by settings x or y with a negative value its gonna be cut off or disappear.

i havent played around with it for a while, so it might be outdated..
Ongame , some not professionally made ported mods Quote
06-13-2012 , 08:05 AM
Called me paranoid, but I don't really feel secure installing this, too much risk of being key logged.
Ongame , some not professionally made ported mods Quote
06-13-2012 , 08:36 AM
installing what exactly ?
Ongame , some not professionally made ported mods Quote
06-13-2012 , 09:01 AM
The table mod, something nasty could be in the .jar files
Ongame , some not professionally made ported mods Quote
06-14-2012 , 01:56 PM
Quote:
Originally Posted by omnimirage the II
The table mod, something nasty could be in the .jar files
yeap, right you are. and i'm paranoid, that's why i wear a condom - KAV/KIS.
Ongame , some not professionally made ported mods Quote
06-14-2012 , 01:59 PM
Quote:
Originally Posted by theJamster
installing what exactly ?
Jamster, where is the xml file?
Ongame , some not professionally made ported mods Quote
06-14-2012 , 02:45 PM
jpc5_obfuscatedxxxx.jar > davinciconfig> assets
Ongame , some not professionally made ported mods Quote
06-14-2012 , 10:00 PM
What file do i adjust to make the player box (specifically the chip amount text) larger?
Ongame , some not professionally made ported mods Quote
06-15-2012 , 03:58 AM
jpc5_obfuscatedxxxx.jar > davinciconfig> assets> flattened-config.xml

<playerinfos> tag
Ongame , some not professionally made ported mods Quote
06-16-2012 , 04:04 PM

Hello guys!
Is it possible to mod bacground of "Pre-selec next action". Also I want to remove orange icon next to my nickname.
Ongame , some not professionally made ported mods Quote
06-17-2012 , 04:11 AM
you can mod it, but you cant make it transparent afaik.
make it the color of the background
Ongame , some not professionally made ported mods Quote

      
m