From 0198897306c7a03689f431430b9e6c3fa2434cbe Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 11 Sep 2021 15:40:34 +0200 Subject: [PATCH] Mention colors.txt generation in README closes #86 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 608d096..426c990 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,11 @@ Minetestmapper generates an overview image from a Minetest map. A port of minetestmapper.py to C++ from https://github.com/minetest/minetest/tree/0.4.17/util. This version is both faster and provides more features than the now obsolete Python script. +Minetestmapper ships with a colors.txt file for Minetest Game, if you use a different game or have +many mods installed you should generate a matching colors.txt for better results. +The `generate_colorstxt.py script +<./util/generate_colorstxt.py>`_ in the util folder exists for this purpose, detailed instructions can be found within. + Requirements ------------