Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #261  
Old 03-29-2006, 02:55 PM
goodguy_1 goodguy_1 is offline
Senior Member
 
Join Date: Sep 2002
Location: FL
Posts: 3,779
Default Re: NEW: FPHG v0.03 now available here

v3 has fixed NLHE issues.juk great work ..man that was fast..awesome [img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #262  
Old 03-29-2006, 03:09 PM
AEKDBet AEKDBet is offline
Senior Member
 
Join Date: Aug 2004
Location: drunk and spermless
Posts: 1,782
Default Re: FPHG v0.01 available

Juk,

you are a badass.


I vote no GUI.
The less sophisticated it appears, the better for it's lifespan.

Besides, the people who have to spend a great deal of time figuring it out would be much better served at the tables [img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #263  
Old 03-29-2006, 03:23 PM
Swedebubba Swedebubba is offline
Member
 
Join Date: Aug 2005
Posts: 72
Default Re: NEW: FPHG v0.03 now available here

Great work!!!
I think a graphic interface would be nice but itīs more important with speed and configurability. I think speed was the major issue in version 0.1 but this was a dramatic change in 0.3. Thanks!

May I suggest a possibility to mine only tables with a certain amount of players. Statistics are not that interesting from a table with 3-4 players if you normally play full tables. This feature was used by PokerTracker and this feature is also available in Lunker.

/Swedebubba
Reply With Quote
  #264  
Old 03-29-2006, 03:26 PM
SamIAm SamIAm is offline
Senior Member
 
Join Date: Apr 2004
Location: Merry Chhannukaahh
Posts: 6,273
Default Re: NEW: FPHG v0.03 now available here

[ QUOTE ]
May I suggest a possibility to mine only tables with a certain amount of players. Statistics are not that interesting from a table with 3-4 players if you normally play full tables. This feature was used by PokerTracker

[/ QUOTE ]I'm surprised by the requests for this feature. First, don't you already have it set in PokerTracker? What's the difference if FPHG writes the hhf if PT isn't gonna read it?

Second, if you're using iWitness, you never even WATCH a table with fewer than <min> players, much less write it to the .hhf. Is there a reason you guys don't use iWitness?
-Sam
Reply With Quote
  #265  
Old 03-29-2006, 04:09 PM
BillUCF BillUCF is offline
Senior Member
 
Join Date: Jan 2004
Posts: 237
Default Re: NEW: FPHG v0.03 now available here

An old engineering principle comes to mind about the FPHG interface..."keep it simple, stupid"...a nice interface just slows things down w/o adding any real value

After spending a couple of days evaluating FPGH vs. LunkerTracker I have switched my opinion...FPHG is the way to go...LunkerTracker gobbles machine resources and may attract PP since it is a commercial product and not underground...although underground software is a relative term these days
Reply With Quote
  #266  
Old 03-29-2006, 04:33 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default NEW: FPHG v0.04 now available here

<u>Updated for v0.04:</u>

(1) Added two more small optimizations which resulted in about a 40-50% speedup over version 0.03's code (now only using about 10% of CPU on my system scanning 10 tables).

(2) Due to the rest of the optimizations, have increased the default sleep time to 1000ms.

(3) Have added a "realtime" write option, so that hands will be written in realtime if asked. Only use this option if you need to as it does use more CPU time and may also cause the end of some hands to not get written properly. Also use a smaller delay if you use this option (-d 300 or less is probably best to try).

(4) Added minor bugfix in that we could in theory mine over 1000 tables and wasn't checking for an overrun.

(5) Have made it so that it can have the priorities set from the command line. Also profiling mode changed from "-p" to "-prof" bc of this ("-p" is now for priorities, so: "FPHG -p -2" will run in 'Low' priority mode, just like the old batch file used to do).

(6) Prints the options that we are using when FPHG starts up(bc getting too many and was starting to get confusing).

Version 0.04 can be downloaded from here.

Please read the readme.txt file for further information about the new options (better explained in their). Also I left the run.bat file in the zip so as to have an example of how to set command line parameters. If you look in run.bat you will see how to run FPHG in "Low Priority" mode (eg: exactly the same as what the old batch file did).

Juk [img]/images/graemlins/smile.gif[/img]

PS: Still waiting to see the votes on if an interface is really wanted (please keep voting in this sub-thread). [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #267  
Old 03-29-2006, 04:38 PM
SamIAm SamIAm is offline
Senior Member
 
Join Date: Apr 2004
Location: Merry Chhannukaahh
Posts: 6,273
Default Re: NEW: FPHG v0.04 now available here

Amazing. Thanks. I definitely appreciate all the processor tweaks. (Now please get to work on lowering the load of the damn Party client. [img]/images/graemlins/smile.gif[/img] )

I've switched from my paid copy of PHT to FPHG. Just letting you know. [img]/images/graemlins/smile.gif[/img]
-Sam
Reply With Quote
  #268  
Old 03-29-2006, 04:42 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: NEW: FPHG v0.03 now available here

[ QUOTE ]
v3 has fixed NLHE issues.juk great work ..man that was fast..awesome [img]/images/graemlins/grin.gif[/img]

[/ QUOTE ]
Cool, there was acatully two "bugs" causing the problems!

One was the bug which I expected to only kick in on overloaded systems: what I called the "side pot bug". It now has extra code to check no hands <u>will ever</u> be written which finish with "wins from side pot" and all hands must always finish with a "wins from main pot" line if their was a side pot.

But it baffled me why so many ends of hands were being missed... It turned out their was a another (unknown) bug in the code which was supposed to write extra bits on the end of hands and about 99% of the time it wasn't writing the extra bits! (all fixed now). You should notice now that even people saying "nh" or leaving the table at the end of a hand get written properly now and split pots working fine again too... [img]/images/graemlins/smile.gif[/img]

This fix should also means W$SD stats are correct, but this bug effected NL players much more than limit...

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #269  
Old 03-29-2006, 04:47 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: NEW: FPHG v0.04 now available here

[ QUOTE ]
(1) Added two more small optimizations which resulted in about a 40-50% speedup over version 0.03's code (now only using about 10% of CPU on my system scanning 10 tables).

[/ QUOTE ]

Holy crap I'm gonna start running FPHG while playing only to use it with SmartNotes. Awesome, very awesome.
Reply With Quote
  #270  
Old 03-29-2006, 04:48 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: NEW: FPHG v0.03 now available here

[ QUOTE ]
[ QUOTE ]
only thing I'd like to see is minimize to tray.

[/ QUOTE ]I just use TrayIt. It's nice for Juk's DollarToBB app as well. [img]/images/graemlins/smile.gif[/img]

So, I don't need you to minimize to tray, I just need a snazzy icon!
-Sam

P.S. I added TrayIt to the FAQ.

[/ QUOTE ]

I been trying to tell people about TrayIt soooo many times! Maybe now it's in the FAQ people might start to use it, but it is a great free util and I been using it for ages (hence why I didn't have "minimize to tray" support in most of my apps until people asked - TrayIt can do this for anything!). [img]/images/graemlins/smile.gif[/img]

PS: Just make sure you don't block it's hooks using PG or SnoopFree - it needs the hooks to work properly. [img]/images/graemlins/smile.gif[/img]

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.