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

08-03-2009 , 02:38 PM
I now have the same problem as richlizard/ The AHK file launches my poker client so it is working to some extent but the tables are still the originals. This is the code I used and edited

Quote:
;QuickOngameModStarter AHK code written by stevi3p designed to simplify the modding of Ongame
;it starts the ongame skin and copies the relevant graphics files in after the skin attempts to overwrite the modded graphics file
;it needs a new graphics file to work

#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:\mods\fred2k\TableImages.sw f
;Code starts here
DestinationFileName=TableImages.swf

Run, HeyPokerStartPoker.exe, C:\HeyPoker\

WinWait, HeyPoker - Welcome

FileDelete, C:\HeyPoker\TableImages.swf
FileCopy, C:\mods\fred2k\TableImages.swf, C:\HeyPoker\TableImages.swf
So I just changed all the relevent info, added the paths to the new fild I intended to use, saved it as an ahk file then clicked it, it launched the client yet the tables have not changed. What am I missing?
Ongame , some not professionally made ported mods Quote
08-04-2009 , 05:24 PM
Drsmooth, at first sight, WinWait, HeyPoker - Welcome this is actually WinWait, Heypoker - Welcome for me . Maybe because of that? The sw f file seem to look wierd in the code, but maybe its because of the forums?
Ongame , some not professionally made ported mods Quote
08-08-2009 , 12:08 AM
Tried to redo PhattyLiver's cards from http://forumserver.twoplustwo.com/45...rsion-2-a-189/

Ongame , some not professionally made ported mods Quote
08-09-2009 , 03:13 PM
Quote:
Originally Posted by drsmooth
I now have the same problem as richlizard/ The AHK file launches my poker client so it is working to some extent but the tables are still the originals. This is the code I used and edited



So I just changed all the relevent info, added the paths to the new fild I intended to use, saved it as an ahk file then clicked it, it launched the client yet the tables have not changed. What am I missing?
I'm using Goalwin client and the mods stopped working after a update. Now it only works when i copy the mod to the client folder. Try that, start the ahk with a copy of your mod on the field you specified in the script and a copy inside your client folder.
Ongame , some not professionally made ported mods Quote
08-09-2009 , 05:41 PM
Quote:
Originally Posted by Pkrbt
Drsmooth, at first sight, WinWait, HeyPoker - Welcome this is actually WinWait, Heypoker - Welcome for me . Maybe because of that? The sw f file seem to look wierd in the code, but maybe its because of the forums?
Thanks a lot man, that actually sorted it out for me. Cheers.
Ongame , some not professionally made ported mods Quote
08-12-2009 , 10:53 PM
Quote:
Originally Posted by alchemik
could you paste this cards seprately here??

I assume you have right rank this time
anyone have a mod who looks like this one?
Ongame , some not professionally made ported mods Quote
08-12-2009 , 11:40 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

I can't find the p5-data.xml file... When I do find it all I do is just copy it over with this new file? I have windows vista... Please have mercy I am software ******ed.
Ongame , some not professionally made ported mods Quote
08-13-2009 , 11:05 PM
better readability, because of thicker lines

Ongame , some not professionally made ported mods Quote
08-14-2009 , 09:27 AM
Quote:
Originally Posted by supersplitz
I can't find the p5-data.xml file... When I do find it all I do is just copy it over with this new file? I have windows vista... Please have mercy I am software ******ed.
In XP it's located in the root of the installation folder - ex. c:\Program Files\EurobetPoker\ dunno about Vista.

Log in and overwrite the file, that's it.
Ongame , some not professionally made ported mods Quote
08-14-2009 , 09:33 AM
Quote:
Originally Posted by Wolfskin
better readability, because of thicker lines

Cool. Have u compiled any mod with that deck yet?

Any chance u could add that deck in the mod below as a 2-color deck?:

Ongame , some not professionally made ported mods Quote
08-14-2009 , 12:36 PM
Quote:
Originally Posted by MiiKeEEe
TY Sir.
Ongame , some not professionally made ported mods Quote
08-15-2009 , 03:38 PM
Is it only for me that overwriting TableImages.swf when having the client started isn't working anymore for changing the mod?
Ongame , some not professionally made ported mods Quote
08-15-2009 , 04:56 PM
Never mind I fixed it!

Quote:
Originally Posted by MiiKeEEe
I'm really grateful you made the mod but I would be even more greateful if you could change the player boxes like in this one:

http://i497.photobucket.com/albums/r...ltsa555/EB.png

Anyway thanks!
Ongame , some not professionally made ported mods Quote
08-16-2009 , 09:17 AM
http://rs512.rapidshare.com/files/26...ableImages.swf

mod from #761with small player boxes
Ongame , some not professionally made ported mods Quote
08-17-2009 , 05:18 AM
Quote:
Originally Posted by MiiKeEEe
http://rs512.rapidshare.com/files/26...ableImages.swf

mod from #761with small player boxes
The card mod is the standard ongame one and not with the #761 card mod.
Ongame , some not professionally made ported mods Quote
08-17-2009 , 09:14 AM
uncheck "4 color deck" in settings
Ongame , some not professionally made ported mods Quote
08-17-2009 , 11:23 AM
Thanks mate <333333
Ongame , some not professionally made ported mods Quote
08-21-2009 , 02:44 PM
can someone summarise what I have to do to mod ongame? perhaps sticky it in the original post?? this seems more complicated than for any other site with ahk scripts and all...
Ongame , some not professionally made ported mods Quote
08-21-2009 , 03:19 PM
Quote:
Originally Posted by jcl
can someone summarise what I have to do to mod ongame? perhaps sticky it in the original post??
read

Quote:
this seems more complicated than for any other site with ahk scripts and all...
ridiculous
Ongame , some not professionally made ported mods Quote
08-21-2009 , 07:28 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 for this and thanks to SzS for great mods!
Ongame , some not professionally made ported mods Quote
08-21-2009 , 11:09 PM
could you upload that p5 file WITH chips? other than that its perfect!! thx
Ongame , some not professionally made ported mods Quote
08-22-2009 , 04:47 PM
How you can create mod on Ongame? i have Flash 8 but dosen t work swf...

When i paste any tableimage the wheel dosen t work, normaly?
Ongame , some not professionally made ported mods Quote
08-24-2009 , 11:26 AM
ok i dont get how to make the mod permanent. and i dont get the purpose of the ahk script at the very start of this thread tbh. i assume my 2 problems go together to solve my issue???
Ongame , some not professionally made ported mods Quote
08-24-2009 , 11:36 AM
Quote:
Originally Posted by jcl
ok i dont get how to make the mod permanent. and i dont get the purpose of the ahk script at the very start of this thread tbh. i assume my 2 problems go together to solve my issue???
1. read the thread backwards because Ongame updated since the original start of this thread
and not only the original bitmaps not work now but there are many swf thats still not work now
2. Download the desired mod/swf file
3. Use one of the working AHKs from the back of the thread
4. Modify it to your case

Anyway the AHK don't make the mod "permanent"

Last edited by SzS; 08-24-2009 at 11:41 AM.
Ongame , some not professionally made ported mods Quote

      
m