summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-15 09:20:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-15 09:20:58 -0300
commitca3fdb5132f8bc8e96998eb5e33fc40a77686f01 (patch)
tree809afc03a58abc4ab95a93363ae85928df3b4122 /README.md
parent0bd51cab292595efa512a95862652cc910fb7158 (diff)
downloadtools-ca3fdb5132f8bc8e96998eb5e33fc40a77686f01.tar.gz
tools-ca3fdb5132f8bc8e96998eb5e33fc40a77686f01.tar.bz2
tools-ca3fdb5132f8bc8e96998eb5e33fc40a77686f01.tar.xz
tools-ca3fdb5132f8bc8e96998eb5e33fc40a77686f01.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index 30d5cc0..42b654b 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,31 @@
-# The Mana World 2 Toolset
+# The Monster World: Monster Wars 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.
+Run `make translation` to update them on server and on transifex. Requires to have
+a project maintaner status on Transifex, and having login/password txt files.
## 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.
+Server news can be found at `update/news.txt`. Use `make update` to deploy an
+update to client.
## 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.
-## CI Related
+## Other Make Commands
-```contrib``` contains CI files in need of maintenance. Some scripts to make
-pallete-removal easier are available at `dyecmd/` folder, by Jesusalva. Do not use
-them. (They also won't work unless you copy files to the right place, and have dyecmd
-installed.)
+Use `make` to get a list of all make commands. For example, `make wiki`.
+
+## DyeCmd Related
+
+Some scripts to make pallete-removal easier are available at `dyecmd/` folder, by
+Jesusalva. Do not use them. (They also won't work unless you copy files to the
+right place, and have dyecmd installed.)
## Legacy Server Importer
@@ -30,7 +33,7 @@ Thanks to the efforts from the Great Sage Of Keyboards, Andrei Akaras, we can
easily import to this server the data from TMW Legacy. Details can be obtained with
him. Please check the `hercules` folder for all scripts which carries over the data.
-## Non Related
+## Not Related
Many folders in this toolset are not relevant for this project, or used by other tools.
Please refrain from messing things! Thanks!