ST-CS-10-339-75
March 2002

APPENDIX II

CONFIGURING HALF-LIFE  (U)

1.  Introduction  (U)

Appendix 2 is a large body work which will take some time to even partially complete. Currently, very few variables are listed; the main value of the appendix is the information on how to make AVI movies.

The following argument types exist in the command/cvar descriptions;

integer number
A positive whole number - 1, 4, 89, 1024.
number
A positive floating point number - 1.2, 3.5, 6.0.
boolean
A value which is either true or false. False is represented by 0, True is represented by non-0 (so for a boolean, 1 is on, and so is 5, 20, 9999 - but only 0 means off).
filename
The name of a file to be created or accessed. Must follow normal Windows filename conventions.
string
One or more words. If spaces are present, enclose the string in double quotes.