Server-side recorded client demos

On this page, you can download server-side recorded games from the viewpoint of a particular player, in case you want to review something. The default sort is according to 'Last modified' which presents the demos in chronological order. The date and time is given in CentralEuropean(Summer)Time (CET = UTC+1, CEST = UTC+2). An instruction how to replay demos is given at the end of this page. To ensure privacy, neither chat nor voip is recorded! If you find something suspicious, please send an email to oa.doctor (a) gmail.com providing the name of the demo and the time index of the suspicious behaviour. Cheaters will be banned, while you get rewarded with skill points!
Icon  Name                                  Last modified       Size   Description

How to replay a demo:

After you identified and downloaded a particular demo, uncompress it (if it is zipped) and put the file in your game's demo directory (you may have to create this directory). The location depends on the operating system you are using: Finally start OpenArena, click on MODS, load corkscrew, open the console and type \demo FILENAME where FILENAME is the name of the downloaded demo you want to review. Hint: Use the auto-complete feature of the console: type \demo PREFIX and press the Tab key to complete the name or to see a list of all demo names starting with PREFIX.

Hint: On Linux, you may use the following Bash script to easily download and review (unzipped) demos. As parameter, supply the complete demo name, e.g. "BBE25F8D_dangercity_0009.dm_71"

#!/bin/bash
mkdir -p ~/.openarena/corkscrew/demos
cd ~/.openarena/corkscrew/demos
wget -c http://bb.game-host.org/oa/demos/$1
openarena +set fs_game corkscrew +demo $1