summaryrefslogtreecommitdiff
path: root/docs/server-setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/server-setup.md')
-rw-r--r--docs/server-setup.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/server-setup.md b/docs/server-setup.md
index 3f9ea41..a499d5f 100644
--- a/docs/server-setup.md
+++ b/docs/server-setup.md
@@ -1,21 +1,21 @@
# Server Setup
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
+| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
Now that you have the source compiled, you need to add some necessary files, by either downloading or extracting them.
Some files are optional but highly recommended:
-| Directory | |
-| :- | :- |
-| dbc | Mandatory |
-| maps | Mandatory |
-| vmaps | HIGHLY RECOMMENDED |
-| mmaps | HIGHLY RECOMMENDED |
-| cameras | Recommended |
+| Directory | |
+| :- | :- |
+| dbc | Mandatory |
+| maps | Mandatory |
+| vmaps | HIGHLY RECOMMENDED |
+| mmaps | HIGHLY RECOMMENDED |
+| cameras | Recommended |
## Download
@@ -91,6 +91,7 @@ You need to run Mapextractor.exe before the makevmaps_simple.bat.
Open the .conf files and scroll down to LoginDatabaseInfo, WorldDatabaseInfo, and CharacterDatabaseInfo and enter MySQL login information for the server to be able to access your database.
On a newly compiled configuration, you will have the following values by default
+
```
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth" worldserver.conf / authserver.conf
WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world" worldserver.conf
@@ -139,7 +140,7 @@ If you are still having problems, check:
* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time.
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
+| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |