I created a testserver.cfg file, which is launched every time I fire up the ET map testing environment. I have my most used binds assigned to the keypad so that I can quickly scroll thru r_speeds, tracemaps, showtris, etc. Here it is. Hope someone finds them useful:
— copy everything below into a new .cfg file —
//Map Development Config by Ifurita 10/13/03
//Server Settings
seta sv_pure “0”
seta g_gametype “2”
seta g_bluelimbotime “1000”
seta g_redlimbotime “1000”
Game Settings
seta con_drawnotify “1”
seta com_maxfps “0”
//Editor keys
bind KP_Home “editspeakers”
bind KP_uparrow “dumpspeaker”
bind KP_pgup “modifyspeaker”
bind KP_del “undospeaker”
bind KP_leftarrow “toggle r_speeds”
bind KP_5 “cycle r_showtris 0 2”
bind KP_rightarrow “toggle cg_draw2d”
bind KP_end “toggle noclip”
bind KP_downarrow “toggle developer”
bind KP_pgdn “generatetracemap”