diff options
-rw-r--r-- | README.md | 19 |
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. + |