\df_ar_format [ TYPE: STRING - DEFAUT: "$map.$-route[$gt.$phys.$-mode]$m.$-s.$-ms($pl.$plc)" ] - sets the demo name format for the autorecord. The format string supports the following identifers : $map : map name $gt : gametype $phys : physics type $route : tricks mode route $mode : tricks mode / fast caps game-mode $m : timer minutes $s : timer seconds $ms : timer milliseconds $pl : player name $plc : player country $$ : ouput a '$' character When the argument resulting of a token is missing, the behavior can be controlled using the identifiers + and - : $+i : where i is the argument identifier, cancels the output of the character following the token in the format string. $-i : cancels the output of the character preceding the token. Both can be combined using $-+i. For example, "$m[$-+mode]_$p" will result in "mapname_physics" when no Mode data is available.