0

added support for loading textures directly out of texture packs

This commit is contained in:
Aaron Griffith
2011-11-07 16:48:11 -05:00
parent 0d656e274f
commit bca4b9b011
3 changed files with 58 additions and 24 deletions

View File

@@ -90,9 +90,13 @@ You have several options:
file in the same directory as overviewer.py or overviewer.exe. For
installations, you will need to specify the path... see the next bullet.
* You can put a terrain.png file anywhere you want and point to its location
with the :option:`--textures-path` option. This should point to the directory containing
the terrain.png, not to the file itself.
* You can put a terrain.png file anywhere you want and point to its
location with the :option:`--textures-path` option. This should
point to the directory containing the terrain.png, not to the file
itself.
* Alternately, you can download any texture pack ZIP you like and
point to this directly with :option:`--textures-path`.
Note: the :option:`--check-terrain` option is useful for debugging terrain.png issues.
For example::