Go to file
Andrew Chin 139e22f2f8 I don't make typos, no sir I don't 2018-04-21 15:36:48 -04:00
build-tools Updated to new gitlab registry URL 2018-04-21 15:31:33 -04:00
contrib Fix a typo and silly crash case 2014-08-31 13:01:29 -06:00
docs Modernize Windows build instructions 2017-08-23 19:26:28 -07:00
overviewer_core fix pillow no longer allowing RGBA JPEG 2018-02-22 15:38:29 -08:00
test extra character ? 2014-01-20 16:10:48 -05:00
.gitignore Merge branch 'master' into rewrite 2012-02-06 21:41:11 -05:00
.gitlab-ci.yml I don't make typos, no sir I don't 2018-04-21 15:36:48 -04:00
.gitmodules Added new test data submodule 2012-01-01 23:26:37 -05:00
.mailmap handle all types of aliases for the contributor list 2012-04-19 17:33:48 +02:00
.travis.yml travis: additionally fetch ImagingUtils.h 2018-02-22 17:04:52 -08:00
CONTRIBUTORS.rst Update CONTRIBUTORS.rst information 2016-07-19 23:05:37 +02:00
COPYING.txt Added GPL license to all files. 2010-09-21 22:51:12 -04:00
MANIFEST.in Hopefully a better fix for the sdist problem. 2015-06-24 11:42:41 -04:00
README.rst readme: add API key note, small fixes 2017-04-10 12:18:14 +02:00
contribManager.py Replace `python` with `python2` 2016-12-24 14:43:52 -05:00
overviewer.py Remove memcached support 2017-03-16 14:45:19 +01:00
sample_config.py Added some more comments to the sample config. 2012-03-02 13:39:36 -05:00
setup.py setup.py: remove workaround for CentOS 5 2017-04-10 12:22:05 +02:00

README.rst

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

Documentation:
    http://docs.overviewer.org

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

Travis-CI:
    https://travis-ci.org/overviewer/Minecraft-Overviewer

Blog:
    https://overviewer.org/blog/


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 several years 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. To
ensure the map works when viewed through the Internet, you'll need a Google
Maps API key, which you can `get for free from Google`_. Please note that you
are also bound by the `Google Maps API Terms of Service`_.

.. _get for free from Google: https://developers.google.com/maps/documentation/javascript/get-api-key
.. _Google Maps API Terms of Service: https://developers.google.com/maps/terms

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.

.. |Build Status| image:: https://secure.travis-ci.org/overviewer/Minecraft-Overviewer.svg?branch=master