[bf1942] Log

Steve Grecni steve at steem.com
Thu Feb 6 17:38:30 EST 2003


On 2003.02.06 17:13 Daniel Bard wrote:
> I'm sure you have had this subject up before, but I just joined
> yesterday..
> 
> Is it somehow possible to get the log from ingame-events into a file?
> I mean in the same way as counterstrike has it; kills, tk's, and so
> on..

You on start up you can redirect the contents of the stdout and stderr 
to a file, but as logging isn't complete and debugging is turned on, 
it's not going to do you much good.  It's best just to wait.

But here's how you'd do it:

./bf1942_lnxded 2>&1 >>bf1942.log


Or just use one > to overwrite the log file instead of appending.



More information about the Bf1942 mailing list