RunUO 1.0 VisualStudio package
Posted: Fri May 01, 2015 5:37 pm
I finally made time to get RunUO 1.0 setup and an environment ready for at least semi-decent development.
Download:
http://www.tribalinstincts.com/uo/RunUOScriptDev.rar
If you have Visual Studio, launch RunUOScriptDev.sln and get to work
If you don't have Visual Studio, get it for free and then see previous step: https://www.visualstudio.com/en-us/prod ... ss-vs.aspx
Before running the server, you will need to change the CustomPath for your UO install.
In Scripts > Misc > DataPath.cs change the following line to where ever your UO folder is or simply null if it is in the default location.
Download:
http://www.tribalinstincts.com/uo/RunUOScriptDev.rar
If you have Visual Studio, launch RunUOScriptDev.sln and get to work
If you don't have Visual Studio, get it for free and then see previous step: https://www.visualstudio.com/en-us/prod ... ss-vs.aspx
Before running the server, you will need to change the CustomPath for your UO install.
In Scripts > Misc > DataPath.cs change the following line to where ever your UO folder is or simply null if it is in the default location.
Code: Select all
private static string CustomPath = @"E:\Games\UO\Ultima Online - Excelsior Shard";