| bin/roslyn | ||
| Config | ||
| Data | ||
| RevampedSpawns | ||
| Scripts | ||
| Server | ||
| Spawns | ||
| SpawnsOld/Trammel | ||
| Ultima | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| Compile.WIN - Debug.bat | ||
| Compile.WIN - Release.bat | ||
| LICENSE | ||
| Makefile | ||
| Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll | ||
| README.md | ||
| ServUO.exe.config | ||
| ServUO.sln | ||
| ServUO.sln.DotSettings | ||
| VersionSpecificSymbols.Common.prop | ||
| zlibwapi32.dll | ||
| zlibwapi64.dll | ||
ServUO
ServUO is a community driven Ultima Online Server Emulator written in C#.
Website
Windows
Run Compile.WIN - Debug.bat for development, attaching a debugger and/or extended output.
Run Compile.WIN - Release.bat for production environment (-debug is still a supported parameter for script debugging).
After this you can run the server by executing ServUO.exe.
OSX
brew install mono
make
Ubuntu
apt-get install mono-complete
make
Summary
-
Starting with the
/Configdirectory, find and editServer.cfgto set up the essentials. -
Go through the remaining
*.cfgfiles to ensure they suit your needs. -
For Windows, run
Compile.WIN - Debug.batto produceServUO.exe, Linux users may runMakefile. -
Run
ServUO.exeto make sure everything boots up, if everything went well, you should see your IP adress being listened on the port you specified. -
Load up UO and login! - If you require instructions on setting up your particular client, visit the Discord and ask!