update-maps)
misc/tools/xonotic-map-compiler-autobuild download
;;
- compile-map)
+ compile-map-pk3)
if [ $# -eq 0 ] ; then
- msg "Usage: ./all compile-map mapname1 mapname2 mapname3"
- msg "For example: ./all compile-map dance xoylent"
+ msg "Usage: ./all compile-map-pk3 mapname1 mapname2 mapname3"
+ msg "For example: ./all compile-map-pk3 dance xoylent"
fi
- if ! [ -f "netradiant/install/q3map2.x86" ] ; then
- msg "q3map2 needed! Building..."
- make -C netradiant install/q3map2.x86
+ if ! [ -f "netradiant/install/q3map2" ] ; then
+ msg "q3map2 needed! Building netradiant..."
+ make -C netradiant install/q3map2
fi
for mapfile in "$@"; do
+ mapname=$mapfile
mapfile="data/xonotic-maps.pk3dir/maps/$mapfile.map"
if [ ! -f "$mapfile" ] ; then
msg "ERROR, $mapfile not found!"