mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
No description
| Config | ||
| Data | ||
| RevampedSpawns | ||
| Scripts | ||
| Server | ||
| Spawns | ||
| SpawnsOld/Trammel | ||
| Ultima | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| _windebug.bat | ||
| _winrelease.bat | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
| ServUO.exe.config | ||
| ServUO.sln | ||
| ServUO.sln.DotSettings | ||
| zlibwapi32.dll | ||
| zlibwapi64.dll | ||
ServUO
ServUO is a community driven Ultima Online Server Emulator written in C#.
Website
Windows
Run _windebug.bat for development, attaching a debugger and/or extended output.
Run _winrelease.bat for production environment.
Other Platforms
Run make debug for development, attaching a debugger and/or extended output.
Run make or make release for production environment. Writing release is optinal by default
Linux Dependencies
Ubuntu / Debian
sudo add-apt-repository ppa:dotnet/backports
sudo apt-get update
sudo apt-get -y install zlib1g mono-complete dotnet-sdk-10.0 dotnet-runtime-10.0
Arch-based
sudo pacman -S make mono dotnet-sdk dotnet-runtime
Summary
-
Starting with the
/Configdirectory, make sure to read the readme first, then find and editServer.cfgto set up the essentials. -
Go through the remaining
*.cfgfiles to ensure they suit your needs. -
For Windows, run
_winrelease.batto produceServUO.exe, OSX/Linux users may runmake. -
Run
ServUO -
???
-
Profit!