forked from MineClone5/MineClone5
More Texture Converter clarification
This commit is contained in:
parent
58df62ec8c
commit
1e72dd6b33
|
@ -40,8 +40,8 @@ Mandatory argument:
|
||||||
Directory of Minecraft resource pack to convert
|
Directory of Minecraft resource pack to convert
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
-p <size>
|
-p <texture size>
|
||||||
Specify the size (pixels) of the original textures (default: 16)
|
Specify the size (in pixels) of the original textures (default: 16)
|
||||||
-o <output directory>
|
-o <output directory>
|
||||||
Directory in which to put the resulting Minetest texture pack
|
Directory in which to put the resulting Minetest texture pack
|
||||||
(default: working directory)
|
(default: working directory)
|
||||||
|
@ -86,11 +86,11 @@ Syntax:""")
|
||||||
|
|
||||||
if base_dir == None:
|
if base_dir == None:
|
||||||
print(
|
print(
|
||||||
"""ERROR: You forgot to tell me the path to the Minecraft resource pack.
|
"""ERROR: You didn't tell me the path to the Minecraft resource pack.
|
||||||
Mind-reading has not been implemented yet.
|
Mind-reading has not been implemented yet.
|
||||||
|
|
||||||
Try this:
|
Try this:
|
||||||
"""+appname+""" -i <path to resource pack>
|
"""+appname+""" -i <path to resource pack> -p <texture size>
|
||||||
|
|
||||||
For the full help, use:
|
For the full help, use:
|
||||||
"""+appname+""" -h""")
|
"""+appname+""" -h""")
|
||||||
|
|
Loading…
Reference in New Issue