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

06-16-2009 , 08:34 AM
Thanks a lot for all the mods - makes things so much nicer...

Sorry my script isn't as robust as it could be. Yes, you will likely need to include your nickname in the welcome message too although it depends on the setting; I was hoping my verison with the nickname as a variable would work for all skins, but it doesn't look like it does. It might work without your nickname if you try inserting the line: SetTitleMatchMode, 2 before the winwait command and see if that helps.

Those who see the tableimages.swf file deleted and still aren't getting it to work almost certainly either have the path of the souce file (or it's name) wrong (although somebody earlier said it worked when he placed the file in his desktop, so might be worth trying that, changin the path in the script of course) or don't have the right kind of file; it should be like 500Kb - 1.5Mb in size.

Is there anyone actually good at AHK (i.e., not me) who can check the script and make it more robust.....?
Ongame , some not professionally made ported mods Quote
06-16-2009 , 08:47 AM
script is working well with Tower gaming

in WinWait line u dont have to out your nick

i have only Tower Gaming - Welcome and it works just fine

anyway thanks for that script

one more thing if table don't want to load (it only shows the logo) then u have wrong TableImages.swf file

oh and mode from page 29 is really nice i hope someone will make it :P
Ongame , some not professionally made ported mods Quote
06-16-2009 , 09:13 AM
Something strange has happened with my Red Kings client. It has stopped to reset the tableimages.swf to the original one each time i start it but I still see the original tables when i open a table. I tried to remove the tableimages.swf file and then start the client and I still could open up tables without any tableimages.swf in the red kings folder.
When I then tried to place one of your mods in the folder i still have the regular tables even though that mod is the only tableimages.swf file in the red kings folder.
Does anybody know how to solve this?
Could the original tables have another file name or something? I have no idea.
Ongame , some not professionally made ported mods Quote
06-16-2009 , 09:37 AM
i ve tried some of the mods here on my room (winamax), the new tables seems to be ok with screenshot provided here except the stack color (ie in the screenshot found here appears to be green most of the time (for example screenshoot from sZs), but on my computer the stack color still stay red, which is almost unreadable)
any idea?
Ongame , some not professionally made ported mods Quote
06-16-2009 , 10:01 AM
Quote:
Originally Posted by top.hat
@Colin252: Are you sure you have a space in "Mods ", i.e. \Mods \?
it's actually not a space (although it looks like one), just the goofy layout of notepad.

I still can;'t get this to work, I'd sure appreciate some help here guys pls pls pls :-)
Ongame , some not professionally made ported mods Quote
06-16-2009 , 10:22 AM
Quote:
Originally Posted by Sounded Simple
Is there anyway to make the face down cards bigger??
A few times already I have been caught by unexpected people in the hand.
It can be done I put together some versions quickly
I Think this is the last of my run at Ongame because who knows what they modify in the near future

So this is 2 Cards x 4 Tables with bigger yellow cardbacks and with red Dealer button. And as a plus I included the Waffle cards in every version as the 2 color deck.
If I haven't messed up anthing these should work properly.
But use/try at your own risk!

In 2 packs separete for cards
ADVERT
ADVERT HYBRID







Ongame , some not professionally made ported mods Quote
06-16-2009 , 10:41 AM
Quote:
Originally Posted by Colin252
it's actually not a space (although it looks like one), just the goofy layout of notepad.

I still can;'t get this to work, I'd sure appreciate some help here guys pls pls pls :-)
Im using the same script as you are for Red Kings and havn't got it to work either. One time I got it to delete the original tableimages.swf file but it didn't put the new one there.
The only thing i can see that might be wrong is that your username should be put after welcome in the winwait command.

Quote:
SkinName=Red Kings Poker
SkinPath=C:\Program Files\Red Kings Poker
TableImageSourceFile=C:\Users\user\Desktop\RK\Mods \TableImages.swf

;Code starts here
DestinationFileName=TableImages.swf

Run, StartRedkingspoker.exe, %SkinPath%

winwait, Red Kings Poker - Welcome

FileDelete, %SkinPath%\%DestinationFileName%
FileCopy, %TableImageSourceFile%, %SkinPath%\%DestinationFileName%
Ongame , some not professionally made ported mods Quote
06-16-2009 , 10:45 AM
SzS do you have a paypal or something? I want to ship a bit as a thanks for making all these awesome mods. I'm sure many others would want to aswell
Ongame , some not professionally made ported mods Quote
06-16-2009 , 10:55 AM
Quote:
Originally Posted by nakke
SzS do you have a paypal or something? I want to ship a bit as a thanks for making all these awesome mods. I'm sure many others would want to aswell
It is my destiny to help multitabling grinders making Ongame as nitty as possible.

anyway no thx
Ongame , some not professionally made ported mods Quote
06-16-2009 , 11:01 AM
Quote:
Originally Posted by Chillarn7
Im using the same script as you are for Red Kings and havn't got it to work either. One time I got it to delete the original tableimages.swf file but it didn't put the new one there.
The only thing i can see that might be wrong is that your username should be put after welcome in the winwait command.
SkinName=RedKings Poker
SkinPath=C:\Program Files\Red Kings Poker
TableImageSourceFile=C:\Users\user\Desktop\RK\Mods \TableImages.swf

;Code starts here
DestinationFileName=TableImages.swf

Run, StartRedKingsPoker, %SkinPath%

WinWait, %SkinName% - Welcome

FileDelete, %SkinPath%\%DestinationFileName%
FileCopy, %TableImageSourceFile%, %SkinPath%\%DestinationFileName%

-------------

That works on my RK client. Changed "Red Kings Poker" to "RedKings Poker" etc.

