From 5d6045eefd6ddb79e57d7038a4fef2e60354f184 Mon Sep 17 00:00:00 2001 From: Christian <62718179+BCrowly@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:49:42 +0200 Subject: [PATCH] docs: Adds starting a server notes and tips. (#1487) --- docs/starting-server.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/starting-server.md b/docs/starting-server.md index f7f82d4dee..35c7a6830d 100644 --- a/docs/starting-server.md +++ b/docs/starting-server.md @@ -20,3 +20,11 @@ Everything is run from the _Distribution_ folder. cd Distribution dotnet run ModernUO.dll ``` + +=== "Game Files" + !!! Note + Game files are required to initiate a server. Upon the initial launch, you will encounter a prompt asking for the location of your game files or ClassicUO installation. ClassicUO installations should be configured to reference game files directory within settings.json file. + + + !!! Tip + Game files are not directly distributed in ModernUO, find the latest version to download these at [client download](https://uo.com/Client-Download/) \ No newline at end of file