Skip to content

PokerTH V.1.1.2 10-max DefaultTheme TM#31

Open
Mudr0x wants to merge 16 commits intoOpenHoldem:masterfrom
Mudr0x:Mudr0x-PokerTH-V.1.1.2-TM
Open

PokerTH V.1.1.2 10-max DefaultTheme TM#31
Mudr0x wants to merge 16 commits intoOpenHoldem:masterfrom
Mudr0x:Mudr0x-PokerTH-V.1.1.2-TM

Conversation

@Mudr0x
Copy link
Copy Markdown

@Mudr0x Mudr0x commented Jun 24, 2021

Updated version of PokerTH v1.1.2 TM with minor region corrections and a complete font collection now.
(http://www.maxinmontreal.com/forums/viewtopic.php?p=169572#p169572)

TableMap for PokerTH V.1.1.2 10-max DefaultTheme.
For 10-players table size.
Works optimal with default table style gfx (theme) and font smoothing disabled (i.e. advanced system setting set to 'adjust for best performance'),
I preconise also to disable fade-out and flip animation on PokerTH settings.

Mudr0x and others added 16 commits March 4, 2021 08:31
Collect all new fonts from all text regions automatically in one shot on capture, refresh, next, prev window, with a useful missing fonts indicator when selecting a region.
Collect all new fonts from all text regions automatically in one shot on capture, refresh, next, prev window, with a useful missing fonts indicator when selecting a region.
Useful Visual RTA window  which attach itself to the OH attached poker table activated via Menu->Edit->RT Assistant, displaying in real-time GTO infos such Handrank, Prwin/tie/los,, Out odds, Implied odds, Pot odds, My equity, Pot equity retrieved directly from Open-PPL formulas, so it needs to put to your formula such instruction lines:

##f$MyEquity##
(f$nOuts * 4) - (f$nOuts - 8)

##f$PotEquity##
f$nOuts * (1 - ( 1 / (((PotSize + AmountToCall) / PotSize))))

##preflop##
WHEN ismyturn RETURN f$nOuts FORCE
WHEN ismyturn RETURN f$OutOdds FORCE
WHEN ismyturn RETURN f$ImpliedOdds FORCE
WHEN ismyturn RETURN f$PotOdds FORCE
WHEN ismyturn RETURN f$MyEquity FORCE
WHEN ismyturn RETURN f$PotEquity FORCE
WHEN ismyturn RETURN f$prwin_mustplay FORCE
WHEN isomaha Fold FORCE
WHEN istournament RETURN Termita_SNG_Preflop FORCE
WHEN isfl RETURN Winngy_FixedLimit_Preflop FORCE
WHEN Others RETURN Gecko_6Max_FR_NL_BSS_Preflop FORCE

for ##preflop##, ##flop##, ##turn##, ##river##

It is a first example of how powerful it could be, so I plan to add much more precious GTO infos for the future.
Also I'm not sure about MyEquity and PotEquity formulas so please correct me if needed.
OpenHoldem Real Time Assistant (RTA) extension
Useful Visual RTA window  which attach itself to the OH attached poker table activated via Menu->Edit->RT Assistant, displaying in real-time GTO infos such Handrank, Prwin/tie/los,, Out odds, Implied odds, Pot odds, My equity, Pot equity retrieved directly from Open-PPL formulas, so it needs to put to your formula such instruction lines:

##f$MyEquity##
(f$nOuts * 4) - (f$nOuts - 8)

##f$PotEquity##
f$nOuts * (1 - ( 1 / (((PotSize + AmountToCall) / PotSize))))

##preflop##
WHEN ismyturn RETURN f$nOuts FORCE
WHEN ismyturn RETURN f$OutOdds FORCE
WHEN ismyturn RETURN f$ImpliedOdds FORCE
WHEN ismyturn RETURN f$PotOdds FORCE
WHEN ismyturn RETURN f$MyEquity FORCE
WHEN ismyturn RETURN f$PotEquity FORCE
WHEN ismyturn RETURN f$prwin_mustplay FORCE
WHEN isomaha Fold FORCE
WHEN istournament RETURN Termita_SNG_Preflop FORCE
WHEN isfl RETURN Winngy_FixedLimit_Preflop FORCE
WHEN Others RETURN Gecko_6Max_FR_NL_BSS_Preflop FORCE

for ##preflop##, ##flop##, ##turn##, ##river##

It is a first example of how powerful it could be, so I plan to add much more precious GTO infos for the future.
Also I'm not sure about MyEquity and PotEquity formulas so please correct me if needed.
Real Time Advisor (RTA) for OpenHoldem with a "Switch to Action Trace Profile" menu option which is an option to Add "Action Traces" to your Profile to easily trace Last Action line executed (relative/absolute line) on your Profile to faster more Profile debugging.
Real Time Advisor (RTA) for OpenHoldem with a "Switch to Action Trace Profile" menu option which is an option to Add "Action Traces" to your Profile to easily trace Last Action line executed (relative/absolute line) on your Profile to faster more Profile debugging.
My OH RTA with Action Trace Profile implemention
TableMap for PokerTH V.1.1.2 10-max DefaultTheme.
For 10-players table size.
Works optimal with default table style gfx (theme) and font smoothing disabled (i.e. advanced system setting set to 'adjust for best performance'),
I preconise also to disable fade-out and flip animation on PokerTH settings.
Action Trace Profile (ATP) patch for OH Real-Time Advisor (RTA) extension from my previous pull request #28 now display real-time executing line ("Action Trace") from profile for an OH bot taken action (logic decision) as a hyperlink which open on click my OpenPad for OH and autoscroll to this executing line for usefull real-time debugging of your profile. OpenPad is lightweight editor based on Scintilla edit control specially dedicated for OH with usefull direct line inputing and autoscroll option for fast OH profile debugging mostly with huge file size and with clear target line highlighting and numbering available here: https://github.com/Mudr0x/OpenPad where you can download last release and put it on tools directory of OH.
…w/MissinfFontsAlert

OpenScrape Collect Fonts Automation  with Missing Fonts alert
Updated version of PokerTH v1.1.2 TM with minor region corrections and a complete font collection now.

TableMap for PokerTH V.1.1.2 10-max DefaultTheme.
For 10-players table size.
Works optimal with default table style gfx (theme) and font smoothing disabled (i.e. advanced system setting set to 'adjust for best performance'),
I preconise also to disable fade-out and flip animation on PokerTH settings.
Correction for online games reading now underligned player names, essential for use with PT4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant