old six
Initiate
Hello oracleOk mate,lets go!
1º-Download latest ServUo repo: https://github.com/ServUO/ServUO/archive/57.zip
2º-Download Ultima online client from uo.com and let the client update untill finished:
*Classic client: http://web.cdn.eamythic.com/us/uo/installers/20120309/UOClassicSetup_7_0_24_0.exe
*Enhanced client: http://web.cdn.eamythic.com/us/uo/installers/20101118/UOEnhancedSetup_4_0_10_1.exe
3º-Unzip your ServUo publish 57 where you want.I use it on my desktop.
4º-Go to folder Scripts/Misc/Datapath.CS and open it with your editor.
*if you dont have editor,i use sublime text 3: https://download.sublimetext.com/Sublime Text Build 3211 x64 Setup.exe
5º-Inside DataPath.CS,around line number 21 you find this:
-Change this line with the path to your Ultima Online installation,i show you mine:C#:private static readonly string CustomPath = Config.Get(@"DataPath.CustomPath", default(string));
-For more clean and secure,you can just comment the first line with "//",and add the new one with your path like this:C#:private static string CustomPath = @"C:\Users\Kiko\Desktop\Client SERVER";
6º-Now save changes in DataPath.CS and close the editor.C#://private static readonly string CustomPath = Config.Get(@"DataPath.CustomPath", default(string)); private static string CustomPath = @"C:\Users\Kiko\Desktop\Client SERVER";
7º-Go to ServUo publish 57 folder,and run the file named "Compile.WIN - Release".(I asume you using windows).
8º-Follow the instructions you can see in console until world is loaded and port is listening.The emulator will ask you to create your Administrator account.
9º-Open your favorite game assistant and choose the client and client folder you updated before.Set ip 127.0.0.1 and port 2593 and enter the world.
10º-Use command [CreateWorld and create it.now just wait,depending on machine.
11º-Enjoy your new world.
Here is a great tutorial to get started in ServUo:
Read this,is better than i say,but i hope it help you man! Welcome!Getting Started With ServUO
In this step we will learn how to download ServUO from GitHub's website and how to compile it on Windows. This tutorial is meant to be basic so we will not get into how to setting up a personal fork or setting up git tools on your computer. If you would like to learn these advanced steps then...www.servuo.com
I tried to download the server code file 57.zip through the first step, but there was an error when releasing the compressed file. I wonder if you have known this situation. Is there any way to get a good 57.zip server code file?