coach_billyg
Game Rating: Hall of Famer
Forum Rating: Pro
Posts: 1837 (0)
this tool is pretty awesome. its missing a few things, that i sent in to yatzr as suggestions. mostly, 4 things - need to be able to filter by eligible years - need to be able to filter out players ranked above a certain rank, like #120PG (particularly for d2 recruiting), showing rank on the page (important for all d1 schools under B prestige, and d2), and to make potential work linearly. you really want to add something to the current figure for potential.
however, there is a workaround for the linear potential thing. say, you want their max rating equation to be something simple, like high/med/low attributes, at 1,.7, and .3, say for a non scoring big:
1*A + .3*SPD + 1*REB+.7*DEF+.7*SB+.3*LP + .3*PER + .3*BH + .3*P + .7*WE+.7*STA
then, you want to work in potential. say you want to add 24 points for high, 12 for medium, 2-3 for low. then you could set high=1, average or unscouted = .5, low = .1, and make the formula
1*(A + A_P*24) + .3*(SPD + SPD_P*24) + 1*(REB + REB_P*24) + ...
which if A_P = high = 1, means 1*(ATH + 24) + ...
or if A_P = med = .5, means 1*(ATH + 12) + ...
or if A_P = low = .1, mean 1*(ATH + 2.4) + ...