Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   Full Tilt Shortcuts - new ahk script (http://archives1.twoplustwo.com/showthread.php?t=255811)

nanochip 11-08-2006 06:58 PM

Full Tilt Shortcuts - new ahk script
 
Full Tilt Shortcuts (FTS) is an AHK Script (with a graphical interface) that provides shortcuts for common operations at Full Tilt poker tables. Features include:

1. Use the mouse wheel to easily set your bet size
2. Open player notes with one mouse click
3. Reload chips to maximum with one mouse click
4. Beep when your seat becomes available at a table
5. Options are user selectable via a graphical user interface
(More features to come)

http://www.dcity.org/poker/fts/fts.png

Documentation is here.
Download current version here.

4_2_it 11-08-2006 07:04 PM

Re: Full Tilt Shortcuts - new ahk script
 
This looks cool. Does it work with a standard two button mouse with a wheel?

nanochip 11-09-2006 02:52 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
Does it work with a standard two button mouse with a wheel?

[/ QUOTE ]
I have done the most testing using a Microsoft mouse that has the 2 side buttons (usually used for Back and Forward in the browser). Using the side buttons has proven reliable on my machine.

I have some concerns about users using the left and right mouse buttons for this script as these buttons are used for so many things. However, the middle mouse button should work well for most users.

Tonight, I did a little testing with a standard 2 button mouse with a wheel. It worked well to use the middle wheel button for controlling functions in the script.

I have found that some computers have some software that runs in the background where mouse buttons can be assigned to other functions (like bringing up Internet Exlorer if the middle mouse button is pushed). This software must be disabled to avoid confusing results.

Let me know how it works for you.

nanochip 11-09-2006 03:30 AM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.11 -- 11-08-06
1. Minor bug fix.
2. Added additional documentation (on web page) about chosing mouse buttons to use.

Download here .
Documentation is here .

Bishop22 11-09-2006 04:09 AM

Re: Full Tilt Shortcuts - new ahk script
 
Downloaded it for the bet using the wheel function but I like the note functions even more. Very nice indeed. Definitely willing to donate, if you are interested add your info on your site. Thanks again..Bish.

donkraft 11-09-2006 12:36 PM

Re: Full Tilt Shortcuts - new ahk script
 
Thanks for this great script!

I am having some problems using the different buttons.

I have a Logitech MX1000 with a LOT of buttons, and would love to utilize your script with these buttons. I can however only get left button to work - not all the others.

Any ideas on how to determine, how I get the other buttons to work?

nanochip 11-09-2006 04:55 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
I have a Logitech MX1000 with a LOT of buttons, and would love to utilize your script with these buttons. I can however only get left button to work - not all the others.
Any ideas on how to determine, how I get the other buttons to work?

[/ QUOTE ]

I currently only have two different Microsoft brand mice, so I'm not able to test your configuration.

I just did a little reading on some of the AHK forums, and it appears that one solution for users with other brands of mice is to use the software that comes with these mice to "remap" their mouse buttons to other keys.

I could add another option for each feature in the script to have it operate with the control-F1 key (for example), and then you could map one of your mouse buttons to the control-F1 key.

Please check your mouse software (might be called "mouseware", and let me know if this would work for you.

donkraft 11-09-2006 06:14 PM

Re: Full Tilt Shortcuts - new ahk script
 
I downloaded and installed the latest SetPoint software from Logitech - and now it works great! Thank you for your help!

donkraft 11-09-2006 06:15 PM

Re: Full Tilt Shortcuts - new ahk script
 
Btw: It seems like I did not have the Logitech soft installed at all - before today that is.

nanochip 11-09-2006 06:40 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
I downloaded and installed the latest SetPoint software from Logitech - and now it works great!

[/ QUOTE ]
I'm glad that worked.

Does it allow you to assign your Logitech mouse buttons to any of the standard microsoft mouse buttons? Do you have to make some assignment to make the middle mouse button work?

Let me know what you had to do in Setpoint, and I'll add it to FTS documentation page... thanks!

donkraft 11-12-2006 10:50 AM

Re: Full Tilt Shortcuts - new ahk script
 
After I downloaded setpoint, i tried the script and it worked (that's when I wrote the previous post). However, after a reboot it stopped working again.

I then tried remapping a button to CTRL-F9 and created a simple ahk-script that would act on it, and it worked.

So I guess now I could modify your script to allow for other key-combos. However, I ran out of time yesterday. I think I'll take a look at it later today.

donkraft 11-12-2006 11:27 AM

Re: Full Tilt Shortcuts - new ahk script
 
I put in this code...:


~^F12::
ModifyBet(BetWheelUpperMult)
Return


~^F11::
ModifyBet(-BetWheelUpperMult)
Return

~^F10::
OpenNotes()
Return


And it works great! [img]/images/graemlins/smile.gif[/img]

braminc 11-12-2006 09:41 PM

Re: Full Tilt Shortcuts - new ahk script
 
ok so im dumb. ive never used AHK before and i just downloaded and installed it.

following instructions at nano's download page, im clicking the download FullTiltShortcuts link and it just shows me a list of code. doesnt ask me to download anything or to choose a location? i know im just being stupid, but can someone please tell me how to get this to work, thanks!

nanochip 11-12-2006 10:42 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]

following instructions at nano's download page, im clicking the download FullTiltShortcuts link and it just shows me a list of code. doesnt ask me to download anything or to choose a location?

[/ QUOTE ]
Hi braminc: Try right clicking on the Download link, and then select "save as", and it should ask you what folder you want to save the script to. It's best to create a new folder for this script as mentioned in the documentation page. Let me know if that doesn't do it, and if not tell me what browser you are using.
nanochip

nanochip 11-14-2006 03:42 AM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.12 -- 11-13-06
1. Major overhaul of the user interface. Drop down boxes are used to make selections. This allows for many more options.
2. Many additional mouse buttons and keystrokes may now be used to control the script's features. More mice can now be used.
3. The documentation page has been expanded to describe using different mice and configuring the various button's on mice.


Download here .
Documentation is here .

bhudson 11-14-2006 04:19 AM

Re: Full Tilt Shortcuts - new ahk script
 
Link still points to 0.11 nano.

nanochip 11-14-2006 04:37 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
Link still points to 0.11 nano.

[/ QUOTE ]
Ooops... try it now

braminc 11-16-2006 06:15 AM

Re: Full Tilt Shortcuts - new ahk script
 
hi nano,

im wondering if you could add another feature to this that could change my chip count to # of big blinds. Since when playing SNGS, basically all decisions made are based on #bb it would save a lot of time when multitabling to not have to divide 2170 by 60, 80, 120 and crazy increments of blinds on FT esp when a bunch of games your playing are at different BB levels. And would be great if it was a toggle switch that could be easily turned on/off.

Id gladly offer you $25 dollars for adding this feature and wouldnt mind making a donation regardless

King Spew 11-17-2006 02:22 PM

Re: Full Tilt Shortcuts - new ahk script
 
braminc---- if i'm looking at the first graphic on this thread, it looks like you can change 1SB to 2SB..... yes?

braminc 11-17-2006 04:18 PM

Re: Full Tilt Shortcuts - new ahk script
 
yes but im just hoping for a separate feature.
what youre referring to just changes the increments that your mouse wheel raises your bet to. what im hoping for is quite unrelated, just something so i can SEE my chip count displayed as BB instead chip number.

nanochip 11-19-2006 05:22 AM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.13 -- 11-18-06
1. Added new feature: The player's "number of big blinds" in their stack and "~M" are displayed when the mouse cursor is placed over a player's name box.

Download here . Extract all of the files into one folder.
Documentation is here .

nanochip 11-19-2006 05:34 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
im wondering if you could add another feature to this that could change my chip count to # of big blinds. Since when playing SNGS, basically all decisions made are based on #bb it would save a lot of time when multitabling to not have to divide 2170 by 60, 80, 120 and crazy increments of blinds on FT esp when a bunch of games your playing are at different BB levels. And would be great if it was a toggle switch that could be easily turned on/off.

[/ QUOTE ]

braminc: Liked your idea and decided to implement it.
Check out version 0.13 above.

nanochip 11-19-2006 04:11 PM

Re: Full Tilt Shortcuts - new ahk script
 
Looks like there is a problem in version 0.13 reading commas in the player's stack... they are getting read as periods... I'll look at it this evening.

nanochip 11-19-2006 07:28 PM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.14 -- 11-19-06
1. Changed the Stk10.bmp and Stk10a.bmp files for the decimal point, so a comma is not confused with a decimal point.
2. Hopefully fixed an intermittant problem where the Player stack info does not show up when you mouse over the Player's box.

If you do not get the new stack info to show up when you mouse over the player's boxes, make sure that
1. you have version 0.14 or later
2. that all 22 of the .bmp files in the same folder as the script
3. that this feature is enabled on the main screen for this script.

If you still don't get the #BB and ~M info pop up, please let me know here on this forum.

Download here .
Documentation is here .

nanochip 11-20-2006 02:36 AM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.15 -- 11-19-06
1. Added code to count the number of players at the table. This is needed to display Harrington's M and effM numbers in the Stack Info box,
2. The Ante's are now determined, which is used in the M calculations.

Download here .
Documentation is here .

braminc 11-20-2006 11:46 PM

Re: Full Tilt Shortcuts - new ahk script
 
hey nano, thanks for adding that, its very appreciated and i looked around your download page for a donation section and found nothing. do you accept donations or do you have no interest in them?

secondly, i downloaded the new FTS .15 and i get the box popping up only about half the time when i hover the mouse on my chipcount.

also the BB always = 0, same with M and effM.
this might be something i did wrong when downloading, it downloaded as a .zip this time and i put all those files in the same AHK folder as FTS as you instructed, any thoughts??

nanochip 11-21-2006 12:38 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
hey nano, thanks for adding that, its very appreciated and i looked around your download page for a donation section and found nothing. do you accept donations or do you have no interest in them?


[/ QUOTE ]
I appreciate the offer, but your thanks is enough!
[ QUOTE ]
secondly, i downloaded the new FTS .15 and i get the box popping up only about half the time when i hover the mouse on my chipcount.

[/ QUOTE ]

This was a lot of tricky code, so there may be some bugs. But it's been working for me in the games I play.

Let me know what game you are playing. Also, make sure your cursor is clearly on the black or white area of the player's box, and not on any text. Also, don't be too close to the edge.

[ QUOTE ]
also the BB always = 0, same with M and effM.
this might be something i did wrong when downloading, it downloaded as a .zip this time and i put all those files in the same AHK folder as FTS as you instructed, any thoughts??

[/ QUOTE ]

I'm guessing that you must be playing a different game from me, and I'm not reading the title bar correctly to get the big blind. Is it a tourney or cash game, and what type of game is it?

braminc 11-21-2006 01:17 AM

Re: Full Tilt Shortcuts - new ahk script
 
im playing the Turbo SNGs. 22+2 buyin if that matters

im gonna try deleting and reinstalling first because i think i might have put some files in wrong folders possibly when i downloaded the update, im not sure
but i definitely had the mouse directly over the black box area. i tried every different angle, lol

nanochip 11-21-2006 03:28 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
im playing the Turbo SNGs. 22+2 buyin if that matters

[/ QUOTE ]

I tried it on a NL Turbo 22+2 and it seemed to work ok. Are you playing without avatars and with your table position always centered at the bottom? Does #BB show up for other players at the table?

braminc 11-21-2006 06:00 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]

I tried it on a NL Turbo 22+2 and it seemed to work ok. Are you playing without avatars and with your table position always centered at the bottom? Does #BB show up for other players at the table?

[/ QUOTE ]

i am able to see #BB for other players about 70% of the time. 30% of the time when i put the mouse on the player box it just restates the chip count. on my name it ALWAYS says zero for #BB when im lucky enough to have it pop up.

i play with avatars on, let me try turning those off and get back to you

oracle3001 11-22-2006 10:25 PM

Re: Full Tilt Shortcuts - new ahk script
 
I have just had a quick play this this, and I would like to make the following points.

If possible it would be better to be able to do a chip reload without having to click on the GetChips. Ideally a universal key for reloading would be best.

With regards to sizing of bets, it is nice to be able to use the scroll wheel, but would be nice to be able to size bets in terms of pot size rather than just the SB value.

Tappy Tibbons 12-05-2006 12:54 AM

Re: Full Tilt Shortcuts - new ahk script
 
Feature suggestion:

a hotkey or mouseclick to copy a player name to the clipboard, so that they can easily be pasted into PokerTracker, Sharkscope, or any other poker app

nanochip 12-05-2006 03:16 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
a hotkey or mouseclick to copy a player name to the clipboard, so that they can easily be pasted into PokerTracker

[/ QUOTE ]
I'll try add it soon.

nanochip 12-05-2006 03:25 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
If possible it would be better to be able to do a chip reload without having to click on the GetChips

[/ QUOTE ]
The latest version now does it this way.

[ QUOTE ]
would be nice to be able to size bets in terms of pot size rather than just the SB value

[/ QUOTE ]
I'll look into adding this feature, although I'm not a fan of it. I like to vary my bet in smaller increments than this option would allow. When I used this feature in the past, I found that I got slow in mentally calculating the pot size when I play in live games [img]/images/graemlins/smile.gif[/img]
I believe there is a script available already that features this for Full Tilt.

nanochip 12-05-2006 03:32 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
i am able to see #BB for other players about 70% of the time

[/ QUOTE ]
I finally was able to duplicate this intermittent problem on my computer... In the latest version, I changed the way the player's stack is read, and this should solve your problem. Just put your mouse cursor to the left of any player's stack amount.

nanochip 12-05-2006 03:42 AM

Re: Full Tilt Shortcuts - new ahk script
 
New Version 0.20 -- 12-04-06 -- MAJOR UPGRADE
1. Changed the user interface to use text edit boxes to enter key/mouse strokes, instead of drop down boxes. Now virtually any keystroke or mouse button can be used to activate features.
2. Added many options to automatically perform actions on dialog boxes.
3. Added options to deal with automatically posting blinds and reloading chips to maximum.
3. Added "Deal Me Mode" where the program will help the user sit in or out of multiple tables, and wait for the big blind before getting cards or sitting out.
4. Fixed an intermittent problem with displaying the player stack information.

Download here .
Documentation is here .

nutsflopper 12-05-2006 09:33 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
New Version 0.20 -- 12-04-06 -- MAJOR UPGRADE
1. Changed the user interface to use text edit boxes to enter key/mouse strokes, instead of drop down boxes. Now virtually any keystroke or mouse button can be used to activate features.
2. Added many options to automatically perform actions on dialog boxes.
3. Added options to deal with automatically posting blinds and reloading chips to maximum.
3. Added "Deal Me Mode" where the program will help the user sit in or out of multiple tables, and wait for the big blind before getting cards or sitting out.
4. Fixed an intermittent problem with displaying the player stack information.

Download here .
Documentation is here .

[/ QUOTE ]

My hotkeys aren't working, but the other features work (auto-sitdown etc). I have autohotkeys downloaded. What do I need to do?

nanochip 12-05-2006 09:55 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
My hotkeys aren't working, but the other features work (auto-sitdown etc). I have autohotkeys downloaded. What do I need to do?

[/ QUOTE ]

I'm not sure what you mean by "hotkeys aren't working". Do you mean that if you assign F1 to "Reload 1 Table", it doesn't do anything when you press F1 when you are seated at full tilt table?

nutsflopper 12-05-2006 10:38 PM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
[ QUOTE ]
My hotkeys aren't working, but the other features work (auto-sitdown etc). I have autohotkeys downloaded. What do I need to do?

[/ QUOTE ]

I'm not sure what you mean by "hotkeys aren't working". Do you mean that if you assign F1 to "Reload 1 Table", it doesn't do anything when you press F1 when you are seated at full tilt table?

[/ QUOTE ]

right

nanochip 12-06-2006 12:27 AM

Re: Full Tilt Shortcuts - new ahk script
 
[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
My hotkeys aren't working, but the other features work (auto-sitdown etc). I have autohotkeys downloaded. What do I need to do?

[/ QUOTE ]

I'm not sure what you mean by "hotkeys aren't working". Do you mean that if you assign F1 to "Reload 1 Table", it doesn't do anything when you press F1 when you are seated at full tilt table?

[/ QUOTE ]

right

[/ QUOTE ]

Humm... not sure what is wrong. did previous version work for you?
verify that you have version 0.20, and that there are 35 image files in the folder with this script.
Did the script start up with the default settings (for key definitions) as shown in the picture at the top of the documentation page?
You are seated at a table, and the table title is highlighted when you try the keys?
Do you have a recent version of AutoHotKeys?
Does it do the AutoLogin feature workfor you?
What version of windows are you running?
Is anyone else having this problem, or solved it?


All times are GMT -4. The time now is 09:01 PM.

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