Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 07-01-2008, 08:20 AM   #1 (permalink)
Forum Novice
 
Tumeski's Avatar
 
Join Date: Jul 2003
Location: Finland
Age: 20
Posts: 168
Send a message via MSN to Tumeski
Default Runuo asking for path to UO everytime you open it?

Open scripts/misc/DataPath.cs

Around line 16:

Code:
private static string CustomPath = null;
Replace "null" with the path to your UO directroy, so it should look something like this:

Code:
private static string CustomPath = @"C:\Program Files\EA_Games\Ultima_Online";
As you can see we added "@" there and then the path to your uo directory. Your path may be different than mine.

Save it and run your server. Now it doesnt ask for the path anymore.

Thank you.
Tumeski is offline   Reply With Quote
Reply

Bookmarks

Tags
ultimate online directory


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5