EDIT: Just take the "space" away from the source file line, if you copy-paste it.
Ongame , some not professionally made ported mods Quote
06-16-2009 , 11:03 AM
Quote:
Originally Posted by Colin252
it's actually not a space (although it looks like one), just the goofy layout of notepad.

I still can;'t get this to work, I'd sure appreciate some help here guys pls pls pls :-)


Here is what im using on Redkings thats working....


;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=RedKings Poker
SkinPath=C:\RedKings\
TableImageSourceFile=C:\Users\yourname\Desktop\Tab leImages.swf

;Code starts here
DestinationFileName=TableImages.swf

Run, StartRedkingspoker.exe, %SkinPath%

winwait, RedKings Poker - Welcome

FileDelete, %SkinPath%\%DestinationFileName%
FileCopy, %TableImageSourceFile%, %SkinPath%\%DestinationFileName%
Ongame , some not professionally made ported mods Quote
06-16-2009 , 11:28 AM
Quote:
Originally Posted by alchemik
I have the same thing as I have written before...

fast solution with old notes seen from lobby and unable to change from table:

- copy whole text from lobby note
- open note from table and write anything for ex. "test" and save
- instead of this "test" paste what you copied before and save

- if you have red dot for player go to table and make it green and red again and it will stay on table instead of previus disapearing after saving

LOL I hope you understand
It doesn't work for me (eurobet)... i do as you described and notes gets saved, but when i close the table and reopen it the notes and icons are gone

Actually i saw that if you change a note in lobby while table is open, the note icon appears on table... and if you change a note again on table, the whole note in lobby changes. But if you close and reopen table a note icon is gone again

Last edited by PalcekSmuk; 06-16-2009 at 11:41 AM.
Ongame , some not professionally made ported mods Quote
06-16-2009 , 11:42 AM
Quote:
Originally Posted by SzS
It is my destiny to help multitabling grinders making Ongame as nitty as possible.

anyway no thx
Hehe.. I think you're helping them become laggier, since now you can actually see when you get cards instead of timing out all the damn time because the software is impossible to read at a glance.

Well, if I suspect you are at my table some time I'll chipdump some fo sho'.
Ongame , some not professionally made ported mods Quote
06-16-2009 , 12:47 PM
Someone show you display your HUDs with these mods
Ongame , some not professionally made ported mods Quote
06-16-2009 , 01:03 PM
eeek my firewall started beeping -.- I bet keylogger.. haha maybe you could hijack some rich players acc.. like doyle brunson lmao ;D and be rich for rest of your life.. masterplan - well done man
Ongame , some not professionally made ported mods Quote
06-16-2009 , 01:35 PM
Quote:
Originally Posted by DreamDesigner
HI guyz. Thank u for your skinz...

Can u do please skin with red button, yellow cards, without logo and next images

This one would be breath-taking!!

Last edited by tejesafejes; 06-16-2009 at 01:46 PM.
Ongame , some not professionally made ported mods Quote
06-16-2009 , 02:04 PM
Quote:
Originally Posted by SzS
It can be done I put together some versions quickly
I Think this is the last of my run at Ongame because who knows what they modify in the near future

So this is 2 Cards x 4 Tables with bigger yellow cardbacks and with red Dealer button. And as a plus I included the Waffle cards in every version as the 2 color deck.
If I haven't messed up anthing these should work properly.
But use/try at your own risk!

In 2 packs separete for cards
ADVERT
ADVERT HYBRID







Thank you for all the great contributions, making ongame a lot more pleasant to play at!
Ongame , some not professionally made ported mods Quote
06-16-2009 , 02:11 PM
May be a dumb question but how easy is it to install these?

I can not stand the look of the new tables. Will this work when playing Multi tables?

Is there anywhere that details how to install these?
Ongame , some not professionally made ported mods Quote
06-16-2009 , 05:45 PM
At Bestpoker you can choose between 2 clients, a 3D flashy one and a Classic clean one.
Maybe this is a good thing, if all skins could offer this, it would help out a lot.
http://www.bestpoker.com/en/download-pc

3D Avatars style
Who do you want to be at the table?
Choose your avatar and join the action in
a cool and realistic poker environment.

Classic Style
This version is for the experienced player who prefer slick and functional design before flashy 3D graphics. If you often play mutiple tables simultaneously, this is the software for you!
Ongame , some not professionally made ported mods Quote
06-16-2009 , 06:05 PM
Quote:
Originally Posted by DreamDesigner
HI guyz. Thank u for your skinz...

Can u do please skin with red button, yellow cards, without logo and next images

Not your request, but I used your cards, and if someone want to use these cards too, I think it will be easier to re-use my file because you have to change the order for all of the cards in this png otherwise.

http://www.megaupload.com/?d=OI831PFS

Ongame , some not professionally made ported mods Quote
06-16-2009 , 06:14 PM
I'm sorry I didn't have the time to go through all the posts or couldn't find anything related with search.

Is there any way to make cards (hole and board) bigger? ty
Ongame , some not professionally made ported mods Quote
06-16-2009 , 07:44 PM
Quote:
Originally Posted by vingte
Not your request, but I used your cards, and if someone want to use these cards too, I think it will be easier to re-use my file because you have to change the order for all of the cards in this png otherwise.

http://www.megaupload.com/?d=OI831PFS

Thank you, very nice job, almost perfect I'm only missing the grey table!
Ongame , some not professionally made ported mods Quote
06-16-2009 , 08:41 PM
Quote:
Originally Posted by SzS

This layout with orginal cards pls
Ongame , some not professionally made ported mods Quote
06-17-2009 , 04:54 AM
My ongame.


Ongame , some not professionally made ported mods Quote
06-17-2009 , 06:14 AM
Quote:
Originally Posted by ukrony
My ongame.


Beautiful, I love it!! Please share!!
Ongame , some not professionally made ported mods Quote

      
m