Open Side Menu Go to the Top
Register
DriveHUD - Poker HUD & Database Software [-10% Discount] DriveHUD - Poker HUD & Database Software [-10% Discount]

06-03-2023 , 11:40 AM
Quote:
Originally Posted by JustinZee
That is perfect, thank you so much. I don't know how I missed them, I swear I was clicking around everywhere trying to find something like that.
I meant to send that as well, and not sure why I didn't. But if you do a search in the KB article section, you should be able to locate articles like these. The search function on there is a pretty solid. If you have any other questions though, just let me know.
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-04-2023 , 06:02 AM
Quote:
Originally Posted by FreakDaddy
Are you trying to build a filter or a stat? Because under regular filters, if you go to the board cards tab, there's an option to set the high card on the flop.

As far as your custom stat, you need to replace isflopmonotone w/ IsMonotoneFlop and it should work.
im trying to build a custom stat
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-04-2023 , 03:52 PM
Quote:
Originally Posted by FreakDaddy
I will see if they can get it in this week.
awesome sauce!
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-05-2023 , 11:46 AM
Quote:
Originally Posted by dude45
im trying to build a custom stat
Did you replace the monotone syntax, and did you get it to work? If not, copy and paste the entire formula you're using and I can help.
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-05-2023 , 05:02 PM
Quote:
Originally Posted by FreakDaddy
Did you replace the monotone syntax, and did you get it to work? If not, copy and paste the entire formula you're using and I can help.
how do you copy and paste in the app? ive tried dragging and it doesnt work

Last edited by dude45; 06-05-2023 at 05:24 PM.
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-05-2023 , 05:39 PM
i got the custom filter to work but still have a couple questions. Whats the code for the flop being 2tone or having a possible flush draw? ive tried typing in words like tone/draw/flush/two and the only slightly related thing that shows up. ismonotoneflop so i have my filter for how often pop folds to a cbet in a 3bet hu pot on a mono flop working but having trouble with how often pop folds in the exact same situation except on a 2tone flop. Also how do i filter for board texture using custom stats
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-05-2023 , 07:28 PM
Quote:
Originally Posted by dude45
how do you copy and paste in the app? ive tried dragging and it doesnt work
nvm figured out how to C&P in the app
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-05-2023 , 07:55 PM
Count(In3BetPot=yes and ismonotoneflop=yes and numberofplayersonflop=2 and FlopOutOfPosition = yes and Foldedtoflopcontinuationbet = yes and FlopFacingBetSizeToPot = 25) / Count(In3BetPot = yes and IsMonotoneFlop = yes and NumberOfPlayersOnRiver = 2 and FlopOutOfPosition = yes and Facingflopcontinuationbet =yes and FlopFacingBetSizeToPot = 25)

will the above tell me what % of time out of position folds to a flop cbet of 25% pot on a monotone board in a pot that has exactly 2 playersing seeing the flop ?

The flopfacingbetsizetopot filter seems to screw things up

Last edited by dude45; 06-05-2023 at 08:06 PM.
DriveHUD - Poker HUD & Database Software [-10% Discount] Quote
06-06-2023 , 12:26 PM
Quote:
Originally Posted by dude45
Count(In3BetPot=yes and ismonotoneflop=yes and numberofplayersonflop=2 and FlopOutOfPosition = yes and Foldedtoflopcontinuationbet = yes and FlopFacingBetSizeToPot = 25) / Count(In3BetPot = yes and IsMonotoneFlop = yes and NumberOfPlayersOnRiver = 2 and FlopOutOfPosition = yes and Facingflopcontinuationbet =yes and FlopFacingBetSizeToPot = 25)

will the above tell me what % of time out of position folds to a flop cbet of 25% pot on a monotone board in a pot that has exactly 2 playersing seeing the flop ?

The flopfacingbetsizetopot filter seems to screw things up
You need to specify some interval 0-25% so "<= 25" or 23-27% or whatever you'd prefer for the sizing. Right now, you're only looking at exactly 25% pot bets in that situation.
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-08-2023 , 09:02 PM
Do you have a KB page for the newly added features?
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-09-2023 , 12:39 PM
Quote:
Originally Posted by aprogle
Do you have a KB page for the newly added features?
Which new features specifically please?
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-10-2023 , 11:57 AM
DriveHUD 2 Beta Update - v2.0.10.9112

https://drivehud.com/poker-hud/Drive....0.10.9112.exe

