This PK3 was made by RoOst3r for his video "Killing time". http://openarena.ws/board/index.php?topic=2959.0 Its purpose is to clean the screen of the non-relevant infos when producing an OA frag movie. Quote: I left cg_draw2d set to 1. With cg_draw2d set to 0 nothing that is 2d gets drawn to the screen. Which means that I would also lose Frag Messages and Rewards being drawn to the screen. So I had to leave it set to 1 and remove everything I didn't want manually. I couldn't find any built in commands to remove either the scoreboard in the lower right hand corner or the weapon switch animation that pops up every time you change weapons. To fix that problem I downloaded the OpenArena source files. Commented out the code in cg_draw.c that was responsible for drawing those things I didn't want. Compiled and then used the new qvms from that instead.