![]() |
|
#161
|
|||
|
|||
|
[ 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 |
|
#162
|
|||
|
|||
|
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? |
|
#163
|
|||
|
|||
|
[ 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] |
|
#164
|
|||
|
|||
|
Sorta like this I though:
Whatcha think Adde? |
|
#165
|
|||
|
|||
|
[ 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 |
|
#166
|
|||
|
|||
|
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 |
|
#167
|
|||
|
|||
|
[ 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? |
|
#168
|
|||
|
|||
|
[ 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? |
|
#169
|
|||
|
|||
|
[ 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 |
|
#170
|
|||
|
|||
|
[ 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. |
![]() |
|
|