Open Side Menu Go to the Top
Register
[UTILITY] PsHandler, OpenSource, Free [UTILITY] PsHandler, OpenSource, Free

04-10-2014 , 11:58 AM


Hello everyone, many people in my local poker community asked me for sharing certain poker software helping tools, so I made a little open source project.

There are a lot of similar tools around (esp AHK scripts), but most people don't have IT knowledge and only wish for a simple .exe program to use.
So here it is - it's all free and open source (no restrictions, you can use/modify code wherever you like).

Local community thread: http://pokeriokarta.com/forumas/view...p?id=14966&p=1
Download Microsoft .net: http://www.microsoft.com/net/downloads
SourceCode @ https://github.com/
Download: http://chainer.projektas.in/PsHandler/

Feedback, bug reports and suggestions are welcome here.
Good luck!

Last edited by _dave_; 07-27-2014 at 07:34 PM.
[UTILITY] PsHandler, OpenSource, Free Quote
04-10-2014 , 02:34 PM
great job, very nice for you to provide the source. i didn't study it too closely..

are you just matching the images for the 'timebank' and 'im back' buttons? because then that would require that the players use the default sized tables so that your image exactly matches, and no other table size would work..
[UTILITY] PsHandler, OpenSource, Free Quote
04-10-2014 , 04:34 PM
Quote:
Originally Posted by greg nice
are you just matching the images for the 'timebank' and 'im back' buttons? because then that would require that the players use the default sized tables so that your image exactly matches, and no other table size would work..
Not exactly, I match average colors of particular section on table. Setting various max color difference for each theme this method works on each table size (at least as far as I've tested). It could glitch if table background is somehow very similar in colors on the button areas, but that should be a very rare case.
[UTILITY] PsHandler, OpenSource, Free Quote
04-10-2014 , 04:55 PM
You are God dude!
[UTILITY] PsHandler, OpenSource, Free Quote
04-12-2014 , 08:01 AM
Moderators, please move this thread to "Free Software" section.
[UTILITY] PsHandler, OpenSource, Free Quote
04-13-2014 , 11:53 AM
Quote:
Originally Posted by kampiuceris
Not exactly, I match average colors of particular section on table. Setting various max color difference for each theme this method works on each table size (at least as far as I've tested). It could glitch if table background is somehow very similar in colors on the button areas, but that should be a very rare case.
ah I see.. nice approach.
[UTILITY] PsHandler, OpenSource, Free Quote
04-15-2014 , 09:06 PM
v1.5

* improved image processing performance
* improved HotKey selection
* added exit hotkey



future plans:
* adding table move+resize
* adding timer HUD (image top left corner) which shows time left to the next level. Useful for one table turbo/hyper SNGs (sngs without breaks). Cash players could see how long they are sitting on a particular table. What do you guys think?

[UTILITY] PsHandler, OpenSource, Free Quote
04-15-2014 , 09:59 PM
hi , a nice small little package,
Ive been using scripts without any problem , thought id give your program a go but does not seem to work on my nova theme yet my scripts do for sit back in,
any idea why ?

included a screenshot .
thanks for taking the time and giving free software out,

Last edited by Bertz; 04-15-2014 at 10:11 PM.
[UTILITY] PsHandler, OpenSource, Free Quote
04-15-2014 , 10:25 PM
Quote:
Originally Posted by Bertz
hi , a nice small little package,
Ive been using scripts without any problem , thought id give your program a go but does not seem to work on my nova theme yet my scripts do for sit back in,
any idea why ?

included a screenshot .
thanks for taking the time and giving free software out
hi, I already heard people have some troubles with windows8. So far I'm developing on win7x64. Gonna take a look on whats going on with win8 in a near future. Thanks for feedback.
[UTILITY] PsHandler, OpenSource, Free Quote
04-15-2014 , 10:48 PM
Quote:
Originally Posted by kampiuceris
hi, I already heard people have some troubles with windows8. So far I'm developing on win7x64. Gonna take a look on whats going on with win8 in a near future. Thanks for feedback.
ok thanks for getting back to me , look forward to a win8 version in the near future,
thanks once again.
[UTILITY] PsHandler, OpenSource, Free Quote
04-16-2014 , 12:56 AM
Quote:
Originally Posted by Bertz
ok thanks for getting back to me , look forward to a win8 version in the near future,
thanks once again.
I actually had a chance to test it on windows 8.1 x64 and everything seemed to work on default Nova (or Nova Gray) theme changing allowed custom options like background, felt color.



as I see you have customized Nova theme (Does it work with non-customized Nova theme? If not, does it work with any other theme?). If you changed buttons coloring/positioning my app definitely won't work by obvious reasons Otherwise if there are only background and table felt changed, it should work. If you wan't a deeper debugging from me you have to provide your custom theme.

EDIT: what exact windows version (build) you are currently running, which architecture 32bit/63bit and what .net version?

Last edited by kampiuceris; 04-16-2014 at 01:02 AM.
[UTILITY] PsHandler, OpenSource, Free Quote
04-16-2014 , 01:14 AM
Hi , sorry on my iphone atm so can't check for you but I have only customised the table and background , chips . All buttons and colours are default positions so should work ok.
As I said my ahk scripts are working fine from before and after I changed layouts.

I'm currently running win 8.1 64bit with pokerstars latest updated version .
Will have another play around later with different themes , maybe it's just my end as you said if you tested it already then it must be .
Atb
[UTILITY] PsHandler, OpenSource, Free Quote
04-23-2014 , 12:42 AM



v1.6

* Timer HUD
* Start Minimized

v1.5 Autoupdate bug (fixed in v1.6): If your v1.5 stops at this point:



Don't panic just close PsHandler window manually and autoupdate will continue. (If anything still goes wrong, you can always download fresh PsHandler from website)

Timer HUD:



Timer HUD requires certain configs to have. It is necessary for being able to define tournament level length from PokerStars table window title and HandHistory file name. (v1.6 comes with basic configs predefined)



Don't be shy to ask here if you don't understand how to create/edit PokerType configs (or if something goes wrong)

Also for timer to be precise it's better to usually synchronize your PC time and PokerStars server time. PS server time is usually very close to windows internet server time:



Also if there's still a difference, you can manually adjust by setting additional (positive/negative) difference in "Time Diff" textbox.

If you have any questions, go ahead and write here (esp. if there are any bugs or glitches) we'll try to discuss and fix things. Feedback/suggestions is more than welcome.

Last edited by kampiuceris; 04-23-2014 at 01:01 AM.
[UTILITY] PsHandler, OpenSource, Free Quote
04-23-2014 , 04:01 PM
I forgot to mention that timer HUD properly works only on one table sngs (or at least on any tournament without break). Once break appears in a tournament, timer should mess up and start showing incorrect time.

EDIT: Will add timer hud positioning and custom font/background in the next update

Last edited by kampiuceris; 04-23-2014 at 04:08 PM.
[UTILITY] PsHandler, OpenSource, Free Quote
04-24-2014 , 01:49 AM
v1.7


  • Timer HUD Positioning (you can drag it with Right Mouse button like any other HUD). Option to lock HUD location (prevent from dragging). Option to reset HUDs location to top-right window corner "Reset Timer HUD location to (0,0)"
  • Customizable Timer HUD Look (background, color, font, font-weight, font-style, font-size)

[UTILITY] PsHandler, OpenSource, Free Quote
04-24-2014 , 12:21 PM
Quote:
Originally Posted by kampiuceris
Option to reset HUDs location to top-right window corner "Reset Timer HUD location to (0,0)"
top-left?
[UTILITY] PsHandler, OpenSource, Free Quote
04-24-2014 , 03:16 PM
Quote:
Originally Posted by greg nice
top-left?
Yea top-left, misstype in my post.
[UTILITY] PsHandler, OpenSource, Free Quote
04-25-2014 , 07:11 PM
Is this something you could add to your program?

Quote:
Originally Posted by MeleaB
As a high volume multi-tabler I usually put in very long sessions, often several hours in length, without a break.

Occasionally I'll sit out on all of my tables while I take a 5 minute break. At this time, if I'm on the waitlist of some tables when I step away from my desk, then I currently have the following two options if a table becomes available:

1. Auto take the seat, and then auto post the BB/time out if I'm not back before I'm dealt in.

2. Miss out on taking the seat.

What I'd like is a simple script that will allow me to immediately auto sit-out at a new table whenever I am automatically seated at that table. Then when I return I'd just have to turn off the script and sit back in on all my tables.

Would anyone be able to put this script together? I imagine it wouldn't be too hard for anyone who knew what they were doing(?) I'd be happy to ship a few $ if anyone can help.

Cheers.
http://forumserver.twoplustwo.com/45...quest-1437669/

[UTILITY] PsHandler, OpenSource, Free Quote
04-26-2014 , 09:15 AM
Quote:
Originally Posted by MeleaB
Is this something you could add to your program?



http://forumserver.twoplustwo.com/45...quest-1437669/

Interesting. I will try to take a look in this case in the near future.
[UTILITY] PsHandler, OpenSource, Free Quote
04-26-2014 , 12:04 PM
Quote:
Originally Posted by kampiuceris
Interesting. I will try to take a look in this case in the near future.
Great, thanks.
[UTILITY] PsHandler, OpenSource, Free Quote
04-29-2014 , 04:22 AM
This is awesome. Ty so much and keep up the good work.
[UTILITY] PsHandler, OpenSource, Free Quote
05-04-2014 , 01:10 PM
Thanks for making this free, its awesome.

PS I'm using on windows 8 with a few table mods and its working fine.
[UTILITY] PsHandler, OpenSource, Free Quote
05-04-2014 , 02:48 PM
Hello, does this work for PokerStars Alpha 7?

Thanks.
[UTILITY] PsHandler, OpenSource, Free Quote
05-04-2014 , 06:15 PM
Quote:
Originally Posted by Rydal31
Hello, does this work for PokerStars Alpha 7?

Thanks.
Since it's alpha I haven't even tried it. Cannot tell you anything.

1.8v is on the way. Windows resizing and positioning in the very close future.
[UTILITY] PsHandler, OpenSource, Free Quote
05-09-2014 , 10:39 AM
v1.8 release

Few weeks gave me some time to add a lot of new stuff in PsHandler. Here is a big new release:

- Settings
* Save GUI Location
* Save GUI Size

- Contoller
* Autoclick "Yes" on Waiting List "Seat Available" Popup

- HUD
* New HUD control allowing customize settings live
* Big Blind HUD
* Updated Poker Type Edit dialog

- Table Tiler
* Windows moving and resizing tool (can be used for every window, doesn't need to poker related)

- Import
* Tournament Hands import (required for Timer HUD and BigBlind HUD). Status can be seen in the bottom of the window.


Since big release can bring new undiscovered bugs, I left old v1.7 version for backing up, you can download it here: v1.7 PSHandler.exe

Questions and feedbacks - post here. Have a good day!

[UTILITY] PsHandler, OpenSource, Free Quote

      
m