Quote:
Originally Posted by Dire
I sometimes play multiple stakes and it's a bit annoying having to measure everything out in $ instead of bb. Is it possible to develop a software mod to display bets/etc uniformly in bb instead of $?
|
This question comes up quite often: there used to be something I wrote called "Dollar2BB" (Party/Empire only), but it only worked on a single limit at a time. I think one of the shortcut applications can also do this to some degree via a HUD window.
Quote:
|
I'd be willing to pay a decent amount for it as well, though as a software developer myself I can't even imagine how this is possible to develop in a reasonable way.
|
The "Dollar2BB" application simply hooked TextOutA() (or a similar function). This works fine so long as all the limits are the same, but if you add multiple limits at the same time it requires a lot of tricky book-keeping to keep track of write write is going to which window because of the back-buffering (ie: you would also have to hook BitBlt() or a similar function).
Juk