Re: New Software: Holdem Manager
Hi,
[ QUOTE ]
150 stats seems like crazyness. However .. are those stats hardcoded ? Cause it would be a real + if not.
[/ QUOTE ]
Kind of but not really - can't really get into it at the moment but you can create your own stats with limitations and even use those stats in reports and the HUD. And to give you an idea how it got that high, there are about 30 stats just dealing with how preflop raisers handle the street or action following a check. For example, Check-Fold % when OOP on Turn as PFR and Flop CBetter (along with check Raise and Check Call). Do this on every street for OOP and IP and there is a big pile of stats. It may be overkill for a lot of people but it is there if you want it.
[ QUOTE ]
Is there a "recent shodowns" window coded like in the pokersherlock
[/ QUOTE ]
Nothing exactly like that yet but something kind of simlar. Sounds like a good idea though.
[ QUOTE ]
how do you track ?
[/ QUOTE ]
Hand History files. For some sites the HUD may use different techniques if they provide faster or better info but HH is default.
[ QUOTE ]
Another issue is about supported sites. tilt, party and stars
[/ QUOTE ]
It's an interesting point but intially I do need to tackle the mostr popular sites. I am in this for the long haul and I do plan on supporting all the other sites, even the small ones.
[ QUOTE ]
think about xml-ing the whole thing.
[/ QUOTE ]
It is!
[ QUOTE ]
Are there any plans for adding Omaha support in the future?
[/ QUOTE ]
Not at the moment although importing Omaha winnings into the Income tab is something I'll probably do. Adding Omaha is quite a bit more work and I don't understand the game nearly as well as Holdem (did you realize you get 4 cards? Crazy!!!) Anyways, If HM is successful I might add Omaha and try to make it as seemless as possible.
[ QUOTE ]
System.Threading.Thread.CurrentThread.CurrentUICul ture = new System.Globalization.CultureInfo("en-US");
[/ QUOTE ]
Yeah, that's what I do to force the current app (or thread actually as you point out) to use US defaults. I have also found a way to force PostgreSQL to treat dates in US format so I think you're going to be able to use HM with whatever regional settings you want although I'm sure there will be some quirks that need to be ironed out.
Thanks,
rvg
|