ServUO is a community driven Ultima Online Server Emulator written in C#.
Run _windebug.bat
for development, attaching a debugger and/or extended output.
Run _winrelease.bat
for production environment.
Run _makedebug
for development, attaching a debugger and/or extended output.
Run _makerelease
for production environment.
- Starting with the
/Config
directory, find and editServer.cfg
to set up the essentials. - Go through the remaining
*.cfg
files to ensure they suit your needs. - For Windows, run
_winrelease.bat
to produceServUO.exe
, OSX/Linux users may run_makerelease
. - Run
ServUO
- ???
- Profit!