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

08-24-2009 , 12:09 PM
ok i got it working thanks for the basic swf file. now is there a way to get it to retain the p5 file that the guy posted? i really like it

nvm i just added another two lines in the ahk script based on the way it replaced the swf file!
Ongame , some not professionally made ported mods Quote
08-24-2009 , 12:32 PM
Quote:
Originally Posted by jcl
ok i got it working thanks for the basic swf file. now is there a way to get it to retain the p5 file that the guy posted? i really like it

nvm i just added another two lines in the ahk script based on the way it replaced the swf file!
You are not too clear

Keep in mind that the P5 client autheticates the integrity and downloads/overwrites if necessary.
So you only have one option before running put back the original file after authentication is done put the modded in their place.
Thats what the AHK does.

So wat do you want/not understand?
Ongame , some not professionally made ported mods Quote
08-24-2009 , 02:43 PM
does anyone could post an ahk that copy files ?
We are not all of us computer geeks.

thank you
Ongame , some not professionally made ported mods Quote
08-25-2009 , 05:34 PM
Okay just downloaded Red Kings and I need someone to help me mod it. Alot of different posts in this thread so if someone could just go over what I need to do so I can mod my redkings poker client it would be greatly appreciated

Thanks, R3MiO
Ongame , some not professionally made ported mods Quote
08-25-2009 , 08:31 PM
I tried to copy this file in the directory of redkings http://rs512.rapidshare.com/files/26...ableImages.swf and nothing happens.
I also choosed one of the last P5 files from this thread to try, again, nothing happens.

