summaryrefslogtreecommitdiff
path: root/docs/linux-server-setup.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2023-03-19 05:57:20 +0100
committerKitzunu <24550914+Kitzunu@users.noreply.github.com>2023-03-19 05:57:20 +0100
commit328b6043c8cc3e1b7c9717f473b2f861baeb8c0c (patch)
tree6e6f5c62eec91592d113ebba1c2bc249b9acd955 /docs/linux-server-setup.md
parent8d974a0f8dbde31cfbc112c287f88aec6c033de4 (diff)
parent8f6be9b570ef752c3c5749796f923bfaa4102420 (diff)
downloadwiki-328b6043c8cc3e1b7c9717f473b2f861baeb8c0c.tar.gz
wiki-328b6043c8cc3e1b7c9717f473b2f861baeb8c0c.tar.bz2
wiki-328b6043c8cc3e1b7c9717f473b2f861baeb8c0c.zip
Merge branch 'master' of https://github.com/azerothcore/wiki
Diffstat (limited to 'docs/linux-server-setup.md')
-rw-r--r--docs/linux-server-setup.md14
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.