Two Plus Two Newer Archives  

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

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #971  
Old 05-16-2007, 12:09 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
another question. how do i assign gamepad buttons to make these bets?

[/ QUOTE ]

You do Hotkeys like:

<font class="small">Code:</font><hr /><pre>
Joy6::
Pot(getid())
return
</pre><hr />

The Joy&lt;NUMBER&gt; depends on what your gamepad exposes, experiment with it. You can generally see the Joy&lt;numbers&gt; in "control panel -&gt; game controllers".


The upcoming BetPot v-0.3 will feature a convenient GUI to make such set ups very easy.. but is a week away at least [img]/images/graemlins/smile.gif[/img]


EDIT: gswarriorfan - do you get any clues if you run the script with "debug" enabled? I can't for the life of me figure out why you are having trouble on XP, debug data will help greatly.... are you running SnoopFree by chance?


dave.
Reply With Quote
  #972  
Old 05-16-2007, 12:13 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Dregal:

any joy?

any debug-mode output?
Reply With Quote
  #973  
Old 05-16-2007, 04:17 AM
dtan05 dtan05 is offline
Senior Member
 
Join Date: Feb 2006
Location: whining in MSNL
Posts: 3,112
Default Re: Stars Bet Pot AHK ?

thanks a lot dave.
Reply With Quote
  #974  
Old 05-16-2007, 09:49 AM
Liot Liot is offline
Junior Member
 
Join Date: Feb 2007
Posts: 6
Default Re: Stars Bet Pot AHK ?

dave, you do great work! i'm really looking foreward to v3
Reply With Quote
  #975  
Old 05-16-2007, 10:27 AM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
another question. how do i assign gamepad buttons to make these bets?

[/ QUOTE ]

You do Hotkeys like:

<font class="small">Code:</font><hr /><pre>
Joy6::
Pot(getid())
return
</pre><hr />

The Joy&lt;NUMBER&gt; depends on what your gamepad exposes, experiment with it. You can generally see the Joy&lt;numbers&gt; in "control panel -&gt; game controllers".


The upcoming BetPot v-0.3 will feature a convenient GUI to make such set ups very easy.. but is a week away at least [img]/images/graemlins/smile.gif[/img]


EDIT: gswarriorfan - do you get any clues if you run the script with "debug" enabled? I can't for the life of me figure out why you are having trouble on XP, debug data will help greatly.... are you running SnoopFree by chance?


dave.

[/ QUOTE ]

I've setup my gamepad to work with the script (along with TableNavigator) on FTP. It doesn't work well because the mouse needs to be on the active table in order to manipulate the bet size. I end up using the mouse.
What am I doing wrong? Any help is appreciated. Hopefully, V.3 will address this.
Reply With Quote
  #976  
Old 05-16-2007, 02:00 PM
gswarriorfan gswarriorfan is offline
Senior Member
 
Join Date: Jul 2005
Location: P-Town
Posts: 227
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
another question. how do i assign gamepad buttons to make these bets?

[/ QUOTE ]

You do Hotkeys like:

<font class="small">Code:</font><hr /><pre>
Joy6::
Pot(getid())
return
</pre><hr />

The Joy&lt;NUMBER&gt; depends on what your gamepad exposes, experiment with it. You can generally see the Joy&lt;numbers&gt; in "control panel -&gt; game controllers".


The upcoming BetPot v-0.3 will feature a convenient GUI to make such set ups very easy.. but is a week away at least [img]/images/graemlins/smile.gif[/img]


EDIT: gswarriorfan - do you get any clues if you run the script with "debug" enabled? I can't for the life of me figure out why you are having trouble on XP, debug data will help greatly.... are you running SnoopFree by chance?


dave.

[/ QUOTE ]

I've setup my gamepad to work with the script (along with TableNavigator) on FTP. It doesn't work well because the mouse needs to be on the active table in order to manipulate the bet size. I end up using the mouse.
What am I doing wrong? Any help is appreciated. Hopefully, V.3 will address this.

[/ QUOTE ]


there is a line near the very top of the script that says something like active table blah blah. u need to change the 0 to a 1.

also in TN i set it to activate the table when i use the gamepad go to the table.
Reply With Quote
  #977  
Old 05-16-2007, 02:06 PM
gswarriorfan gswarriorfan is offline
Senior Member
 
Join Date: Jul 2005
Location: P-Town
Posts: 227
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
another question. how do i assign gamepad buttons to make these bets?

[/ QUOTE ]

You do Hotkeys like:

<font class="small">Code:</font><hr /><pre>
Joy6::
Pot(getid())
return
</pre><hr />

The Joy&lt;NUMBER&gt; depends on what your gamepad exposes, experiment with it. You can generally see the Joy&lt;numbers&gt; in "control panel -&gt; game controllers".


The upcoming BetPot v-0.3 will feature a convenient GUI to make such set ups very easy.. but is a week away at least [img]/images/graemlins/smile.gif[/img]


EDIT: gswarriorfan - do you get any clues if you run the script with "debug" enabled? I can't for the life of me figure out why you are having trouble on XP, debug data will help greatly.... are you running SnoopFree by chance?


dave.

[/ QUOTE ]

thanks dave! i dont know what was wrong, but to fix it all i did was re-download the script and it started working.

cant wait til v3 comes out!

[img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #978  
Old 05-16-2007, 05:33 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
there is a line near the very top of the script that says something like active table blah blah. u need to change the 0 to a 1.

[/ QUOTE ]
I had that changed already.

[ QUOTE ]
also in TN i set it to activate the table when i use the gamepad go to the table.

[/ QUOTE ]
I had AttentionQueue selected. Thanks (I hope it works).
Reply With Quote
  #979  
Old 05-16-2007, 09:58 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
there is a line near the very top of the script that says something like active table blah blah. u need to change the 0 to a 1.

[/ QUOTE ]
I had that changed already.

[ QUOTE ]
also in TN i set it to activate the table when i use the gamepad go to the table.

[/ QUOTE ]
I had AttentionQueue selected. Thanks (I hope it works).

[/ QUOTE ]
I think I've finally fixed the problem. I had Extended Mode checked in TN. Once I unchecked it, it works great! I prefer using AttentionQueue vs Active Table mode.
9 tabling...here I come!
Reply With Quote
  #980  
Old 05-16-2007, 10:21 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Glad to hear it working OK New York Jet.

AFAIK, the more recent versions should send commands to whatever table TableNavigator has highlighted... was this not the case with TN's "Extended mode" on?
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 04:47 AM.


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