[TOOLS] Fixed mmap extractor binary name used in MoveMapGen.sh

This commit is contained in:
Tid 2019-05-30 19:16:26 +02:00 committed by MadMax
parent 1cf3cd2e2a
commit e381d55713
2 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ createMMaps()
continue 2
fi
done
./movemap-generator $PARAMS $OFFMESH $i | tee -a $DETAIL_LOG_FILE
./mmap-extractor $PARAMS $OFFMESH $i | tee -a $DETAIL_LOG_FILE
echo "`date`: (Re)created map $i" | tee -a $LOG_FILE
done
}
@ -281,7 +281,7 @@ case "$1" in
echo "Recreate offmeshs from file $OFFMESH_FILE" | tee -a $DETAIL_LOG_FILE
while read map tile line
do
./movemap-generator $PARAMS $OFFMESH $map --tile $tile | tee -a $DETAIL_LOG_FILE
./mmap-extractor $PARAMS $OFFMESH $map --tile $tile | tee -a $DETAIL_LOG_FILE
echo "`date`: Recreated $map $tile from $OFFMESH_FILE" | tee -a $LOG_FILE
done < $OFFMESH_FILE &
;;

View File

@ -18,7 +18,7 @@ namely the tools named:
* `map-extractor`
* `vmap-extractor`
* `mmap-generator`
* `mmap-extractor`
Then copy `ExtractResources.sh`, `MoveMapGen.sh` and `offmesh.txt` into the client
installation directory.