summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-07-27 19:35:27 -0300
committerJesusaves <cpntb1@ymail.com>2022-07-27 19:35:27 -0300
commit8b480d3a08c7ccf327ef3f04a1cc81c547edbdfe (patch)
tree357d7ec116b0655fa3596f5624652a34493ef9a2 /README
parent0ae2fb405f97e927c9ec18a5055a94301a28405b (diff)
downloadupdates-8b480d3a08c7ccf327ef3f04a1cc81c547edbdfe.tar.gz
updates-8b480d3a08c7ccf327ef3f04a1cc81c547edbdfe.tar.bz2
updates-8b480d3a08c7ccf327ef3f04a1cc81c547edbdfe.tar.xz
updates-8b480d3a08c7ccf327ef3f04a1cc81c547edbdfe.zip
Pragmatically prepare a lot of mobs
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
+
+