1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// basic setup
sv_public 0
sv_random_seed 12345
sv_mapchange_delay 1
bot_join_empty 1
sys_usenoclockbutbenchmark 1
// when benchmark is over, just exit
quit_and_redirect "invalid.example.org"
// benchmark setup
maxplayers 32
bot_number 32
skill 100
fraglimit_override 0
timelimit_override 3
sv_eventlog 1
g_nixnex 1
g_nixnex_with_laser 1
g_balance_nixnex_roundtime 3
map downer
// time darkplaces/nexuiz-dedicated +exec serverbench.cfg | grep ^: > serverbench.log
// on Linux/Ubuntu, this should always yield a file with the md5sum
|