From 271faef0fd3357d386650d2e3a1d48a26b6368e2 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 16 Aug 2024 11:13:19 +0200 Subject: [PATCH] Add disclaimer --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 59e28aa..38ee98c 100644 --- a/README +++ b/README @@ -7,6 +7,11 @@ used for modding the game, searching for hidden content, and creating fan translations. The main focus of the tools is on the dumping and editing of in-game text. +NOTE: These tools have been developed for a fan translation project that +never got beyoond the concept stage and has been abandoned many years ago. +As such, the tools were never extensively tested in a production setting, +and for the time being I do not maintain or support them in any way. + The included tools are: * trans / untrans @@ -20,6 +25,7 @@ The tools are entirely written in Python and have the following dependencies: * Python 2.7 + The tools are not compatible with Python 3. * Pillow >= 2.2.1 (https://pypi.python.org/pypi/Pillow/)