![]() |
|
#321
|
|||
|
|||
|
I use the 360 controller, I didn't have to do anything with the script.
Main problem is Microsoft's drivers are complete [censored]. There is a 3rd party 360 driver and small application that makes things run much easier. http://xbcd360guide.50webs.com/guide.html Thats the guide everyone should follow if using a 360 controller. After I installed the new drivers everything worked perfectly. The two trigger buttons increment the bet, the analog sticks control table selection, and all the buttons are programmable and recognized by TableNavigator. |
|
#322
|
|||
|
|||
|
sorry i was a little vague when i said i changed the script. mkflsam is correct about the original script working. i just modified it so that instead of the triggers controlling the bet amount, it used the d-pad to do this. i found that using the triggers took too long to reach the amount i wanted to bet
|
|
#323
|
|||
|
|||
|
Not sure if this has been reported, but it's not working with Full Tilt.
|
|
#324
|
|||
|
|||
|
Yeah, on full tilt the slider moves on its own when using my gamepad and instead of bet, fold, etc. it brings up my stats.
|
|
#325
|
|||
|
|||
|
Can someone show me what it is I need to change to make the slider go up 0.5 BBs instead of 0.25 BBs at a time?
|
|
#326
|
|||
|
|||
|
[ QUOTE ]
Can someone show me what it is I need to change to make the slider go up 0.5 BBs instead of 0.25 BBs at a time? [/ QUOTE ] In the ";______________ this is for NL betting" section of the script change the following: <font class="small">Code:</font><hr /><pre>If dir = up t := t + sb/2 else t := t - sb/2</pre><hr /> To: <font class="small">Code:</font><hr /><pre>If dir = up t := t + sb else t := t - sb</pre><hr /> Hope this helps. |
|
#327
|
|||
|
|||
|
Thanks a lot.
If someone can fix this for Full Tilt (NL) today I'll pay them $50. |
|
#328
|
|||
|
|||
|
any updates on full tilt? I'm about to buy a wireless logitech controller but want to make sure full tilt will work first.
|
|
#329
|
|||
|
|||
|
I was away for a few days and couldn't work on this, sorry.
FT support will be fixed in the next version. |
|
#330
|
|||
|
|||
|
cool cool
|
![]() |
|
|