From 6fd515c342b5921ca82a151ff4a4cbc9bd4a9651 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sat, 9 Jul 2016 12:12:46 +0200 Subject: [PATCH] README: update add unzip to requirements and tell how to invoke the direct conversion. --- README.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 6117b6b..27a2101 100644 --- a/README.txt +++ b/README.txt @@ -6,9 +6,11 @@ all your MC texture and resource packs and convert them, and put them in your minetest textures folder. If you wish to convert a specific file only (has to be zip format), then -pass the path to the script as argument. +pass the path to the script as argument and set the NOGUI envvar: -Dependencies: zenity(optional, but recommended), ImageMagick + NOGUI=1 ./mcresconvert.sh ~/Downloads/texturepack.zip + +Dependencies: zenity(optional, but recommended), ImageMagick, unzip ====