Corrige script génération de la carte (dernière correction ?)
This commit is contained in:
parent
8c43ee8933
commit
526b8ee193
@ -49,9 +49,7 @@ action() {
|
|||||||
[ ! -e "$serverpath/colors.txt" ] && error "$serverpath/colors.txt manquant"
|
[ ! -e "$serverpath/colors.txt" ] && error "$serverpath/colors.txt manquant"
|
||||||
|
|
||||||
pushd "$serverpath/minetestmapper"
|
pushd "$serverpath/minetestmapper"
|
||||||
./minetestmapper -i "$world" -o /tmp/nalc_map.png \\
|
./minetestmapper -i "$world" -o /tmp/nalc_map.png --colors "$serverpath/colors.txt" --min-y -25 --max-y 300 --geometry -5000:-5000+10000+10000
|
||||||
--colors "$serverpath/colors.txt" --min-y -25 --max-y 300 \\
|
|
||||||
--geometry -5000:-5000+10000+10000
|
|
||||||
verif
|
verif
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user