Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   5card draw request (http://archives1.twoplustwo.com/showthread.php?t=432583)

GSykes 06-21-2007 01:04 PM

5card draw request
 
Is there any way someone could make a AHK program to have it display mucked hands for 5card draw something like PA HUD?

Roland 06-21-2007 06:29 PM

Re: 5card draw request
 
Here you go.

_dave_ 06-21-2007 06:43 PM

Re: 5card draw request
 
Roland,

That is brilliant!

You are most skilled at this AHK business [img]/images/graemlins/smile.gif[/img]

Impressive.

dave.

Roland 06-22-2007 04:59 AM

Re: 5card draw request
 
Thanks dave [img]/images/graemlins/smile.gif[/img]

SwingSwingSwing 06-22-2007 03:03 PM

Re: 5card draw request
 
I get an 'call to non-existent function" error on the GetClientRect function call.

Am I missing a library somewhere?

Cheers

SSS

Roland 06-22-2007 03:30 PM

Re: 5card draw request
 
[ QUOTE ]
I get an 'call to non-existent function" error on the GetClientRect function call.

[/ QUOTE ]

Sorry - I'm constantly adding to my functions, and tend to forget to update the version on overcards.
Please download the functions again and it should work.

GSykes 06-22-2007 04:26 PM

Re: 5card draw request
 
Thank you Roland

brian1175 06-22-2007 08:02 PM

Re: 5card draw request
 
It doesnt show me all the cards?

Roland 06-23-2007 04:26 AM

Re: 5card draw request
 
[ QUOTE ]
It doesnt show me all the cards?

[/ QUOTE ]

What do you mean?

SwingSwingSwing 06-25-2007 12:03 PM

Re: 5card draw request
 
I get the same thing occasionally. When the cards are displayed, some players are only showing 2 or 3 out of the 5.

SSS

brian1175 06-25-2007 03:57 PM

Re: 5card draw request
 
http://img411.imageshack.us/img411/5633/5cdpf5.png

brian1175 06-25-2007 07:29 PM

Re: 5card draw request
 
Also ,is there a way I can move the display and have it pop up in that spot everytime. Having it over my buttons is not the most ideal.

advis0r 06-26-2007 11:18 AM

Re: 5card draw request
 
judging from the screenshot, it has something to do with the 4 colour deck, it only shows spades and hearts.

roland's cards.zip doesnt have a color subdir so you should be able to replace

<font class="small">Code:</font><hr /><pre>Gui, Add, Pic
, % p, % cardDir "\" ( isIn(suit, "c,d") ? "color\" : "" ) card ".bmp"</pre><hr />

with

<font class="small">Code:</font><hr /><pre>Gui, Add, Pic
, % p, % cardDir "\" card ".bmp"</pre><hr />

in the script, or wait till he fixes it himself [img]/images/graemlins/wink.gif[/img]

brian1175 06-26-2007 12:04 PM

Re: 5card draw request
 
I put it in and it didn't work. Same thing. I guess i have to wait for the fix. but thanks

brian1175 06-26-2007 08:02 PM

Re: 5card draw request
 
It's working...I just need to know how to move the display off my buttons.

SwingSwingSwing 06-27-2007 05:31 AM

Re: 5card draw request
 
You can use the left mouse button to drag the window around. If you click on the right mouse button the display will vanish.

SSS

brian1175 06-27-2007 07:17 AM

Re: 5card draw request
 
I know that. After I drag it to a spot, it just pops up in the same spot it was. When Im multi tabling I don't want to have to right click every time I wanna play a hand.
A good place for it to pop up would be in the middle of the table, not over my raise button.

brian1175 06-28-2007 05:44 AM

Re: 5card draw request
 
bump

2461Badugi 10-04-2007 03:09 AM

Re: 5card draw request
 
This is a very nifty script. Could it be made to work with 2-7 as well? I tried fiddling with it a bit, but my very limited skills are not up to it.


All times are GMT -4. The time now is 07:50 PM.

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