PDA

View Full Version : Can you log console dumps?


Neverman
09-24-2001, 10:48 AM
There are dump commands that output various information to the console. Is there any way to log this to a text file or something? Otherwise how are you supposed to see all of the information as it scrolls off the screen at light speed?

Keshire
09-24-2001, 10:51 AM
Yes I belive there is. I don't remember the exact command to do it though. I either saw the command in the Official MaxEd tuitorial or on the commands list in the Help file that came with the program.

Sorry I couldn't give more info. I do most of my posting at work.

-Keshire "when going insane be aware of those around you even if they aren't around you"

SamiV
09-25-2001, 12:01 AM
Do this in the console:
x_consolemode->cm_dumptofile(..\mylog.txt);

Will write all console contents to a text file called "mylog.txt" in the same folder as the game executable.

SamiV.