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

05-18-2011 , 10:48 AM
ok I just tried to replace the deck in resources.jar/config.zip/ but it still uses the old deck. I opened the source folder while playing and I can see that it contains modified deck. wtf?

edit: does this mean that there are more than one card image?
Ongame , some not professionally made ported mods Quote
05-18-2011 , 11:08 AM
Grinders.org mods have been updated. It's a bit tricky to start them but it works. I too hope someone finds a better solution, mine is to make the client update itself and I copy the modded file on the last square of updating, has to be timed well and also I think it depends how fast your connection and hard drive are, might be harder on some systems.
Ongame , some not professionally made ported mods Quote
05-18-2011 , 11:33 AM
The font is just horrible, every update they make is worse then u get used to it and they change it again wtf...

For our pro modders pls fix this :S

Sigh

If anyone could make a normal black table with normal 4 color deck cards and good chips i will pay u !!
Ongame , some not professionally made ported mods Quote
05-18-2011 , 01:11 PM
you gotta wonder who makes these updates. There are features missing in it that should have been put in 2 years ago at least. (timebanks, auto reload, etc)

Now they made it faster but the font is terrible. -_-

Mickey Mouse operation IMO.
Ongame , some not professionally made ported mods Quote
05-18-2011 , 01:51 PM
Any fix for fonts yet?
Ongame , some not professionally made ported mods Quote
05-18-2011 , 02:14 PM
Pummi where are you?
Ongame , some not professionally made ported mods Quote
05-18-2011 , 02:34 PM
I know this isn't exactly the right place, but you gents seem to be on the ball. My ongame just updated (OMG THE FONTS MY EYES), HEM has stopped importing hands. Are HHs stored in a new location?
Ongame , some not professionally made ported mods Quote
05-18-2011 , 03:17 PM
Quote:
Originally Posted by Hood
I know this isn't exactly the right place, but you gents seem to be on the ball. My ongame just updated (OMG THE FONTS MY EYES), HEM has stopped importing hands. Are HHs stored in a new location?
Yezzz i found them in my user folder lmao but look there
Ongame , some not professionally made ported mods Quote
05-18-2011 , 03:58 PM
To change layout you need modify resources.jar, but client checks for updates and replaces modified file to original.

To start client without checking for updates:

Client's directory has a file ".bat", for example, HeyPoker.bat with the following contents:

Quote:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "HeyPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_303 3.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame %*
Copy it to start.bat and change as follows:

Code:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "HeyPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3033.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Users\YourUserName\AppData\Local\P5\HeyPoker\logs" -brand "HeyPoker"
Don't forget to change logdir and brand

Now run the client through start.bat
Ongame , some not professionally made ported mods Quote
05-18-2011 , 04:52 PM
Quote:
Originally Posted by cdump
To change layout you need modify resources.jar, but client checks for updates and replaces modified file to original.

To start client without checking for updates:

Client's directory has a file ".bat", for example, HeyPoker.bat with the following contents:



Copy it to start.bat and change as follows:

Code:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "HeyPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3033.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Users\YourUserName\AppData\Local\P5\HeyPoker\logs" -brand "HeyPoker"
Don't forget to change logdir and brand

Now run the client through start.bat
Thanks A LOT sir!
Ongame , some not professionally made ported mods Quote
05-18-2011 , 05:00 PM
What does it exactly change if you mean "layout" ? Dont mind me asking stupid questions :P
Ongame , some not professionally made ported mods Quote
05-18-2011 , 05:38 PM
Quote:
Originally Posted by cdump
To change layout you need modify resources.jar, but client checks for updates and replaces modified file to original.

To start client without checking for updates:

Client's directory has a file ".bat", for example, HeyPoker.bat with the following contents:



Copy it to start.bat and change as follows:

Code:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "HeyPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3033.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Users\YourUserName\AppData\Local\P5\HeyPoker\logs" -brand "HeyPoker"
Don't forget to change logdir and brand

Now run the client through start.bat
That is awesome a question - is it needed to have those logfiles in Users? Can we just make the log folder c:\betsafe\, will that cause any problems?
Ongame , some not professionally made ported mods Quote
05-18-2011 , 06:07 PM
Quote:
Originally Posted by Loc0dice
What does it exactly change if you mean "layout" ? Dont mind me asking stupid questions :P
new images for the table and cards
Ongame , some not professionally made ported mods Quote
05-18-2011 , 06:08 PM
Quote:
Originally Posted by cdump
To change layout you need modify resources.jar, but client checks for updates and replaces modified file to original.

