Tell user to copy qvms in run scripts.

This commit is contained in:
zturtleman 2011-08-03 05:12:59 +00:00
parent 3ded564747
commit 6c68e512c7
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,12 @@ if [ ! -f $BIN ]; then
exit 1
fi
if [ ! -f baseq3r/vm/ui.qvm ]; then
echo "QVMs not found!"
echo "Run 'cp engine/build/$BUILD-$PLATFORM-$ARCH/baseq3r/vm/*.qvm baseq3r/vm/'"
exit 1
fi
# Run the game
./$BIN +set fs_basepath "." +set vm_game 0 +set vm_cgame 0 +set vm_ui 0 $@

6
run.sh
View file

@ -17,6 +17,12 @@ if [ ! -f $BIN ]; then
exit 1
fi
if [ ! -f baseq3r/vm/ui.qvm ]; then
echo "QVMs not found!"
echo "Run 'cp engine/build/$BUILD-$PLATFORM-$ARCH/baseq3r/vm/*.qvm baseq3r/vm/'"
exit 1
fi
# Run the game
./$BIN +set fs_basepath "." +set vm_game 0 +set vm_cgame 0 +set vm_ui 0 $@