Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

06-05-2008 , 08:40 PM
If you want I can spit these posts in to a new thread? possibly more useful for future searches that way... I'd need a title suggestion tho
Quick Questions & Answers Thread Quote
06-05-2008 , 08:52 PM
Quote:
Originally Posted by _dave_
If you want I can spit these posts in to a new thread? possibly more useful for future searches that way... I'd need a title suggestion tho
Cool, that would be a good idea I think in hindsight. Just call it something like "weighted selection from distributions". I put a link in the first post to a page that describes the GSL implementation of Walker's O(1) algorithm which might be more generally useful to poker than the latest stuff (as it can be used to quickly select a hand from a fixed distribution, etc).

Juk
Quick Questions & Answers Thread Quote
06-05-2008 , 09:07 PM
Quote:
Just call it something like "weighted selection from distributions".
done

http://forumserver.twoplustwo.com/sh...d.php?t=220209
Quick Questions & Answers Thread Quote
06-05-2008 , 09:49 PM
Quote:
Originally Posted by _dave_
Thanks!

Juk
Quick Questions & Answers Thread Quote
06-06-2008 , 01:06 AM
Has anyone ever had problems with the sound on FTP? My sound randomly quits every once in a while. It starts working again as soon as I play a song or video but I would like an easier solution.
Quick Questions & Answers Thread Quote
06-06-2008 , 03:00 AM
How do you change the color coding for stats for the AHK HUD?
Quick Questions & Answers Thread Quote
06-06-2008 , 11:12 AM
Quote:
Originally Posted by eastern motors
Has anyone ever had problems with the sound on FTP? My sound randomly quits every once in a while. It starts working again as soon as I play a song or video but I would like an easier solution.
Common problem, no known cure other than playing music to kick the sound chip back to life.

It is a problem with the drivers for a particular sound chip IIRC, one commonly used in Dell laptops - is that what you have?
Quick Questions & Answers Thread Quote
06-06-2008 , 11:15 AM
Quote:
Originally Posted by LotsOfOuts69
How do you change the color coding for stats for the AHK HUD?
edit stats.ahk using notepad or similar.

each stat has a "_range" line, specifying colour range, searched from left to right increasing. It stops and returns the cooour when it finds a value it's stat is less than. so in this case, less than 20 = red, less than 30 = orange, less than 100 = greeen.

VPIP looks like this:
Code:
vpip_total_range := "20=ff0000,30=ff9600,100=00ff00"
those numbers are hex RGB colours - same as HTML colours - google HTML colour if you want some examples, or ask more questions here.
Quick Questions & Answers Thread Quote
06-06-2008 , 02:39 PM
Quote:
Originally Posted by _dave_
edit stats.ahk using notepad or similar.

each stat has a "_range" line, specifying colour range, searched from left to right increasing. It stops and returns the cooour when it finds a value it's stat is less than. so in this case, less than 20 = red, less than 30 = orange, less than 100 = greeen.

VPIP looks like this:
Code:
vpip_total_range := "20=ff0000,30=ff9600,100=00ff00"
those numbers are hex RGB colours - same as HTML colours - google HTML colour if you want some examples, or ask more questions here.
ty very much
Quick Questions & Answers Thread Quote
06-06-2008 , 03:54 PM
any way to make PA hud work on betfair?
Quick Questions & Answers Thread Quote
06-06-2008 , 09:53 PM
HEM question:

I don't want any stats to pop up on the HUD until I have 100 hands on a player. Is this poss?

(PT2 used to let me...)

Last edited by RobTheDuck; 06-06-2008 at 09:54 PM. Reason: Woohoo, 700th post!
Quick Questions & Answers Thread Quote
06-06-2008 , 10:05 PM
I dont think you can do that, yet. I assigned color ranges to the Hands stat. So it's red/orange until I have >125 hands on a villain.
Quick Questions & Answers Thread Quote
06-07-2008 , 11:27 AM
Quote:
Originally Posted by _dave_
Common problem, no known cure other than playing music to kick the sound chip back to life.

