PDA

View Full Version : HUD while observing on Stars



Blitz
07-31-2008, 12:43 AM
How do I set it up to display stats prior to sitting on Stars? Stats always come up after I've played 1 hand. Is this possible, even if it's only stats from people I've played previously and are already in db?

fabio
07-31-2008, 08:31 AM
Add the Importing/HEM Data folder to your autoimport folders

Blitz
07-31-2008, 09:51 AM
ok I did that. Then opened multiple tables that have players I know I have stats on, started HEM Import, but still no stats unless I sit and play.

???

fabio
07-31-2008, 10:49 AM
Have you restarted HM after adding that folder?

Blitz
08-01-2008, 12:53 AM
I hadn't the first time, but now I have, and still nothing unless I sit and play a hand. I'm sure I'm doing something wrong, anymore ideas?

fabio
08-01-2008, 04:39 AM
Is your HEM Data folder empty?

Blitz
08-01-2008, 12:04 PM
No, it has many files in it.

morny
08-01-2008, 01:29 PM
can you post your holdemmanager.config file from C:\Program Files\RVG Software\Holdem Manager\Config here please

Blitz
08-01-2008, 02:35 PM
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<setting name="ConnectionString">SERVER=127.0.0.1;PORT=5432;UID=postgres;PWD=postgr espass</setting>
<setting name="CurrentDatabase">HoldemManager</setting>
<setting name="CurrentReportFilter">IsTourney,IsTourney,EqualTo,false,False
PokerGameType,PokerGameType,In,0~1~2,False
GameTypeDescription,GameTypeDescription,In,$1/2 NL,True
</setting>
<setting name="CurrentSessionFilter">IsTourney,IsTourney,EqualTo,false,False
PokerGameType,PokerGameType,In,0~1~2,False
</setting>
<setting name="CurrentHandsFilter">IsTourney,IsTourney,EqualTo,false,True
PokerGameType,PokerGameType,In,0~1~2,True
</setting>
<setting name="CurrentGraphsFilter">IsTourney,IsTourney,EqualTo,false,False
PokerGameType,PokerGameType,In,0~1~2,False
GameTypeDescription,GameTypeDescription,In,$1/2 NL,True
</setting>
<setting name="CurrentVsPlayerFilter">IsTourney,IsTourney,EqualTo,false,True
PokerGameType,PokerGameType,In,0~1~2,True
</setting>
<setting name="CurrentPreflopFilter">IsTourney,IsTourney,EqualTo,false,True
PokerGameType,PokerGameType,In,0~1~2,True
</setting>
<setting name="CurrentPlayerID">104</setting>
<setting name="DateRangeReport">AllHands</setting>
<setting name="DateRangeHands">LastHours,16</setting>
<setting name="DateRangeGraphs">AllHands</setting>
<setting name="DateRangePreflop">AllHands</setting>
<setting name="DateRangeSession">Today</setting>
<setting name="DateRangevsPlayer">AllHands</setting>
<setting name="LastReport">Winnings Breakdown</setting>
<setting name="AutoImportFolderList">C:\Poker Application\Absolute Poker\HandHistory\BLITZKRIEGNL,True,True,C:\Users\ Jason\Desktop\Storage\HH Files
C:\Users\Jason\Desktop\Storage\LuckySOB\LuckySOB,T rue,False,C:\Users\Jason\Desktop\Storage\HH Files
C:\Program Files (x86)\RVG Software\Holdem Manager\Importing\HEM Data,True,False,C:\Users\Jason\Desktop\Storage\HH Files
</setting>
<setting name="LastArchiveFolder">C:\Users\Jason\Desktop\Storage\HH Files</setting>
<setting name="LastImportFolder">C:\Program Files (x86)\RVG Software\Holdem Manager\Importing\HEM Data\</setting>
<setting name="LastImportFileFolder"></setting>
<setting name="MinimizeToSystemTray">False</setting>
<setting name="PlayerNumberFilter">2:2,10
3:2,10
4:2,10
5:2,10
6:2,10
7:2,10
8:2,10
9:2,10
10:2,10</setting>
<setting name="InsertStandardizedHandHistory">False</setting>
<setting name="ObservedHandHistorySettings">ALL,3.00,False,True,6.00,False,True,3.00,600,False ,True,6.00,600,False,True</setting>
<setting name="AutoApplyFilterChangesToAllTabs">False</setting>
<setting name="AutoImportHelpShown">True</setting>
<setting name="AutoImportTimerDuration">5</setting>
<setting name="HUDDateFilter">365</setting>
<setting name="SessionTimeoutDuration">30</setting>
<setting name="HUDIncludeOtherLimits">True</setting>
<setting name="LaunchHUDWithAutoImport">True</setting>
<setting name="DisableHUDStatsWhenNoHero">True</setting>
<setting name="HeroPlayerIDs">104,3</setting>
<setting name="GraphShowdownWinnings">False,Blue,1,Solid</setting>
<setting name="GraphWinnings">True,DarkGreen,2,Solid</setting>
<setting name="UseGraphicalCards">True</setting>
<setting name="GraphAllInEv">True,DarkGreen,1,Dash</setting>
<setting name="GraphNonShowdownWinnings">False,Red,1,Solid</setting>
<setting name="GraphRakeback">False,DarkBlue,1,Solid</setting>
<setting name="AutoRefreshCurrentTabDuration">0</setting>
<setting name="AutoCloseTableManager">True</setting>
<setting name="AutoRefreshReportsOnChange">True</setting>
<setting name="LogDatabaseCommands">False</setting>
<setting name="SolidGraph">False</setting>
<setting name="ShowWinningRowColors">True</setting>
<setting name="CheckForUpdates">True</setting>
<setting name="PlayerSummaryView">Cash,NL,$2/4 NL,2,10,01/01/2000,01/01/2020,1000,0,100,False,Default Stats</setting>
<setting name="HoldemManagerPosition">Normal,50,53,1454,910</setting>
<setting name="HandsSectionFields">HandTimeStamp,StakesBlinds,HoleCards,PreflopPlayer Action,FlopCards,FlopPlayerAction,TurnCard,TurnPla yerAction,RiverCard,RiverPlayerAction,NetAmountWon ,NetBBsWon,EVDifference,PositionType,PreflopAction Faced,PreflopVPIPPFR,AllInStreet,EVEquity</setting>
<setting name="ReplayerSettings">3,True,True,False,True</setting>
<setting name="ReplayerSkinToUse">Default Skin</setting>
<setting name="MyDayStartsAt">9:00:00</setting>
<setting name="DailyCompiledStats">False</setting>
<setting name="PromptsShown">DropDailyCache,</setting>
</configuration>

