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

08-31-2009 , 03:31 PM
Quote:
Originally Posted by JazzyZ
Here is a 2-color boss/IPN cardmod for ongame:
Don't take this as rudeness or anything

But can you explain it why would anybody want to use this
This looks like ****
Even if the deck design would look good then though the whole is blurred like blehhhhhh
There are apparently no transparency at the corners...ect
Your eyes will bleed out
Ongame , some not professionally made ported mods Quote
09-01-2009 , 06:42 AM
Quote:
Originally Posted by monarco
thanks for this and thanks to SzS for great 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 like this one the most, but when I use it the total pot stat is in the middle of the table and makes it impossible to see other players chips. Does anyone have an idea? I'm always shrinking the table.

thanks for all the great mods!
Ongame , some not professionally made ported mods Quote
09-09-2009 , 06:37 AM
Hello,
does anyone of you have something like a green table with a bright blue background?
need something to relax my eyes.

ty!
Ongame , some not professionally made ported mods Quote
09-14-2009 , 03:52 AM
did it works? can you download the file?
Ongame , some not professionally made ported mods Quote
09-14-2009 , 08:49 AM
Quote:
Originally Posted by rohan68
did it works? can you download the file?
I have sent you PM! Didn't you get it?
Ongame , some not professionally made ported mods Quote
09-17-2009 , 08:41 AM


could someone plz setup this one with some slick cards?
dunno how to do it.

ty alot

regards
Ongame , some not professionally made ported mods Quote
09-17-2009 , 09:38 AM
http://rapidshare.com/files/281330392/TableImages.swf

with table from post above and two card decks u should like it
Ongame , some not professionally made ported mods Quote
09-17-2009 , 11:01 AM
hmmm, i want the grey one.

can you upload it?

ty
Ongame , some not professionally made ported mods Quote
09-17-2009 , 11:19 AM
sry I replaced the wrong file here is what u want :P

http://rapidshare.com/files/281366902/TableImages.swf
Ongame , some not professionally made ported mods Quote
09-18-2009 , 12:05 PM
Thanks worked perfectly. Great work
Ongame , some not professionally made ported mods Quote
09-18-2009 , 04:44 PM
Ok the script i made will open the client but not copy and delete out the files... so i made a 2nd one with just the last 4 lines that will do what I want but then it won't revert back and when I close and try to reopen the client it gives won't open until i manually replace the original files...

I'm using windows vista and have UAC turned off, even if I right click and tell it to open as administrator it still won't work...

I'm not sure what I'm doing wrong, my first script looks like this

****

#NoEnv
#SingleInstance force



SkinName=Eurobet
TableImageSourceFile=C:\TableImages.swf

DestinationFileName=TableImages.swf

Run, startEurobetpoker.exe, C:\Eurobet

WinWait, Eurobet - Welcome

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

****


It will start the program but not perform the last 4 lines of code, I made one that looks like this but it will permanently delete the originals and then my client won't open the next time...


****


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


****


Any help appreciated, it's probably something simple but I'm just learning how to use scripts....
Ongame , some not professionally made ported mods Quote
09-19-2009 , 02:11 PM
How do i modify TabeImages? I only get a blue image when i open TableImages.swf in Flash Pro...
Ongame , some not professionally made ported mods Quote
09-19-2009 , 06:40 PM
Just open the file with "Trillix Flash Decomplier" software very easy to use and works great
Ongame , some not professionally made ported mods Quote
09-19-2009 , 06:57 PM
Am I to simplistic for you fancy coders
I use this method and it works great.
First you make a folder in the ongameskin root folder in my case "C:\Program Files\EuroBet" name the folder "mod" and then put the two modded files P5-data.xml and TableImages.swf in the modfolder

Then you just make a simple .bat file to copy from the mod folder to original ongame root folder like this. I then place the .bat file in the ongame root folder.

@echo off
StartEurobetPoker.exe
echo Please Wait for Eurobet Client to Load...
pause
copy .\mod\* .\

Just write this in a txt file and rename it to ongameskin.bat or whatever

modify the StartEurobetPoker.exe to your ongame skin specific name and thats it.
This starts the software and copys the files, be sure not to "hit any key to continue" until you are at the login otherwise you replace the files to fast . Then just create a shortcut on the desktop to the batfile and replace your old ongamelink. As always runs as admin, works for me under Windows 7 so it will work on any platform
If pressing one key is to much for you then so be it. Simple is good sometimes.



Quote:
Originally Posted by Willett72
Ok the script i made will open the client but not copy and delete out the files... so i made a 2nd one with just the last 4 lines that will do what I want but then it won't revert back and when I close and try to reopen the client it gives won't open until i manually replace the original files...

I'm using windows vista and have UAC turned off, even if I right click and tell it to open as administrator it still won't work...

I'm not sure what I'm doing wrong, my first script looks like this

****

#NoEnv
#SingleInstance force



SkinName=Eurobet
TableImageSourceFile=C:\TableImages.swf

DestinationFileName=TableImages.swf

Run, startEurobetpoker.exe, C:\Eurobet

WinWait, Eurobet - Welcome

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

****


It will start the program but not perform the last 4 lines of code, I made one that looks like this but it will permanently delete the originals and then my client won't open the next time...


****


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


****


Any help appreciated, it's probably something simple but I'm just learning how to use scripts....

