Skip to content

Commit

Permalink
docs: Adds starting a server notes and tips. (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
BCrowly authored Sep 3, 2023
1 parent 74c6d91 commit 5d6045e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/starting-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 5d6045e

Please sign in to comment.