Many of you might not know that you can do some pretty cool things other than just watch yourself in a demo, so I will show you a pretty good config.
First, go in game and create a new player. Then quit.
Then, go to D:\Users\Kraizen\Documents\id Software\Enemy Territory – QUAKE Wars\sdnet\kraizen\etqwpro or your equivilent directory (if it doesnt exist create it in the new players profile)
Then create a file called autoexec.cfg
Then paste in the following and save and quit:
// GreasedScotsman’s Replay Config
//
// HUD Toggle
//
bind “MOUSE1” “toggle g_showHUD; toggle ui_showGun; com_showFPS 0” “ALT” “default”
//
// Demo Scale Controls
//
bind “KP_INS” “cvaradd demo_scale 1.0” “” “default”
bind “KP_DEL” “cvaradd demo_scale -1.0” “” “default”
bind “MWHEELUP” “cvaradd demo_scale 0.1” “CTRL” “default”
bind “MWHEELDOWN” “cvaradd demo_scale -0.1” “CTRL” “default”
bind “MOUSE1” “toggle demo_scale 10 1” “CTRL” “default”