Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 10-25-2006, 04:02 PM   #76
Carpal \'Tunnel
 
Melchiades's Avatar
 
Join Date: May 2005
Location: Oslo
Posts: 7,056
Re: Stars Bet Pot AHK ?

Having the same problem as everyone else with Stars. Using the default theme.
Melchiades is offline   Reply With Quote
Old 10-25-2006, 04:02 PM   #77
old hand
 
AEKDBet's Avatar
 
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
Re: Stars Bet Pot AHK ?

Quote:
Hi AEKDBet,

Quote:

If I change the round amount from small blind to say 5 dollars, eg 5, does it need to be a string?

I guess yes, but just checking.

Either option (quoted string or unquoted decimal) should work, I have only tested with quoted "ssno" or "tourney" rules, and unquoted decimals 0.2 and 3, I tested.

The screen shots are helpful, but jpeg compression and/or resizing has made it all but impossible to imagematch-test on them.

Any chance of posting a PNG screenshot of the slider area?

From the screenshot, it looks like it should work fine, but obviously it is not.

The "all zero" results from the debug tooltip suggest that it is not detecting a supported theme (ad found by colour-testing the slider area), and instantly exiting.

Do you see the blue-highlighted image-matching areas when running in debug mode? I'm guessing no?

dave.
You got it, here's the screenshot almost unaltered in png format. I am using 2 monitors @ 1600 X 1200 each.


IMAGE HERE, ~950K
AEKDBet is offline   Reply With Quote
Old 10-25-2006, 04:06 PM   #78
centurion
 
Join Date: Jan 2006
Posts: 191
Re: Stars Bet Pot AHK ?

On PS the script works fine except the extra zeros if you want to get picky.

On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead
Right5 is offline   Reply With Quote
Old 10-25-2006, 05:02 PM   #79
Entremanure
 
King Spew's Avatar
 
Join Date: Apr 2006
Location: Too late. Axe in the minivan
Posts: 8,001
Re: Stars Bet Pot AHK ?

_dave_

I have noticed that on Full Tilt, when I run your debug script, BTP.ahk doesn't pick up the Blinds.

I worked on Stars first and it now runs fine. I was testing on a .10/.25 table. When I started to try and figure out my FTP problem (on a .25/.50 table), I ran the debug and it showed:

Pot 3.05
Call 1.10
Hero_bet 0

Blinds .10/0
Street flop

4
1111 (wheel button setup)

1

And it showed the same thing for 10 hands, every street. I assume it was a Stars left over....

So I rebooted and now get:
Pot 0
Call 0
Hero_ 0

Blinds 0/0
street pre

4
1111

1

after starting only FTP and your script... no change, 40 hands.
King Spew is offline   Reply With Quote
Old 10-25-2006, 05:20 PM   #80
old hand
 
AEKDBet's Avatar
 
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
Re: Stars Bet Pot AHK ?

For those who have it working on Stars please give exact details on your setup.

after downloading zip file...

-did you edit BetPot.ahk? or just run it.
-what theme are you using
-when you tested it what was the size of your table? Large, Medium, Small, tiny? (0-6) in actions folder if you know what that means

- were u using a card mod?
- what resolution is your monitor running?


Thanks
AEKDBet is offline   Reply With Quote
Old 10-25-2006, 05:31 PM   #81
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: Stars Bet Pot AHK ?

AEKDBet,

After studying your PNG image, something really weird is going on...

All of the shades of blue in your Hyper-Simple theme are *ever so slightly darker* than on my PokerStars install.

This of course means that anything checking the colours of areas or matching bitmaps of numbers etc. (like all of the Stars code) does not work as expected, if at all.

I suspect this is the cause of failure for most in this thread having trouble with Hyper-Simple on Stars.

I wonder if it is possible Stars have changed the colours slightly at some point, but did not feel it was sufficient a change to push the uppdate to all users?

Open up a few of the large (6) pot or call images, and compare the the blues between my images and yours to see what I mean.




This is not hard to fix (just needs a new folder full of pot/call images) but I have no idea how to make my client display the slightly different shades of blue


Will think of something....

