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
  #161  
Old 05-06-2006, 05:24 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Pacific Poker support

[ QUOTE ]
Does the reloader really look to see how much money I have, or does it just rebuy on all my tables?
-Sam

[/ QUOTE ]

Right now it doesn't, since it was designed for NL, but I plan to fix that.

Adde
Reply With Quote
  #162  
Old 05-08-2006, 07:09 PM
Kovner Kovner is offline
Senior Member
 
Join Date: Jun 2004
Posts: 551
Default Re: Pacific Poker support

Am I missing something or is there definitely not enough documentation on this thing?

On OC, before the code all there is a description of the 4 modes and navigation types.

Edit: also, is there no way to set my hotkeys to buttons like / , . [ ] \ ; ' ?
There is some stuff in here that I don't really understand (maybe if I just mess around with it I'll figure it out, but it still seems like there should be some documentation on all the features), for example what does the "NL Modifier" control do? Does it highlite the bet size box? If not, is there a control to do that?
Reply With Quote
  #163  
Old 05-08-2006, 11:03 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: Pacific Poker support

[ QUOTE ]
Am I missing something or is there definitely not enough documentation on this thing?

On OC, before the code all there is a description of the 4 modes and navigation types.

Edit: also, is there no way to set my hotkeys to buttons like / , . [ ] \ ; ' ?
There is some stuff in here that I don't really understand (maybe if I just mess around with it I'll figure it out, but it still seems like there should be some documentation on all the features), for example what does the "NL Modifier" control do? Does it highlite the bet size box? If not, is there a control to do that?

[/ QUOTE ]
Yes, I think alot has been added and the instructions need to be updated (alot of different people have worked on it in parallel making the instructions harder to update).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #164  
Old 05-09-2006, 01:55 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default New toolbox look?

Sorta like this I though:



Whatcha think Adde?
Reply With Quote
  #165  
Old 05-09-2006, 02:41 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: New toolbox look?

[ QUOTE ]
Sorta like this I though:



Whatcha think Adde?

[/ QUOTE ]

Heya, that's beautiful! I want it!

What are those cards? My (possibly hidden by the toolbox) own hole cards?

Just thinking out loud...a horizontal button bar just below the titlebar might be "slicker"?

Adde
Reply With Quote
  #166  
Old 05-09-2006, 02:46 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: New toolbox look?

In other news, I'm experimenting with a Table Hiliter thing. All tables where I have yet to act on gets a green/whatever notification bar at top. When 8-tabling it tends to be so much graphics, especially with PA Hud:s Showdown Info activated, that I have to fumble with my eyes to see what tables I need to concentrate on.

Perhaps I'm the only one who want this feature. Anyway, still testing, it might turn out too stressful for the processor/video card.

Adde
Reply With Quote
  #167  
Old 05-09-2006, 04:01 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: New toolbox look?

[ QUOTE ]
What are those cards? My (possibly hidden by the toolbox) own hole cards?

[/ QUOTE ]

Nah - you had a single text control there (to seperate the Exit button a bit I assumed) and I thought it would look nice with the cards there. [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]
Just thinking out loud...a horizontal button bar just below the titlebar might be "slicker"?

[/ QUOTE ]

I dunno, I think it would look weird but feel free to try it.

[ QUOTE ]
In other news, I'm experimenting with a Table Hiliter thing. All tables where I have yet to act on gets a green/whatever notification bar at top. When 8-tabling it tends to be so much graphics, especially with PA Hud:s Showdown Info activated, that I have to fumble with my eyes to see what tables I need to concentrate on.

[/ QUOTE ]

So I guess the way this is different from the borders we already have is that it also takes tables into account where it's not your turn yet but where you have been dealt cards?
Maybe you could tweak that code?
Reply With Quote
  #168  
Old 05-09-2006, 04:34 PM
Kovner Kovner is offline
Senior Member
 
Join Date: Jun 2004
Posts: 551
Default Re: Pacific Poker support

[ QUOTE ]

Yes, I think alot has been added and the instructions need to be updated (alot of different people have worked on it in parallel making the instructions harder to update).

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

[/ QUOTE ]

OK well then can someone answer my couple of questions?
What is NLModifier button in the config?
How do I activate the bet-size box so I can type in a bet amount?
In the button config, nothing happens when I try to set a command to punctuation keys. Is there a way to use those keys? Should I just modify the .ini manually to achieve this?
Reply With Quote
  #169  
Old 05-09-2006, 04:34 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: New toolbox look?

[ QUOTE ]
So I guess the way this is different from the borders we already have is that it also takes tables into account where it's not your turn yet but where you have been dealt cards?
Maybe you could tweak that code?

[/ QUOTE ]

Kind of. I use ImageSearch to look for the presence of a checked advance button. If found, no hilite. Else if unchecked advance button is found, hilite. Else if action button is found, hilite. Else don't hilite.

It actually works quite well. With a timer of 200 ms it's not too clumsy when hiding/showing the border gui on several open tables. Need to find the perfect size and color though, so it won't get annoying, and at the same time will be visible enough.

Adde
Reply With Quote
  #170  
Old 05-09-2006, 04:55 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: New toolbox look?

[ QUOTE ]
Kind of. I use ImageSearch to look for the presence of a checked advance button. If found, no hilite. Else if unchecked advance button is found, hilite. Else if action button is found, hilite. Else don't hilite.


[/ QUOTE ]

Yeah, I get it. You don't have to use ImageSearch though; I think checked/unchecked are different controls actually (though I might be wrong). So you can just check which one is visible (that works with overlap also).

I just added the new toolbox code btw... one thing though, how do I actually click the buttons? Navigation works fine, but my default "okay" button doesn't work?

Edit: I just used the default C:\Programs location. Dunno what that'd be in Sweden. It's in the auto-execute under the toolbox_list, so you can change it.
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 06:01 PM.


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