Glass Joe wrote:1.) How can you call a vote to change the map?
"vcall chmap dm_aneurysm" for example
Glass Joe wrote:2.) How can you call a vote to change the game-mode?
this one i dunno... should be a "vcall somethingAboutModeChanging"
Glass Joe wrote:3.) How can you pause, slow-down, fast-forward demo playback?
"set slowmo value" (1 is the real speed value, 0.1 will slowdown with a ratio of 10, 2 will playback at 2x... even if i didn't ever tried it, i assume a value of 0 pauses the demo)
Glass Joe wrote:4.) How can you record a video file from a demo? What format will it be in?
"set cl_capturevideo 1" will start recording and "set cl_capturevideo 0" will stop it. It generates a (lotta) pictures and a .wav file. I would advise you to set the appropriate cvar to get jpeg screenshotqs instead of tga (which aren't compressed)