|
|
| Software Discussions about gambling-related and poker software. |
08-03-2009, 02:38 PM
|
#751
|
|
old hand
Join Date: Dec 2006
Posts: 1,340
|
Re: Ongame , some not professionally made ported mods
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?
|
|
|
08-04-2009, 05:24 PM
|
#752
|
|
grinder
Join Date: May 2006
Posts: 689
|
Re: Ongame , some not professionally made ported mods
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?
|
|
|
08-08-2009, 12:08 AM
|
#753
|
|
centurion
Join Date: Apr 2006
Posts: 114
|
Re: Ongame , some not professionally made ported mods
|
|
|
08-09-2009, 03:13 PM
|
#754
|
|
newbie
Join Date: Jan 2009
Posts: 15
|
Re: Ongame , some not professionally made ported mods
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.
|
|
|
08-09-2009, 05:41 PM
|
#755
|
|
old hand
Join Date: Dec 2006
Posts: 1,340
|
Re: Ongame , some not professionally made ported mods
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.
|
|
|
08-12-2009, 10:53 PM
|
#756
|
|
grinder
Join Date: Jul 2008
Posts: 546
|
Re: Ongame , some not professionally made ported mods
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?
|
|
|
08-12-2009, 11:40 PM
|
#757
|
|
adept
Join Date: May 2008
Location: Toronto, Ontario
Posts: 856
|
Re: Ongame , some not professionally made ported mods
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 retarded.
|
|
|
08-13-2009, 11:05 PM
|
#758
|
|
centurion
Join Date: Apr 2006
Posts: 114
|
Re: Ongame , some not professionally made ported mods
better readability, because of thicker lines
|
|
|
08-14-2009, 09:27 AM
|
#759
|
|
old hand
Join Date: Jan 2008
Location: Finland
Posts: 1,563
|
Re: Ongame , some not professionally made ported mods
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 retarded.
|
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.
|
|
|
08-14-2009, 09:33 AM
|
#760
|
|
old hand
Join Date: Jan 2008
Location: Finland
Posts: 1,563
|
Re: Ongame , some not professionally made ported mods
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?:
|
|
|
08-14-2009, 09:35 AM
|
#761
|
|
enthusiast
Join Date: Jan 2008
Posts: 76
|
Re: Ongame , some not professionally made ported mods
|
|
|
08-14-2009, 12:36 PM
|
#762
|
|
old hand
Join Date: Jan 2008
Location: Finland
Posts: 1,563
|
Re: Ongame , some not professionally made ported mods
Quote:
Originally Posted by MiiKeEEe
|
TY Sir.
|
|
|
08-15-2009, 03:38 PM
|
#763
|
|
journeyman
Join Date: Sep 2008
Location: Sweden
Posts: 364
|
Re: Ongame , some not professionally made ported mods
Is it only for me that overwriting TableImages.swf when having the client started isn't working anymore for changing the mod?
|
|
|
08-15-2009, 04:56 PM
|
#764
|
|
journeyman
Join Date: Sep 2008
Location: Sweden
Posts: 364
|
Re: Ongame , some not professionally made ported mods
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!
|
|
|
08-16-2009, 09:17 AM
|
#765
|
|
enthusiast
Join Date: Jan 2008
Posts: 76
|
Re: Ongame , some not professionally made ported mods
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 02:30 AM.
|