summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 12:16:34 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 12:16:34 -0200
commit9b2fab77ae21f3ae20fa8da635b8fe5b97182eb2 (patch)
treee7e304e5eb647b52f469aab4cde14bff328e4151 /README.md
parent409171cc9d1efa7e5ed3cb26d9006e149a934cd0 (diff)
downloadtools-9b2fab77ae21f3ae20fa8da635b8fe5b97182eb2.tar.gz
tools-9b2fab77ae21f3ae20fa8da635b8fe5b97182eb2.tar.bz2
tools-9b2fab77ae21f3ae20fa8da635b8fe5b97182eb2.tar.xz
tools-9b2fab77ae21f3ae20fa8da635b8fe5b97182eb2.zip
Include & Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bc96984
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# The Mana World 2 Toolset
+
+This repository holds many tools for TMW2 project.
+
+## Translation Related
+
+Translations can be updated by using `lang/updatelang.py` command. Please note this
+is server-sided, for Client-Data translations, check `lang_client` folder instead.
+
+## Update Related
+
+Server news can be found at `update/news.txt`. The `createnew.sh` and `update.sh`
+scripts will aid when we have to deploy them at remote server.
+
+## Localhost Related
+
+When running a localhost, you'll need to follow the instructions at [localserver/README](localserver/README)
+or it won't work at all.
+