Last edited by petram; 09-19-2009 at 07:03 PM.
Ongame , some not professionally made ported mods Quote
09-20-2009 , 01:58 PM
Hello, I use the table of the post 761 and I have a little problem. The button gif is visible preflop but not after, and when I multitable, it is often confusing.
Is it possible to change that ?
Ongame , some not professionally made ported mods Quote
09-20-2009 , 04:50 PM
Hi, I use the tableimages.swf from post 761 and the P5-data.xml from post 771

I would like without chips, does anyone can make a P5-data without chips ?
It is especially ugly when the pot and the chips are at the same area.
I see at post 771 it is said there is not chips, and I have no idea why it says that since I have chips.

By the way Chips are totally useless, I have always thought it was for beginners.

If nobody want to do it, may be someone might tell me what I have to change to not have theses chips.

Regards
Ongame , some not professionally made ported mods Quote
09-20-2009 , 06:39 PM
Is it possible that there are not NEW BONUS CODES for registered users @ Bwin???
Without these bonuses, why would anybody play there????
Ongame , some not professionally made ported mods Quote
09-21-2009 , 03:18 AM
Quote:
Originally Posted by Ryendal
I would like without chips, does anyone can make a P5-data without chips ?
It is especially ugly when the pot and the chips are at the same area.
I see at post 771 it is said there is not chips, and I have no idea why it says that since I have chips.
If u resize tables -> the chips will appear. That's 'cos I was too lazy and did the modding for regular sized tables only. Same goes for total pot amount text, if u rezise -> it will appear in wrong position.
Best solution - Go to ur local IT-store and grab a 30" monitor and there won't be need for resizing tables anymore.
Second best solution - mod the p5data.xml further so that the chips won't appear for small table-size either.
Ongame , some not professionally made ported mods Quote
09-21-2009 , 03:49 AM
Pummi81, I am interested by the second solution, I have ever downloaded a xml viewer to look at this P5data.xml, but I was unable to find what and whereI have to mod the file to not have chips ...
If I knew, I would use anothe xml soft and it would be cool ...
Ongame , some not professionally made ported mods Quote
09-21-2009 , 10:11 AM
Quote:
Originally Posted by MiiKeEEe
sure but Stake Monster has 4 color deck, u just want it with black table ?? I can make it with original card deck (non 4 clolor) if u want

http://rapidshare.com/files/256809863/TableImages.swf



Hey, could you please make the boxes at the bottom black, instead of blue as they are now?

It would aslo be great if the you could use the regular 4-colored deck when you have the "Use 4 color deck" unchecked (and the other 4-colored deck, as you use now, when you have it checked).

I would appreciate very much (especially with the blue boxes).
Ongame , some not professionally made ported mods Quote
09-21-2009 , 10:18 AM
Quote:
Originally Posted by Ryendal
Pummi81, I am interested by the second solution, I have ever downloaded a xml viewer to look at this P5data.xml, but I was unable to find what and whereI have to mod the file to not have chips ...
If I knew, I would use anothe xml soft and it would be cool ...
I use notepad2 to open any text-files including xml-files. Very good free program. Google it up. You should be looking for lines where they tell how to view chip images and change all "scale="1.0" to "scale="0".
For example, line 1468:

<Picture def="tabledefs.prototypes.chipPile.chips" imageMeta="Images/extras/chip_pile.png" name="chips" pos="-19,-37" scale="0"/>

FWIW I think easiest way to make all chips disappear on all different-sized tables would be to leave p5data.xml alone and make all chip-images transparent in tableimages.swf.
Ongame , some not professionally made ported mods Quote
09-21-2009 , 10:57 AM
What programs do you guys use to edit the swf files? Do you edit the images using a compiler or do you convert it to .fla and then edit them?

I tried Trillix Flash Decomplier as petram said and I can edit the images there, but I can't save the .swf file with the trial version... I don't want to buy it since I'm only gonna use it once and i don't wanna use a keygen (aka virus/trojan).

Have you guys used a keygen for Trillix or what?
Ongame , some not professionally made ported mods Quote
09-22-2009 , 04:42 PM
Quote:
Originally Posted by 9AM
sry I replaced the wrong file here is what u want :P

http://rapidshare.com/files/281366902/TableImages.swf
can some1 please guide my how for example get this mod to work? i'm new to ongame and how no idea how to change mods. when i just switch those TableImages.swf files doesn't seem like something changes. and another questions do these mods work with every ongame skin? i'm interested in mod with PokerIdol skin. thanks.

edit: nevermind, i find out myself

Last edited by lenasrokas; 09-22-2009 at 04:51 PM.
Ongame , some not professionally made ported mods Quote
09-26-2009 , 10:55 AM
Quote:
Originally Posted by grindarn
What programs do you guys use to edit the swf files? Do you edit the images using a compiler or do you convert it to .fla and then edit them?

I tried Trillix Flash Decomplier as petram said and I can edit the images there, but I can't save the .swf file with the trial version... I don't want to buy it since I'm only gonna use it once and i don't wanna use a keygen (aka virus/trojan).

Have you guys used a keygen for Trillix or what?
Anyone?
Ongame , some not professionally made ported mods Quote
09-30-2009 , 06:52 AM
New handhistory mod and modstarter released

thread here: http://forumserver.twoplustwo.com/45...ry-mod-596582/
Ongame , some not professionally made ported mods Quote

      
m