To start client without checking for updates:

Client's directory has a file ".bat", for example, HeyPoker.bat with the following contents:



Copy it to start.bat and change as follows:

Code:
set PATH=%CD%\arch\win32\jre\bin;%CD%\arch\win32\jre\b in\client;%PATH%
set JAVA_HOME=%CD%\arch\win32\jre
start "" "HeyPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3033.jar;resources.jar;swt.jar -classname testdriver.application.PokerFrame -dir . -lang en -logdir "C:\Users\YourUserName\AppData\Local\P5\HeyPoker\logs" -brand "HeyPoker"
Don't forget to change logdir and brand

Now run the client through start.bat
just got it working. perfect, thanks!
Ongame , some not professionally made ported mods Quote
05-18-2011 , 07:23 PM
Quote:
Originally Posted by Loc0dice
Yezzz i found them in my user folder lmao but look there
Found it, thanks.

For anyone else searching, my HHs were in:

C:\Users\[username]\P5JavaClientSettings\handhistory
Ongame , some not professionally made ported mods Quote
05-18-2011 , 08:19 PM
when I run client through start.bat, it gives an error: "This application has failed to start because the file jvm.dll was not found. Reinstalling the application may fix this problem."

Last edited by Vitalik23; 05-18-2011 at 08:32 PM.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:04 AM
Quote:
Originally Posted by Vitalik23
when I run client through start.bat, it gives an error: "This application has failed to start because the file jvm.dll was not found. Reinstalling the application may fix this problem."
I have the same problem Windows 7 64-bit any idea how to fix this??
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:10 AM
I had the same thing when i used the old .exe shortcut when i tried the new one it worked normally.

I didnt change anything in the .bat file though..
Ongame , some not professionally made ported mods Quote
05-19-2011 , 03:23 AM
Hmm i changed the .bat file and it worked but looks the same?

What do i need to do to get my old mod working?

I dont understand what i need to more to get some results lmao
Ongame , some not professionally made ported mods Quote
05-19-2011 , 04:24 AM
Quote:
Originally Posted by gargamel_fk
I have the same problem Windows 7 64-bit any idea how to fix this??
You need to launch start.bat normally, without "Run as administrator". Also, start.bat must be in client's root folder.

Quote:
Originally Posted by Loc0dice
What do i need to do to get my old mod working?
Old mods (TableImages.swf) not working anymore.
You need to make your mod by changing resources.jar/config.zip files content and use start.bat to run client with your mod.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 06:10 AM
[QUOTE/]Old mods (TableImages.swf) not working anymore.
You need to make your mod by changing resources.jar/config.zip files content and use start.bat to run client with your mod.[/QUOTE]

I have no clue what i should do, if i send a picture of my old mod could u change it?

I never mad a mod so i am clueless..
Ongame , some not professionally made ported mods Quote
05-19-2011 , 06:33 AM
whenever i run my Bat-File an error occurs. "Cant find class. testdriver/application/PokerFrame testd" and nothing happens after this.
Help plz....
Windows 7 64Bit
Ongame , some not professionally made ported mods Quote
05-19-2011 , 06:39 AM
Is there any option, how to fix tables in their standard size? I mean to be unresizeable. Because any random resize by missclick during 15-table session on turbo table tournaments make me mad - all new tables are opened in this size. And I cannot resize it back while other tables wants action.
Placemint autosize of window also makes problems, this was really good with flash version to keep all windows standardized size.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 07:24 AM
Quote:
Originally Posted by Callson
whenever i run my Bat-File an error occurs. "Cant find class. testdriver/application/PokerFrame testd" and nothing happens after this.
Help plz....
Windows 7 64Bit
Copy-paste your start.bat to http://pastebin.com/ and post link here (do not paste content here without pastebin.com!), looks like corrupted line in your bat file.
Ongame , some not professionally made ported mods Quote
05-19-2011 , 07:30 AM
Quote:
Originally Posted by cdump
Copy-paste your start.bat to http://pastebin.com/ and post link here (do not paste content here without pastebin.com!), looks like corrupted line in your bat file.
I found the mistake. There was a wrong Whitespa ce in one line
Ongame , some not professionally made ported mods Quote

      
m