summaryrefslogtreecommitdiff
path: root/README.md
blob: bc96984ab836e533c04a7acddb4477e5ffbfe9b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.