summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index acb9ea7..75a72a6 100644
--- a/README
+++ b/README
@@ -35,3 +35,20 @@ They must be:
Keep in mind that NC licenses are NOT open source, nor are they compatible with the
GPL!
+
+----
+Other tools (Linux-only)
+
+Dependencies:
+```sh
+apt install imagemagick
+pip3 install pillow opencv-python```
+
+* mobs.py
+ * Converts everything in "ready-mobs" to proper image size for mob db.
+ but attribution isn't generated. Input is PNG, output is WebP.
+ Image name should be the faction + monster ID. Model `FFMM`. So an imperial
+ spearman is named `0001` and an arch wizard is named `0701`.
+ Attribution template is sent to ATTR.txt for convenience
+
+