PDA

View Full Version : Log



Slay
06-01-2003, 01:34 AM
How do I get to my log files in SSE and view them ? Any help appreciated :P

JIMINATOR
06-01-2003, 05:15 AM
They are in the serious sam directory, named SeriousSam.log
It gets whacked every time you restart the game
In order to read them you need a text editor that handles regular expressions.
if you have a unix box, you are set, otherwise look at tucows under editors
you have to do 3 global search & replaces:

\^c......
\^f.
\^[a-zA-Z]

are the search expressions, you replace them with ""

Slay
06-01-2003, 05:20 AM
Thanks JIM :P I figured it would get whacked as you say.