To sum up, I have no idea what to do.
Ongame , some not professionally made ported mods Quote
08-26-2009 , 03:16 AM
are you using the ongame mod starter script (ahk)? try launching redkings, log in and *then* copy over the tableimages.swf into redkings' directory. this should work.
Ongame , some not professionally made ported mods Quote
08-26-2009 , 06:59 AM
Summary of ongame modding (since no one would do this for me I thought I'd be nice and do it for future people).

copy the following script into a document and save it as AHK.

****

#NoEnv
#SingleInstance force


;User must enter Skinname, the path of the skin, and the file of the new graphics file

SkinName=Heypoker
SkinPath=C:\HeyPoker
TableImageSourceFile=C:\TableImages.swf

;Code starts here
DestinationFileName=TableImages.swf

Run, HeyPokerStartPoker.exe, C:\HeyPoker

WinWait, Heypoker - Welcome

FileDelete, C:\HeyPoker\TableImages.swf
FileCopy, C:\TableImages.swf, C:\HeyPoker\TableImages.swf
FileDelete, C:\HeyPoker\P5-data.xml
FileCopy, C:\P5-data.xml, C:\HeyPoker\P5-data.xml

***

whereever I have heypoker change it to ur skin.

then put the p5-data.xml mod file and ur .swf mod file into C:\(insert skin name) and ur done.

u can put them in different folders too obviously and adjust the folder names accordingly but the above is probably the quickest way and will minimise mistakes

edit: if u dont wanna mod the p5 file then delete the last 2 lines of the script
Ongame , some not professionally made ported mods Quote
08-26-2009 , 10:14 AM
Great, ty JCL for your help and SzS for your mods.
Ongame , some not professionally made ported mods Quote
08-26-2009 , 03:12 PM
Quote:
Originally Posted by Pummi81
Did some changes in P5-data.xml and uploaded the file in case someone is
interested.
Usage: Just replace the original file after logging in and ur ready to go.

//www.megaupload.com/?d=57MRB9ZC"]http://www.megaupload.com/?d=57MRB9ZC[/URL]

Changes include:

- No chips
- Total Pot displayed instead of rake (+ bigger yellow font)
- Actiontext font color is red for bet and raise and white for other actions
- Much bigger font for Pot and betting amounts
Thanks a lot for the changes here. Could you maybe explain a bit how the file works? I'm trying to move the 'total pot' amount but it's very unclear how it works; I'm trying to change lines 374/375 but they move very strange when resizing.

Also there's like 5 lines saying something about 'totalpotamount' but only the one in line 374/375 is working, eg not the ones in 519 - do you understand that?
Ongame , some not professionally made ported mods Quote
08-27-2009 , 10:28 AM
Quote:
Originally Posted by ciro bonano
Thanks a lot for the changes here. Could you maybe explain a bit how the file works?
As a whole, no idea. I'm a total xml-fish. I just went good ol "try -> fail -> retry" -route and finally somewhat got there. FWIW Ongame software makers propably use the same method but looks like they're never getting there....

Quote:
Originally Posted by ciro bonano
I'm trying to move the 'total pot' amount but it's very unclear how it works; I'm trying to change lines 374/375 but they move very strange when resizing.

Also there's like 5 lines saying something about 'totalpotamount' but only the one in line 374/375 is working, eg not the ones in 519 - do you understand that?
Not sure but I think the file contains coordinates for totalpotamount for different sized tables (normal. small, mini, large). U propably should fix them all to get it work correctly.
BTW, that's why I chose to remove chips completely in my file -> way too much hassle to try to fix all positions.
Ongame , some not professionally made ported mods Quote
08-27-2009 , 10:33 AM
Quote:
Originally Posted by jcl
could you upload that p5 file WITH chips? other than that its perfect!! thx
Sry can't do it. It would take ages to try to fix their positions so that they and betting amounts don't cover each other. And I'm not sure if I could do it even if I tried.
Ongame , some not professionally made ported mods Quote
08-27-2009 , 12:38 PM
Quote:
Originally Posted by Pummi81
I just went good ol "try -> fail -> retry" -route and finally somewhat got there.
Okay, I did the same; maybe you learned something along the way (I didn't )

Quote:
Not sure but I think the file contains coordinates for totalpotamount for different sized tables (normal. small, mini, large). U propably should fix them all to get it work correctly.
I only changed the 'normal' lines (although the format used there is different then small/mini/large) and it also works when resizing tables (altough there's some resizing going on when changing table size).
Ongame , some not professionally made ported mods Quote
08-29-2009 , 04:16 AM
I ve found this deck somewhere, can somebody tell me why it isnt working on ongame?
Size is ok, but what else. Tables cant be opened with using this deck.

http://s610.photobucket.com/albums/t...t=cardthin.png
Ongame , some not professionally made ported mods Quote
08-29-2009 , 04:17 AM
http://s610.photobucket.com/albums/t...t=cardthin.png

Last edited by icecld; 08-29-2009 at 04:30 AM.
Ongame , some not professionally made ported mods Quote
08-29-2009 , 08:35 AM
Anyone who is good at photoshopping, how do I edit this iPoker deck to ongame?

Ongame , some not professionally made ported mods Quote
08-29-2009 , 08:52 AM
Quote:
Originally Posted by jcl

then put the p5-data.xml mod file and ur .swf mod file into C:\(insert skin name) and ur done.

u can put them in different folders too obviously and adjust the folder names accordingly but the above is probably the quickest way and will minimise mistakes

edit: if u dont wanna mod the p5 file then delete the last 2 lines of the script
this should jsut say C:\
Ongame , some not professionally made ported mods Quote
08-29-2009 , 11:18 AM
Quote:
Originally Posted by JazzyZ
Anyone who is good at photoshopping, how do I edit this iPoker deck to ongame?
Actually I think i got it, but can someone please explain how do I replace this image with the one I extract from the swf file?
Ongame , some not professionally made ported mods Quote
08-29-2009 , 04:34 PM
Modifying cards, tables, etc.
All you have to get is the Trillix Flash Decomplier software, with that you can modify the TableImages file in the poker clients directory.
This flash Flaswave Object file contains 120 picture, all of them can be replaced with your pic files with this sw.

This white deck worth trying.
Ongame , some not professionally made ported mods Quote
08-29-2009 , 04:38 PM
Or just post the usable deck file as a pic, maybe we can start sg with it.
Ongame , some not professionally made ported mods Quote
08-29-2009 , 04:49 PM
Quote:
Originally Posted by icecld
Modifying cards, tables, etc.
All you have to get is the Trillix Flash Decomplier software, with that you can modify the TableImages file in the poker clients directory.
This flash Flaswave Object file contains 120 picture, all of them can be replaced with your pic files with this sw.

This white deck worth trying.
How do I replace them? I was able to export them from the file, and then of course edit them in psp or photoshop, but have no idea how to put them back to the swf file.
Ongame , some not professionally made ported mods Quote
08-29-2009 , 05:32 PM
Quote:
Originally Posted by JazzyZ
How do I replace them? I was able to export them from the file, and then of course edit them in psp or photoshop, but have no idea how to put them back to the swf file.
Edit images in menu, choose the replacable pic,then in the Image properties section (down left) you can browse for your file in your pc, after choosing your image it is automatically replaced, then save the fw object and it is done.
Ongame , some not professionally made ported mods Quote
08-29-2009 , 07:03 PM
Quote:
Originally Posted by icecld
Maybe it is not 650x264
Ongame , some not professionally made ported mods Quote
08-29-2009 , 08:02 PM
Exactly! Size problem...
Ongame , some not professionally made ported mods Quote
08-30-2009 , 01:51 AM
Quote:
Originally Posted by icecld
Edit images in menu, choose the replacable pic,then in the Image properties section (down left) you can browse for your file in your pc, after choosing your image it is automatically replaced, then save the fw object and it is done.
Thanks! I got it now. Will post some decks as soon as they are ready
Ongame , some not professionally made ported mods Quote
08-31-2009 , 02:29 PM
Here is a 2-color boss/IPN cardmod for ongame:
Ongame , some not professionally made ported mods Quote

      
m