morny
08-01-2008, 07:47 PM
Out of curiosity, you dont have a Party Auto Import folder setup?

If you go to Options > Observed Hand History Configuration, is the only thing selected here "Insert all Hand Histories"?

Blitz
08-01-2008, 10:06 PM
Yes

morny
08-02-2008, 10:53 AM
Have you ever had the HUD working on stars, your config folder dosent show any folder setup for stars?

Also while your viewing the table does anything show up in C:\Program Files\RVG Software\Holdem Manager\Importing\HEM Data

Try deleting everything in HEM DATA then delete the auto import folder and reset it up again this time set it to move processed files aswell as subfolders.

Also post a screenshot of the table Manager while you have the table running

Blitz
08-02-2008, 01:29 PM
<a href="http://s241.photobucket.com/albums/ff273/blitzkriegnl/?action=view&current=HEMss.jpg" target="_blank"><img src="http://i241.photobucket.com/albums/ff273/blitzkriegnl/HEMss.jpg" border="0" alt="Photobucket"></a>

LuckySOB is the HH for Stars, and yes I use it daily.

I tried deleting everything in HEM Data, (new files are there everytime I play), then I deleted the Import folder and resetup as per your instructions. Then closed HEM and restarted. I then opened 2 tables with a player I have many HH on. I watched about 4 hands then sat at 1 of the tables. As soon as the first hand I was delt was over the stats appeared on that table, but never did on the other, (this is when I toook the screen shot shown above).

