Page 1 of 1

RunUO 1.0 VisualStudio package

Posted: Fri May 01, 2015 5:37 pm
by TribalInstincts
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.

Code: Select all

private static string CustomPath = @"E:\Games\UO\Ultima Online - Excelsior Shard";

Re: RunUO 1.0 VisualStudio package

Posted: Fri May 01, 2015 5:44 pm
by TribalInstincts
+Colibri, if you have any scripts that you feel comfortable releasing that would be potential dependencies of any of the facet work, send them my way and I will include them in the solution.

Re: RunUO 1.0 VisualStudio package

Posted: Sat May 02, 2015 5:44 pm
by Annachie
Or, if he has time and remembers them, any pre packaged customs he uses. Though chances are by now they've all been modified somewhat.

Tribal, thanks for the studio package. Didn't even think of it.