From 615fa6f21dfc2952080fdb972a0f4fb802119947 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 16 Jan 2018 13:33:43 -0600 Subject: [PATCH] Created eqemu_config (markdown) --- eqemu_config.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 eqemu_config.md diff --git a/eqemu_config.md b/eqemu_config.md new file mode 100644 index 0000000..65f4a6b --- /dev/null +++ b/eqemu_config.md @@ -0,0 +1,20 @@ + +| Legend | +|--|--| +| *Required | +| Not required| + + +### Server -> World + +| Variable | Default Value | Description | +|--|--|--| +| *shortname | | This is the short name of your server, this shows up in a client's .ini file eg: servername_charactername.ini | +| *longname | | This is the long name of your server, this shows up in a on the Loginserver | +| address | | Not required, but binds the server to this address, default is to listen on all addresses +| localaddress | | Not required, but recommended to set for LAN setups so other local clients can connect properly +| maxclients | -1 | This sets the max amount of clients that can connect to your server, -1 is unlimited +| locked | false | This determines whether the server starts up locked or not, it takes a minimum status of 20 to get through locked state | +| tcp + +### Server -> World -> Loginserver \ No newline at end of file