Added support for Blitzpoker (formerly FTRPoker)
Introduced new Omaha hole cards filters:
No trips
No quads
Triple suited
Multiple filter for the number of specific card(s)
Added a button in the HUD designer to access the HUD store
Added a general setting to set the default hand visualizer as either the replayer or hand viewer
Included an option in the replayer to hide the equity win percentage
Added a new option to hide the HUD in the replayer
Hide equity win information in the hand viewer if there are no equities available
Implemented the functionality to remember the collapsed/expanded state of gauges
Updated all open replayers when switching chip values
Fixed the bonus stat
Resolved an issue that may cause a crash when a non-default color device profile is selected in Windows
Fixed the replayer's equity win run number
Fixed the BB's called/bet/put preflop is less than X' advanced filter
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-10-2023 , 01:40 PM
Quote:
Originally Posted by FreakDaddy
DriveHUD 2 Beta Update - v2.0.10.9112

Implemented the functionality to remember the collapsed/expanded state of gauges

thanks for listening!
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-11-2023 , 04:20 AM
Quote:
Originally Posted by FreakDaddy
You need to specify some interval 0-25% so "<= 25" or 23-27% or whatever you'd prefer for the sizing. Right now, you're only looking at exactly 25% pot bets in that situation.
Ty that works

Also will this code give me pops RFI% from under the gun? Count(Position = UTG )/ Count(FirstRaiser = yes )
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-12-2023 , 01:50 PM
Quote:
Originally Posted by WSPreadHead
thanks for listening!
Yw. We always appreciate the suggestions!
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-12-2023 , 01:59 PM
Quote:
Originally Posted by dude45
Ty that works

Also will this code give me pops RFI% from under the gun? Count(Position = UTG )/ Count(FirstRaiser = yes )
Yw!
No... it would need to be this:
Count (Position = UTG and FirstRaiser = yes) / Count (Position = UTG and IsUnopened = yes)
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-13-2023 , 06:05 PM
DriveHUD 2 Beta Update - v2.0.10.9120

https://drivehud.com/poker-hud/Drive....0.10.9120.exe

Fix for X-Poker update
Added EVChop support for X-Poker
Added R.O.E. (round of each) support for Pokerrrr2
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-15-2023 , 06:31 PM
Quote:
Originally Posted by FreakDaddy
Added R.O.E. (round of each) support for Pokerrrr2
Awesome! I have the omaha only version, do I need to upgrade the omaha+holdem version to make this work?
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-16-2023 , 04:22 PM
Quote:
Originally Posted by dipstikdave
Awesome! I have the omaha only version, do I need to upgrade the omaha+holdem version to make this work?
Yes, because it's a rotational game, you'd need a combo license that includes Omaha and holdem. If you want to upgrade, you can just contact support and they will send you a coupon to upgrade your version.
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-17-2023 , 12:21 PM
DriveHUD 2 Beta Update - v2.0.10.9135

https://drivehud.com/poker-hud/Drive....0.10.9135.exe

Added equity to reports for 2nd board in double board games
Hide cards for folded/empty players in the replayer
Added new stats:
W$SD after Donk Bet
Skip Turn CBet & X/F River SRP%
Skip Turn CBet & Call River SRP IP%
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-18-2023 , 02:07 PM
Quote:
Originally Posted by FreakDaddy
Yw!
No... it would need to be this:
Count (Position = UTG and FirstRaiser = yes) / Count (Position = UTG and IsUnopened = yes)
So you have to specify the pot is unopened even when filtering for UTG

another question. Will this give me UTG call 3bet% after utg raised first in?

Count(Call3BetEP =yes and FirstRaiser =yes and Position= UTG)/Count(Faced3BetEP = yes and Position = UTG and IsUnopened = yes )
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-19-2023 , 01:41 PM
Does the holdem version work for MTTs on PokerBros?
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-19-2023 , 06:12 PM
Quote:
Originally Posted by dude45
So you have to specify the pot is unopened even when filtering for UTG

another question. Will this give me UTG call 3bet% after utg raised first in?

Count(Call3BetEP =yes and FirstRaiser =yes and Position= UTG)/Count(Faced3BetEP = yes and Position = UTG and IsUnopened = yes )
Yes, it looks like it should.
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-19-2023 , 06:12 PM
Quote:
Originally Posted by JustinZee
Does the holdem version work for MTTs on PokerBros?
If you mean in conjunction w/ the asian hand converter, then yes.
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote
06-20-2023 , 10:15 PM
Do you have a tutorial on how to create your own quiz in drivehud2?
DriveHUD - Poker HUD &amp; Database Software [-10% Discount] Quote

      
m