PDA

View Full Version : get a complete cvar list or expand console memory?


imported_Braniac
11-04-2003, 12:33 AM
I'd like to get a complete cvar listing. However, my console cuts off the first maybe 20% of the list (can't scroll back that far). Is there a way to increase the consoles memory, pause the display, or dump text as it appears. I found the dumpcvar command, but can't get it to work (if that's even what it does).

Thanks,
Braniac

thejerk
11-04-2003, 07:03 AM
Try printing out onto paper the list so you can reference it later. I'm sure if you look here, at the CoD official site or at a RtCW site for cvar documentation and such you'll find a complete and comprehensive list worth printing.

rudedog
11-04-2003, 08:27 AM
Here is what TMT (http://www.modtheater.com) has done so far (scorpio midget)

Cvars (http://www.modtheater.com/forum/showthread.php?t=10257)

Console commands (http://www.modtheater.com/forum/showthread.php?t=10256) - not necisarly rcon commands

imported_Braniac
11-04-2003, 12:20 PM
Thanks for the replies. A friend (NM156) actually came up with a solution for me this morning that I thought I'd share.

In console, type:

/seta logfile "3"

then /cvarlist

Look for "console_mp.log" in your main. Your list will be in there.

Thanks again!