Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-03-2007, 03:19 PM
pankwindu pankwindu is offline
Senior Member
 
Join Date: Oct 2003
Posts: 147
Default New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

(That ought to be enough search terms for WorldPx!)

Introducing Pankwindu Mucked Cards, a free utility to reveal mucked cards after showdown. Works with Absolute and WorldPx.

Why Absolute, when PAHUD already supports it? Because there is a bug in PAHUD that sometimes shows the wrong hole cards, so I thought I'd try to make one that works. I believe that goal is accomplished; at least in testing when running them together I've had my tool show the right cards at the very same time PAHUD is showing the wrong ones.

Why WorldPx? Because there aren't many other tools out there that already do this for WPX.

The program, including C# source code, is released under a BSD-style license, which basically means: 1) I provide no warranty and accept no liability for anything that might happen to you or your loved ones as a result of using this program, and 2) you can pretty much do whatever the heck you want with the code as long as you understand/acknowledge that I retain the original copyright.

Download here: http://pankwindu.com/poker/PankwinduMuckedCards-v1.zip
Source code: http://pankwindu.com/poker/Pankwindu...SourceCode.zip

To use the program, just download, unzip into a folder of your choosing, and run the PankwinduMuckedCards.exe file.

Note, you will need the .NET Framework 2.0, most computers have it these days but if not download it here: http://www.microsoft.com/downloads/detai...;DisplayLang=en

At startup, the configuration screen will appear, and you can define your Absolute and WorldPx folders.



The Test Layout button will show dummy cards on any currently open window so you can check where the cards will appear.



To actually change the layout, you have to edit the .config file in the same folder as the .exe. Open it in Notepad and at the bottom you will see settings for various table sizes in the form of "(123,45) (234,56) ..." and so on. These are X,Y pixel coordinate pairs with the first pair representing Seat 1, etc. You might have to experiment with it a bit, but basically you can just change a coordinate, make sure to SAVE the file, then hit Test Layout again to see the new position.

Once you're done with configuration, the program sits in the taskbar tray, and you should start seeing mucked cards. Note, for WorldPx, you have to be playing in a hand to see mucked cards. Absolute will show mucked cards on any observed table. Right-click the tray icon to reenter configuration mode or quit the program.

Enjoy! Please post any bugs/feedback here.
Reply With Quote
  #2  
Old 02-03-2007, 04:37 PM
Paul B. Paul B. is offline
Senior Member
 
Join Date: Mar 2005
Location: Thailand soon?
Posts: 5,160
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

Awesome. The WPX HHs are so hard to read now that player names are omitted. thx
Reply With Quote
  #3  
Old 02-03-2007, 06:17 PM
pankwindu pankwindu is offline
Senior Member
 
Join Date: Oct 2003
Posts: 147
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

Version 2 fixes a glitch with Omaha on WorldPx, and also no longer puts multiple icons in the Alt-Tab list.

Download: http://pankwindu.com/poker/PankwinduMuckedCards-v2.zip
Source code: http://pankwindu.com/poker/Pankwindu...SourceCode.zip

If you've modified the coordinate settings in your .config file, be careful not to overwrite it when unzipping this new file.
Reply With Quote
  #4  
Old 02-03-2007, 07:27 PM
RGL RGL is offline
Senior Member
 
Join Date: Mar 2006
Posts: 231
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

Very nice job! Thanks for the effort!
Reply With Quote
  #5  
Old 02-03-2007, 11:52 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

Nice work!

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #6  
Old 02-04-2007, 04:33 AM
pankwindu pankwindu is offline
Senior Member
 
Join Date: Oct 2003
Posts: 147
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

[ QUOTE ]
Nice work!

Juk [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]
Thanks again Juk for the magic window-overlay code!
Reply With Quote
  #7  
Old 02-04-2007, 09:47 AM
runstop runstop is offline
Senior Member
 
Join Date: Jan 2005
Location: Ottawa
Posts: 255
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

even though I don't play on wpx, I've got to say this is some nice work, pankwindu!

runstop
Reply With Quote
  #8  
Old 02-04-2007, 10:27 AM
borgir borgir is offline
Junior Member
 
Join Date: Sep 2006
Posts: 28
Default Re: New mucked cards tool for Absolute and WorldPx/WPX/WPEX/WSEX

pankwindu

Im not gay,

but I LOVE YOU
Reply With Quote
  #9  
Old 02-08-2007, 09:09 PM
pankwindu pankwindu is offline
Senior Member
 
Join Date: Oct 2003
Posts: 147
Default WorldPx/WPX/WPEX/WSEX - names in hand histories

And now, for my next performance...

Names in hand histories!

Here's a VERY PRELIMINARY tool to add names to hand histories. Rather than do genuine OCR, the program relies on you to type in the names, like so:



You don't have to enter each name every time, just the first time it comes up.

There are numerous issues with this program in its current form:

* You must have dealer chat set to EVERYTHING.
* Only works with one table.
* Won't work if you are using a graphics mod for the WorldPx client.
* Must not let other windows cover/overlap the table window or you might miss names.

Download here: http://pankwindu.com/poker/Pankwindu...er-preview.zip

Stay tuned, improvements to come, depending on the interest.
Reply With Quote
  #10  
Old 02-09-2007, 04:49 AM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: WorldPx/WPX/WPEX/WSEX - names in hand histories

[ QUOTE ]
And now, for my next performance...

Names in hand histories!

Here's a VERY PRELIMINARY tool to add names to hand histories. Rather than do genuine OCR, the program relies on you to type in the names, like so:



You don't have to enter each name every time, just the first time it comes up.

There are numerous issues with this program in its current form:

* You must have dealer chat set to EVERYTHING.
* Only works with one table.
* Won't work if you are using a graphics mod for the WorldPx client.
* Must not let other windows cover/overlap the table window or you might miss names.

Download here: http://pankwindu.com/poker/Pankwindu...er-preview.zip

Stay tuned, improvements to come, depending on the interest.

[/ QUOTE ]
One trick you might want to try which doesn't rely on OCR is to generate a unique hash from the pixels that make up the name.

You can then use the hash (eg: "3AC5F27AFF1", etc) instead of the player's name and PT/GT+ should still work.

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:51 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.