Jun
08-02-2008, 05:19 PM
question for morney about pre-fetching on stars.

i actually had luck to make this work for me. but i am wondering why would u want to delete those files in /hem data. i assume u need to have files in this directory for hm hud to preload some data for the tables that u r not even sit in.

if for some reason, i do have to move those files after auto-importing. what r those files? i mean do i need to keep backup those files or those r just some random duplicates from the hands i played and mined?

thanks

-jun

teecee90
08-02-2008, 05:30 PM
I have the same problem as blitz .....any news on a fix?

morny
08-02-2008, 09:30 PM
Blitz can i arrange a teamviewer session to have a look? Mine works fine so ill need to have a look at your settings and try a few things.

morny
08-02-2008, 09:32 PM
question for morney about pre-fetching on stars.

i actually had luck to make this work for me. but i am wondering why would u want to delete those files in /hem data. i assume u need to have files in this directory for hm hud to preload some data for the tables that u r not even sit in.

if for some reason, i do have to move those files after auto-importing. what r those files? i mean do i need to keep backup those files or those r just some random duplicates from the hands i played and mined?

thanks

-jun

You dont need to keep the files in HEM data it just mines one or two hands so it can figure out whos at the table however its advisable to have HM move the processed files otherwise it has to scan more and more files its already finished with as they build up.

Blitz
08-02-2008, 10:15 PM
Blitz can i arrange a teamviewer session to have a look? Mine works fine so ill need to have a look at your settings and try a few things.

Sent PM with my contact info, I have Mikogo, Teamviewer, skype, aim......whatever you want to use.

Ostap
08-11-2008, 08:43 AM
edit: got it working now, sry :)

teecee90
08-11-2008, 02:44 PM
edit: got it working now, sry :)

How did you do that?

fabio
08-11-2008, 03:27 PM
Just add C:\Program Files\RVG Software\HoldemManager\Importing\HEM Data to the autoimport folders.

teecee90
08-11-2008, 04:02 PM
Just add C:\Program Files\RVG Software\HoldemManager\Importing\HEM Data to the autoimport folders.


Already tried that.

teecee90
08-11-2008, 04:56 PM
HUD only shows up on the table I'm playing. After 2 to 3 hands the observed tables still show no HUD.

<a href="http://picasaweb.google.co.uk/teecee90/Shot/photo#5233366625428639122"><img src="http://lh3.ggpht.com/teecee90/SKCnN-APDZI/AAAAAAAAAc4/LDzrFjO3x4A/s800/stars.jpg" /></a>

morny
08-11-2008, 05:56 PM
In Hud Options check that "Disable Hud stats when there is no hero" is unticked

Also check your settings in Options > Observed Hand History Configuration and if none of that works please attach your holdemmanager.config file from C:\Program Files\RVG Software\Holdem Manager\Config folder

teecee90
08-12-2008, 02:44 AM
There's always a simple answer.......thanks Morny

:o

Ostap
08-13-2008, 08:05 AM
cant get it running again.. Everything seems to be configured right... Here is the config file:

morny
08-13-2008, 02:14 PM
Just add C:\Program Files\RVG Software\HoldemManager\Importing\HEM Data to the autoimport folders.

...

Deuce2High
08-17-2008, 11:33 AM
HUD only shows up on the table I'm playing. After 2 to 3 hands the observed tables still show no HUD.

<a href="http://picasaweb.google.co.uk/teecee90/Shot/photo#5233366625428639122"><img src="http://lh3.ggpht.com/teecee90/SKCnN-APDZI/AAAAAAAAAc4/LDzrFjO3x4A/s800/stars.jpg" /></a>

Off topic but your HUD is a mess dude!