I bet someone was mad after you pulled that off
Also if you want a config for doing movies, I have this one here. It doesn't change anything graphically, it just removes all the stuff you don't really need to see in a video.
Code:
//Movie Config
echo
echo Movie Config Loaded :D
echo
//Removals
sv_cheats "1" //enables cheats
voice_enable "0" //disables all mic talking
hidepanel all //removes the spectator black bars
cl_showtextmsg "0" //removes the chat box (for text)
hud_saytext_time "0" //also removes chat box (actually just forces it to never display messages)
net_graph "0" //removes net_graph
Thing is, if you run that, you still have to disable the radar (it's in the Spectator HUD). Make sure you remove the radar BEFORE running this config, because you won't be able to see the UI that lets you disable the radar if you run this config first.
Also, you'll have to put a few extra things in your autoexec.
Code:
//Graphics Settings
drawpanel //Puts the spectator bars back
net_graph 1 //Puts your net_graph back (I have this set to 1 because 2 and 3 don't work in scrims)
hud_saytext_time 12 //Forces the text box back (default is 12)
//Sound
voice_enable 1 //Turns in game voices back on
Those are all just the opposites of the removals in the movie.cfg
Also just a tip : disable Steam Cloud when you're recording stuff with a screen recorder. It looks weird when you're watching a video and someones Steam notification comes up in the video.
If you read this, you suck.