PDA

View Full Version : poisitions are not correct in HEM1



voodoopriester
07-01-2012, 08:58 AM
Hey,

I've just realized that the positions in HEM 1 (Version 1.12.) are very often false. (~20% of the time)

e.g. Party PokerFull Ring (9 players all 9 are playing)

your position id within the hem database looks like the following:

SB positiontype_id = 0
BB positiontype_id = 1
UTG positiontype_id = 2
UGT+1 positiontype_id = 2
MP1 positiontype_id = 2 !!!
MP2 positiontype_id = 3
MP3 positiontype_id = 3
CO positiontype_id = 4
BU positiontype_id = 5

it seems that you are mixing the calculation between 9max and 10max games.
Please let me know if there exists a bugfix or what exactly I can do, to get this problem solved.

Thanks for you help!

Patvs
07-01-2012, 06:21 PM
I've forwarded your question to the developers to comment on.

Patvs
07-02-2012, 05:54 PM
Roy wrote




SB, BB, CO and button BTN are defined exactly


in a 9 handed game 2 of the 5 remaining positions are EP, 2 are MP and 1 of them is something else. In HM1 we chose that to be EP


So UTG, UTG+1, UTG+2, MP1, MP2, CO, BTN, SB, BB

voodoopriester
07-05-2012, 05:51 PM
Roy wrote
allright. thank you very much.