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

06-22-2009 , 02:01 PM
all about table and cards are in file tableimage.swf so if you copy it after lauching your client it works it can works just a little or there is a problem on the mod file which i do not believe

good luck (you can read the thred all is very well explain)
Ongame , some not professionally made ported mods Quote
06-22-2009 , 03:10 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


Vingte, I registered here because of your great Ongame mod,
which makes me love to play there (almost), it is like playing on fulltilt w/o the sharks :-)

I dont know if you still work on it, but if yes I would be really grateful to see 2 more changes, only to make it really PERFECT:

1) sizing these large box frames into smaller ones around the player name (as we could see in other mods) these stupid original ones (by ongame) basically hide the cards!!!
2) the fold-check-raise buttons could get some shiny color instead of black while popping up (like orange) , it could serve well while multitabling as they attract your eyes

Please report to us if there is any hope :-)
Many thx!

Last edited by icecld; 06-22-2009 at 03:19 PM.
Ongame , some not professionally made ported mods Quote
06-22-2009 , 06:11 PM
Quote:
Originally Posted by Green6RR
Thanks but I get some sort of "partial mod" by doing so.. I mean the table still looks the same, cards are still the original 4-color deck ( thou bigger on the table as they are supposed to be in the mod), boxes with player names are still original size (big as ****)

Total pot has switched to rake position in the upper right corner and the color scheme of player names and actions seems to be same as in the modded version which is good.

I really want the nice looking cards and the grey background and the small player name boxes..

Is there something else I have to in addition of copy/paste over the old P5-data.xml ?

Thanks in advance
Green, this P5-data.xml changes only those things that u described (-Small pot chips, -Total pot in Rake position, -quick fold card opp., -Big cards board.)

If you want to change background and cards than you have to copy Tableimage.swf file. You can find them in this post a bunch.

You haven't really read the whole thread have you ?
Ongame , some not professionally made ported mods Quote
06-23-2009 , 02:59 AM
This works for me at Towergaming
Code:
;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=Tower Gaming
SkinPath=C:\Program Files\TowerGaming\Towergaming
TableImageSourceFile=C:\Utenti\andrea\Desktop\TableImages.swf
;Code starts here
DestinationFileName=TableImages.swf

Run, TowerPoker.exe, C:\Program Files\TowerGaming\

WinWait, Tower Gaming - Welcome

FileDelete, C:\Program Files\TowerGaming\TableImages.swf
FileCopy, C:\Users\andrea\Desktop\TableImages.swf, C:\Program Files\TowerGaming\TableImages.swf

Last edited by fozzy71; 06-23-2009 at 06:55 AM. Reason: [code] tags
Ongame , some not professionally made ported mods Quote
06-23-2009 , 08:55 AM
hello can someone write what to change in P5-data.xml to have
quick card dispear and total pot at rake place?

because i have a mod i like but i would like to make this changes (so i do not want to download a mod file)

thanks, have a nice day
Ongame , some not professionally made ported mods Quote
06-23-2009 , 10:43 AM
total pot in line 363-364, change the positions
Ongame , some not professionally made ported mods Quote
06-23-2009 , 12:59 PM
Hello everybody!

Could anybody help me how and where can i download a program or editor whereby i make an own personal table mod on ongame?!

thx!
Ongame , some not professionally made ported mods Quote
06-23-2009 , 03:47 PM
Quote:
Originally Posted by ManFer85
total pot in line 363-364, change the positions
can you maybe remove or reduce the size of the BIG BLIND SMALL BLIND messages that appear each time someone posts a blind ?
Ongame , some not professionally made ported mods Quote
06-23-2009 , 04:09 PM
Quote:
Originally Posted by Badram
Hello everybody!

Could anybody help me how and where can i download a program or editor whereby i make an own personal table mod on ongame?!

thx!
Search this program: flash decomplier trillix.

Last edited by fozzy71; 06-23-2009 at 07:26 PM. Reason: please don't suggest copyright infringement
Ongame , some not professionally made ported mods Quote
06-23-2009 , 04:18 PM
Quote:
Originally Posted by HypnotiX
can you maybe remove or reduce the size of the BIG BLIND SMALL BLIND messages that appear each time someone posts a blind ?
if I remove it, it will remove all the message that apear on the same place, like: sitting out, fold, check....
you find it in line 1458-1461
if you want ot totally remove change the size to 0.0 in these lines:1459,1460,1461. you can give them new positions.
Ongame , some not professionally made ported mods Quote
06-23-2009 , 04:31 PM
Quote:
Originally Posted by ManFer85
if I remove it, it will remove all the message that apear on the same place, like: sitting out, fold, check....
you find it in line 1458-1461
if you want ot totally remove change the size to 0.0 in these lines:1459,1460,1461. you can give them new positions.
thanx m8 really helpful
btw is changing this xml file a violation of eula or a ban able offense ?
Ongame , some not professionally made ported mods Quote
06-23-2009 , 06:13 PM
Quote:
Originally Posted by ManFer85
Search this program: flash decomplier trillix. you will find it on torrent pages
Thank you!!!
Ongame , some not professionally made ported mods Quote
06-24-2009 , 09:19 AM
Quote:
Originally Posted by ManFer85
total pot in line 363-364, change the positions
thanks, do you know which changes to make card quick disapear