It is a problem with the drivers for a particular sound chip IIRC, one commonly used in Dell laptops - is that what you have?
Yes, Dell laptop. Thanks for the response.
Quick Questions & Answers Thread Quote
06-07-2008 , 11:40 AM
Quote:
Originally Posted by eastern motors
Yes, Dell laptop. Thanks for the response.
I have the same problem and I use a Compaq laptop. Sucks though because playing other media doesn't fix the problem for me. I just use Table Highlighter to see what tables need my attention.
Quick Questions & Answers Thread Quote
06-08-2008 , 12:35 AM
Quote:
Originally Posted by _dave_
only for tournaments - Stars stops writing the hand histories when you sit out in a cash game

I will add a "hit all I am back" button to StarsPlanner, it is pretty difficult to get the pixel coordinates correct so it will never hit fold/call/rasie/join waitlist by accident - i tried briefly, decided it would take a while so marked it on the todo list...
dave,

this is regarding the timeouthelper for SNG's. Is this still the case for cash games? I know they don't write when you sit out (observed duh!), but...i dunno. any work arounds?

from the sounds of it, you were just doing something like...if previously you had a hand, and now you don't, sit me back in by clicking "i'm back".

i dunno, thanks
Quick Questions & Answers Thread Quote
06-08-2008 , 07:26 PM
im running windows vista, and full tilt makes this really annoying "ding" sort of sound every time i click on a table in the lobby. any idea why it's doing this and how i can fix it? i also have a laptop that uses vista, and this doesnt happen on the laptop so i dunno where i went wrong
Quick Questions & Answers Thread Quote
06-09-2008 , 09:39 PM
anyone?
Quick Questions & Answers Thread Quote
06-09-2008 , 09:42 PM
No idea. Maybe try to find that exact sound file and delete it? as long as it isnt the same sound for something important? Is it a unique sound, that is never played otherwise?

C:\Program Files\Full Tilt Poker\Waves
Quick Questions & Answers Thread Quote
06-09-2008 , 09:52 PM
Quote:
Originally Posted by effang
dave,

this is regarding the timeouthelper for SNG's. Is this still the case for cash games? I know they don't write when you sit out (observed duh!), but...i dunno. any work arounds?

from the sounds of it, you were just doing something like...if previously you had a hand, and now you don't, sit me back in by clicking "i'm back".

i dunno, thanks
For playing cash games cascaded, I modified one of my AHK scripts that monitors the HH files (AutoReload for example) to move it's table to a certain location on screen if it hasn't seen a new hand written in 5 minutes or so. It sorta works but is not nice. Tables have usually broken by the time it noticesm and setting the time lower is very annoying since they move in the middle of long hands.

Still trying to think of a better way...
Quick Questions & Answers Thread Quote
06-09-2008 , 10:55 PM
okay so i'm talking to fozzy, and the sound file isnt in the ftp folder - it's def not an ftp-specific sound, it's just the standard warning sound that vista makes... as i told fozzy, it's the same sound that is made when you have the "news" window open on stars and you try to click on the lobby behind it. i have no idea why it makes this noise since my laptop doesnt do it, but it's done it since i bought the computer and it's driving me nuts.
Quick Questions & Answers Thread Quote
06-10-2008 , 10:20 PM
Question about Sharkscope.

1. Is it possible to sign in on the same login in from multiple computers at the same time??? A couple friends and me were planning on going in together as none of us are major SnG players but we all play a couple a day, we dont want to each get the 150- search one so we were wondering if its possible to subscribe to SS and than just all use the same account?

-Is the above legal if it is possible?
Quick Questions & Answers Thread Quote
06-11-2008 , 09:22 PM
does the new stars update with custom lobbies break PT3 hud or BetPot .21s?
Quick Questions & Answers Thread Quote
06-11-2008 , 09:35 PM
Definitely doesn't harm betpot. No clue how it affects PT3, but I would assume it's fine or there would have been complaints. The only casualty, afaik, is the hotkeys in Stars Assistant, for joining games/wait-lists when using the new black lobby.
Quick Questions & Answers Thread Quote
06-11-2008 , 09:49 PM
ty fozzy
Quick Questions & Answers Thread Quote
06-12-2008 , 07:03 AM
Hey guys I've just got a quick question about SNG Wizard. I know I can use it to analyse entire donkaments etc, but when I play, if there is a hand I am unsure about (where ICM is applicable) I just save that single hand history in a notepad document. Is there any way I can analyse JUST that hand without having to enter it in to SNG Wiz manually? I can import hand histories from entire tournaments, but I'm looking for a way to paste a single hand history and have it analyse that...
Quick Questions & Answers Thread Quote

      
m