docs: Adds starting a server notes and tips. (#1487)
This commit is contained in:
parent
74c6d91d34
commit
5d6045eefd
1 changed files with 8 additions and 0 deletions
|
|
@ -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/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue