Go to file
Andrew Chin 8ef25ca72e Added new test data submodule 2012-01-01 23:26:37 -05:00
contrib initial update of C code to work with textures object 2012-01-01 22:44:08 -05:00
docs fixed up comments in googlemap.py, moved region.js to web_assets 2011-12-17 21:49:08 -05:00
overviewer_core filled in render call to tileset's render_rendertile() 2012-01-01 23:20:08 -05:00
test Added new test data submodule 2012-01-01 23:26:37 -05:00
.gitignore Merge branch 'py-package' 2011-07-10 18:14:20 -04:00
.gitmodules Added new test data submodule 2012-01-01 23:26:37 -05:00
CONTRIBUTORS.rst added Jason Scheirer to CONTRIBUTORS.rst 2011-11-07 16:57:34 -05:00
COPYING.txt Added GPL license to all files. 2010-09-21 22:51:12 -04:00
MANIFEST.in fixed recursive web_assets handling (closes issue #430) 2011-07-12 18:41:08 -04:00
README.rst Stripped README of redundant info, added some to docs index 2011-10-24 16:36:19 -04:00
contribManager.py Fixed the contribManager in windows binaries 2011-10-04 23:27:30 -04:00
overviewer.py Start of the new rewrite code flow. TileSet still needs work 2012-01-01 16:12:10 -05:00
sample.settings.py Made comments in sample.settings even clearer 2011-11-19 13:53:29 -05:00
setup.py c_overviewer.render_loop now works with normal render mode 2012-01-01 23:02:30 -05:00

README.rst

====================
Minecraft Overviewer
====================
By Andrew Brown and contributors (see CONTRIBUTORS.rst).

Documentation:
    http://docs.overviewer.org

Github code repository:
    http://github.com/overviewer/Minecraft-Overviewer


The Minecraft Overviewer is a command-line tool for rendering high-resolution
maps of Minecraft worlds. It generates a set of static html and image files and
uses the Google Maps API to display a nice interactive map.

The Overviewer has been in active development for over a year and has many
features, including day and night lighting, cave rendering, mineral overlays,
and many plugins for even more features! It is written mostly in Python with
critical sections in C as an extension module.

Getting Started
---------------
All documentation has been consolidated at our documentation site. For
information on downloading, compiling, installing, and running The Overviewer,
visit the docs site.

http://docs.overviewer.org

A few helpful tips are below, but everyone is going to want to visit the
documentation site for the most up-to-date and complete set of instructions!

Alternatively, the docs are also in the docs/ directory of the source download.
Look in there if you can't access the docs site.

Examples
--------
See examples of The Overviewer in action!

https://github.com/overviewer/Minecraft-Overviewer/wiki/Map-examples

Disclaimers
-----------
Before you dive into using this, just be aware that, for large maps, there is a
*lot* of data to parse through and process. If your world is very large, expect
the initial render to take at least an hour, possibly more. (Since Minecraft
maps are practically infinite, the maximum time this could take is also
infinite!)

If you press ctrl-C, it will stop. The next run will pick up where it left off.

Once your initial render is done, subsequent renderings will be MUCH faster due
to all the caching that happens behind the scenes. Just use the same output
directory and it will only update the tiles it needs to.

There are probably some other minor glitches along the way, hopefully they will
be fixed soon. See the `Bugs`_ section below.

Viewing the Results
-------------------
Within the output directory you will find two things: an index.html file, and a
directory hierarchy full of images. To view your world, simply open index.html
in a web browser. Internet access is required to load the Google Maps API
files, but you otherwise don't need anything else.

You can throw these files up to a web server to let others view your map. You
do *not* need a Google Maps API key (as was the case with older versions of the
API), so just copying the directory to your web server should suffice. You are,
however, bound by the Google Maps API terms of service.

http://code.google.com/apis/maps/terms.html

Bugs
====

For a current list of issues, visit
https://github.com/overviewer/Minecraft-Overviewer/issues

Feel free to comment on issues, report new issues, and vote on issues that are
important to you.