have a nice day
Ongame , some not professionally made ported mods Quote
06-24-2009 , 12:28 PM
Quote:
Originally Posted by PalcekSmuk
Green, this P5-data.xml changes only those things that u described (-Small pot chips, -Total pot in Rake position, -quick fold card opp., -Big cards board.)

If you want to change background and cards than you have to copy Tableimage.swf file. You can find them in this post a bunch.

You haven't really read the whole thread have you ?
LOL.. yea I really read the whole thing and understood about 1 min after I posted what a moron I am.. but thanks anyways
Ongame , some not professionally made ported mods Quote
06-24-2009 , 12:57 PM
Quote:
Originally Posted by ManFer85
if I remove it, it will remove all the message that apear on the same place, like: sitting out, fold, check....
you find it in line 1458-1461
if you want ot totally remove change the size to 0.0 in these lines:1459,1460,1461. you can give them new positions.
in those specific lines you can change the chips data not the text that popups up
Ongame , some not professionally made ported mods Quote
06-25-2009 , 01:19 PM
Quote:
Originally Posted by icecld
Vingte, I registered here because of your great Ongame mod,
which makes me love to play there (almost), it is like playing on fulltilt w/o the sharks :-)

I dont know if you still work on it, but if yes I would be really grateful to see 2 more changes, only to make it really PERFECT:

1) sizing these large box frames into smaller ones around the player name (as we could see in other mods) these stupid original ones (by ongame) basically hide the cards!!!

Yes, I agree, this would make this mod pretty much perfect. I tried to do it myself just in paint, but the (smaller) box appeared above the player name instead of around it. It seems like a better program is needed where you can keep the box the same size but make the top of it transparent or something.
Ongame , some not professionally made ported mods Quote
06-27-2009 , 12:03 PM
Hi,
might have overread something but didn't find it - is there table arrangment or auto rebuy software for ongame clients?
mods are well working(ty vingte it looks great).
Ongame , some not professionally made ported mods Quote
06-27-2009 , 03:43 PM
is there a possibility to turn off all sounds except the "your turn" and "wake up" sound?
Ongame , some not professionally made ported mods Quote
06-27-2009 , 07:01 PM
Could you tell me how can I remove the message box "your chips will be added after this hand"?
Should I edit the P5-data.xml?
Ongame , some not professionally made ported mods Quote
06-28-2009 , 04:32 AM
hello, games are more pleasant thanks to this thread (and people who give tips!) but i still have a question

which file/line should i change to change the stack color in the lobby (when whe see the table from the lobby with names, places ans stacks of players) because like it was before change p5data for tables stacks, they are hard to read

thanks if you know how to do

have a nice day
Ongame , some not professionally made ported mods Quote
06-28-2009 , 11:45 AM
Guys, you are sick! Thanks for sharing!
Ongame , some not professionally made ported mods Quote
06-28-2009 , 02:22 PM
Quote:
Originally Posted by pippetto
This works for me at Towergaming
Code:
;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=Tower Gaming
SkinPath=C:\Program Files\TowerGaming\Towergaming
TableImageSourceFile=C:\Utenti\andrea\Desktop\TableImages.swf
;Code starts here
DestinationFileName=TableImages.swf

Run, TowerPoker.exe, C:\Program Files\TowerGaming\

WinWait, Tower Gaming - Welcome

FileDelete, C:\Program Files\TowerGaming\TableImages.swf
FileCopy, C:\Users\andrea\Desktop\TableImages.swf, C:\Program Files\TowerGaming\TableImages.swf
I edited folders and everything but it's not working. I am playing on RedKings and I guess it's not working because of this line:

WinWait, Tower Gaming - Welcome

What shall I change it to? There are no welcome messages at RedKings.
Ongame , some not professionally made ported mods Quote
06-28-2009 , 03:09 PM
Why doesn't my Eurobet starter/mod script work? I took the script above that allegedly worked for Tower, and replaced every instance of TowerGame with EurobetPoker. The TableImages.swf file is on my desktop.

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=EurobetPoker
SkinPath=C:\Program Files\EurobetPoker\
TableImageSourceFile=C:\Documents and Settings\Me\Desktop\TableImages.swf
;Code starts here
DestinationFileName=TableImages.swf

Run, StartEurobetPoker.exe, C:\Program Files\EurobetPoker\

WinWait, EurobetPoker - Welcome

FileDelete, C:\Program Files\EurobetPoker\TableImages.swf
FileCopy, C:\Documents and Settings\Me\Desktop\TableImages.swf, C:\Program Files\EurobetPoker\TableImages.swf
Ongame , some not professionally made ported mods Quote
06-28-2009 , 03:22 PM
A one line .bat file is my mod starter. Screw AHK.
Ongame , some not professionally made ported mods Quote
06-28-2009 , 03:59 PM
Quote:
Originally Posted by teddyFBI
Why doesn't my Eurobet starter/mod script work? I took the script above that allegedly worked for Tower, and replaced every instance of TowerGame with EurobetPoker. The TableImages.swf file is on my desktop.
I know **** about AHK
But don't you have to put this line smthng like this

WinWait, EurobetPoker - Welcome "YOUR USERNAME"!

As the window title says anyway
Ongame , some not professionally made ported mods Quote

      
m