Fix vmap script error checking.
This commit is contained in:
parent
a8ee403f81
commit
d59716ae7d
1 changed files with 1 additions and 8 deletions
9
vmap
9
vmap
|
@ -7,14 +7,7 @@ if [ ! -f "$SCRPATH"/bin/vmap ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
set -e
|
||||
"$SCRPATH"/bin/vmap -v -custinfoparms -fs_basepath "$SCRPATH" -fs_game platform -threads 4 -samplesize 8 $*
|
||||
|
||||
if [ ! -f "$*.prt" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
"$SCRPATH"/bin/vmap -vis -v -fs_basepath "$SCRPATH" -fs_game platform $*
|
||||
"$SCRPATH"/bin/vmap -light -custinfoparms -fs_basepath "$SCRPATH" -v -fs_game platform -bounce 8 -fastbounce -samplesize 8 -threads 4 -shade -shadeangle 60 -patchshadows $*
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue