From efd2f81ae8ead763af46b9e8cc09198d95a546a5 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 16 Jan 2018 14:16:19 -0600 Subject: [PATCH] Updated eqemu_config (markdown) --- eqemu_config.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/eqemu_config.md b/eqemu_config.md index b38216b..dff4454 100644 --- a/eqemu_config.md +++ b/eqemu_config.md @@ -1,5 +1,3 @@ - - | Legend | |--| | *Required | @@ -59,7 +57,7 @@ | Variable | Default | Description | |--|--|--| -| *host| | Mailserver hostname just use (0.0.0.0) | +| *host| | Mailserver hostname - just use (0.0.0.0) | | port| 7778 | Mailserver port | ## chatserver @@ -68,7 +66,7 @@ | Variable | Default | Description | |--|--|--| -| *host| | Chatserver hostname just use (0.0.0.0) | +| *host| | Chatserver hostname - just use (0.0.0.0) | | port| 7778 | Chatserver port | ## zones @@ -113,4 +111,23 @@ "port" : "5998" }, }, -``` \ No newline at end of file +``` + +## directories +* Most of these are optional, but configurable settings for the server + +| Variable | Default | Description | +|--|--|--| +| maps| Maps/ | Maps directory | +| quests | quests/ | Quests Directory | +| plugins | plugins/ | Plugins Directory | +| lua_modules | lua_modules/ | LUA Modules Directory | +| patches | ./ | Patches Directory +| shared_memory| shared/ | Shared Memory Directory +| logs | logs/ | Logs Directory + +## Config Example + +* Below is a working base config example from our installer: +* https://github.com/Akkadius/EQEmuInstall/blob/master/eqemu_config.json +