diff options
| author | Liam <godliam0611@qq.com> | 2023-03-06 20:07:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-06 13:07:45 +0100 |
| commit | b71bed83ddcc00ca060323d2f5e6323280784715 (patch) | |
| tree | fd63d132c0e3bc9fb6cca13753e6cc952216b401 /docs/linux-server-setup.md | |
| parent | 13a1aeafe718a1db4718a4d24c2db764262e49cb (diff) | |
| download | wiki-b71bed83ddcc00ca060323d2f5e6323280784715.tar.gz wiki-b71bed83ddcc00ca060323d2f5e6323280784715.tar.bz2 wiki-b71bed83ddcc00ca060323d2f5e6323280784715.zip | |
Fix the file name error related to mapextractor, vmap4assembler and vmap4extractor executable files. In the current version, their correct file names should be map_extractor, vmap4_assembler and vmap4_extractor. (#879)
Co-authored-by: lai.li <lai.li@tendcloud.com>
Diffstat (limited to 'docs/linux-server-setup.md')
| -rw-r--r-- | docs/linux-server-setup.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/linux-server-setup.md b/docs/linux-server-setup.md index 632bbe6..2b1e84c 100644 --- a/docs/linux-server-setup.md +++ b/docs/linux-server-setup.md @@ -9,27 +9,27 @@ Go to your AzerothCore build directory (e.g. $HOME/build/bin/) and copy the following files to your World of Warcraft binaries directory. -* **mapextractor** +* **map_extractor** * **mmaps_generator** -* **vmap4assembler** -* **vmap4extractor** +* **vmap4_assembler** +* **vmap4_extractor** **DBC and Maps files** ``` cd <your WoW client directory> -./mapextractor +./map_extractor ``` -**Visual Maps (aka vmaps) Note: If you stop vmap4extractor before finish you will need to delete the Buildings directory before start again.** +**Visual Maps (aka vmaps) Note: If you stop vmap4_extractor before finish you will need to delete the Buildings directory before start again.** You can also extract vmaps which will take quite a while depending on your machine (up to hours on ancient hardware). ``` cd <your WoW client directory> -./vmap4extractor +./vmap4_extractor mkdir vmaps; -./vmap4assembler Buildings vmaps +./vmap4_assembler Buildings vmaps ``` When this is complete you will receive the following message which can be safely ignored. |
