diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -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! |