]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - weapons.cfg.sh
Use vec3 and get rid of FL2VEC -- This function didn't exist when I first
[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++;'