]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - weapons.cfg.sh
In the first frame set up a temporary scoreboard layout just to get rid of some conso...
[xonotic/xonotic-data.pk3dir.git] / weapons.cfg.sh
1 #!/bin/sh
2 <qcsrc/server/w_all.qc perl -ne 'BEGIN{$i=230}/w_(.*?)\./ or+next;printf qq{alias weapon_%s "impulse %d"\n},$1,$i++;'