<TD ALIGN="RIGHT"><B>5</B></TD>
<TD ALIGN="CENTER"><B><IMG BORDER=0 SRC="/faststats/images/gluon gun.gif" ALT="gluon
gun"></B></TD>
<TD ALIGN="RIGHT">1.00</TD>
<TD ALIGN="RIGHT">1</TD>
The " _ " is missing from the output line for the Gluon Gun - creates a broken link.
Thanks! Nice program!!
Logged In: NO
Heres a work around --- hex edit HL.DLL (sierra\half-life\valve\dlls) - and at position 0xCD289 - replace 20
with 5F and then rename the graphics file to gluon_gun.gif - problem solved.
The issue is that the logging file stores output in "gluon gun" format, and the parser doesn't fill in the space.
Again - cool code! Nice work!!