dave.
_dave_ is offline   Reply With Quote
Old 10-25-2006, 05:35 PM   #82
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: Stars Bet Pot AHK ?

Hi King Spew,

Try this:

Go to line 436 in the BetPot.ahk script, and uncomment (remove the preceding ; symbol) the line:

Msgbox, %hh%

This will cause the FullTilt Pot code to pop up waht it thinks is the current hand history.

You do not need to be seated for this to work, so just open up a few random tables, wait for a hand or two to be polayed, and middle click - See if you are actually realtime hand-histories into the script, it sounds like for some reason you are not.


So you have any software running that would prevent AHK access to the Windows clipboard (used for capturing the HH)?

dave.
_dave_ is offline   Reply With Quote
Old 10-25-2006, 05:43 PM   #83
old hand
 
AEKDBet's Avatar
 
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
Re: Stars Bet Pot AHK ?

Dave I had noticed this and am working on a fix
I changed the code so that
if (col = "0x00327F")
{
ThemeDir := "normal"
}
else if (col = "0xDDD7CC")
{
ThemeDir := "HyperSimple"
}
else
{
Msgbox, exiting`n%col%

return
}

MSGbox exiting would come up if the colors didn't match, so that is the problem, I'm photoshoping now
AEKDBet is offline   Reply With Quote
Old 10-25-2006, 05:44 PM   #84
veteran
 
GutPunch's Avatar
 
Join Date: Feb 2005
Posts: 2,530
Re: Stars Bet Pot AHK ?

Quote:

On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead
GutPunch is offline   Reply With Quote
Old 10-25-2006, 05:46 PM   #85
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: Stars Bet Pot AHK ?

AEKDBet,

you were getting a Msgbox saying your colour was 0xDED7CE ?


Quote:
I'm photoshoping now
Are you photoshopping the pot/call images, or trying to change your theme?
_dave_ is offline   Reply With Quote
Old 10-25-2006, 05:47 PM   #86
veteran
 
PatInTheHat's Avatar
 
Join Date: Nov 2005
Location: Edmonton
Posts: 2,959
Re: Stars Bet Pot AHK ?

Dave: Script is working fine for me on Stars using Hyper Simple. When using my custom theme (basically just a black table) only the scroll functions work. Is there a way I can mod this so it works for my xtheme?
PatInTheHat is online now   Reply With Quote
Old 10-25-2006, 05:55 PM   #87
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: Stars Bet Pot AHK ?

Quote:

Script is working fine for me on Stars using Hyper Simple.

Glad to hear it

Quote:
Is there a way I can mod this so it works for my xtheme?
Absolutely, but what to do depends on what your custom theme is based on, i.e which pot/call images are used.

I am presuming it is not just hyper-simple with a black background image? that should work as is...


Post a screenshot if you like - it helps to see what you are thinking of..

dave.
_dave_ is offline   Reply With Quote
Old 10-25-2006, 06:01 PM   #88
veteran
 
PatInTheHat's Avatar
 
Join Date: Nov 2005
Location: Edmonton
Posts: 2,959
Re: Stars Bet Pot AHK ?

Ahh im using the silver buttons as well. Heres a SS:

PatInTheHat is online now   Reply With Quote
Old 10-25-2006, 06:04 PM   #89
old hand
 
AEKDBet's Avatar
 
Join Date: Aug 2004
Location: Atlanta
Posts: 1,977
Re: Stars Bet Pot AHK ?

Is there a way to change the color of the POT box?

The thing is I was changing the colors of the numbers in pot and call....

EG for the default theme your color is


E0 D9 B5 (the tan / skin color)
...............VS my monitor the color is
E7 DB B5
AEKDBet is offline   Reply With Quote
Old 10-25-2006, 06:07 PM   #90
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: Stars Bet Pot AHK ?

I can tell from this screenshot that the "pot" images from the "normal" folder will work fine.

But since you are not sitting, I can't see your action buttons / slider.

I presume they are not from the normal theme, due to your silver "leave table" / "Chat window" etc.

Are the rest of the buttons from Hyper-Simple?
_dave_ is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 03:27 PM.


Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive