Difference between revisions of "Installation Instructions"
Line 5: | Line 5: | ||
# Extract the server installation package to a folder you have write permissions to. Don't put it in program files. (Download link is in [https://www.legendsofaria.com/forums/discussion/1249/admin-download-links-and-patch-notes/p1 Private Admin Forum]) | # Extract the server installation package to a folder you have write permissions to. Don't put it in program files. (Download link is in [https://www.legendsofaria.com/forums/discussion/1249/admin-download-links-and-patch-notes/p1 Private Admin Forum]) | ||
# NOTE: You may need to install .NET 4.5 runtime and the 2017 Microsoft x64 C++ runtime (https://aka.ms/vs/15/release/vc_redist.x64.exe) if not already present on your system. | # NOTE: You may need to install .NET 4.5 runtime and the 2017 Microsoft x64 C++ runtime (https://aka.ms/vs/15/release/vc_redist.x64.exe) if not already present on your system. | ||
+ | # NOTE: You may also need to install the 64bit 2013 C++ runtime depending on your OS. (https://www.microsoft.com/en-us/download/details.aspx?id=40784) | ||
== Standalone Shard (Single Region Server) == | == Standalone Shard (Single Region Server) == | ||
− | |||
# Edit the ClusterConfig.xml file for your setup. READ THE comments in the config file explaining each option. | # Edit the ClusterConfig.xml file for your setup. READ THE comments in the config file explaining each option. | ||
# Add an entry in the AccessList.xml for you user id to grant you god access | # Add an entry in the AccessList.xml for you user id to grant you god access |
Revision as of 20:06, 3 November 2018
Currently only support for Windows will be provided. Running the server on other systems is planned but with no ETA.
See Official_Tutorial_Videos for a video setup guide
- Extract the server installation package to a folder you have write permissions to. Don't put it in program files. (Download link is in Private Admin Forum)
- NOTE: You may need to install .NET 4.5 runtime and the 2017 Microsoft x64 C++ runtime (https://aka.ms/vs/15/release/vc_redist.x64.exe) if not already present on your system.
- NOTE: You may also need to install the 64bit 2013 C++ runtime depending on your OS. (https://www.microsoft.com/en-us/download/details.aspx?id=40784)
Standalone Shard (Single Region Server)
- Edit the ClusterConfig.xml file for your setup. READ THE comments in the config file explaining each option.
- Add an entry in the AccessList.xml for you user id to grant you god access
- Run the game using the "Shard Server" shortcut or StandaloneServerLauncher.exe. If you have issues with the shortcut, create your own running Build/ShardServer.exe with the main folder as the working directory.
- To connect to your server, enter the IP address you used in you the ServerAddresss field of your ClusterConfig.xml.
Cluster (Multi Region Server)
- To get started with clusters, you'll need to use Web Launcher. See the Web Launcher Quick Start Guide for details.
MODDER WARNING: Mixing different mods on different regions can have unpredictable results so make sure all the regions are running the exact same mod files!