Page 1 of 1

commands

Posted: Wed Aug 18, 2004 2:06 am
by skillzilla
wouldnt someone post a complete list of etpro commands and what they do
like b_hitsounds 1

Posted: Wed Aug 18, 2004 2:42 am
by Deus
first of all b_hitsound isn't a command.

if you want commands you can do cmdlist in console. most of the commands are selfexplaining.

if you want cvars (like b_hitsound) you can look the example.cfg that was included in the etpro release. there is one for server and one for client.

Posted: Wed Aug 18, 2004 6:27 am
by skillzilla
yeah but that isnt the complete list

Posted: Fri Aug 20, 2004 3:22 am
by =FF=im2good4u
do in console

/cvarlist *

Posted: Sat Aug 21, 2004 8:34 am
by skillzilla
=FF=im2weak4u wrote:do in console

/cvarlist *
that isnt the complete list either
only the ones i have in my config

Posted: Sat Aug 21, 2004 10:04 am
by =FF=im2good4u
oh :roll:

Posted: Sat Aug 21, 2004 11:35 am
by duke'ku
\cvarlist alone should do it

Posted: Sat Aug 21, 2004 12:39 pm
by ReyalP
skillzilla wrote:
that isnt the complete list either
only the ones i have in my config
Not true.
/cvarlist
Shows you a complete list of the cvars defined in your copy of the engine. /cmdlist
shows you the commands known to your game (it is possible to have commands defined on the server, or hidden commands that you won't see in cmdlist).

Note that there can be so many cvars they scroll out of the console buffer.

Posted: Sun Aug 22, 2004 3:28 am
by NewdeaL

Code: Select all

 /cvarlist *b_*
or /b_ then press TAB and it'll spill a list of b_ cvars