It worked when I ran both programs as Administrator. Otherwise it wasn't writing to the file.
Thanks!
Thanks!
Huge spam cleanup. I hope, everything important is still in place. :-)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu<?xml version="1.0"?>
<CEDConfig Version="3">
<Port>2597</Port>
<Map>
<Map>map0.mul</Map>
<StaIdx>staidx0.mul</StaIdx>
<Statics>statics0.mul</Statics>
<Width>768</Width>
<Height>512</Height>
</Map>
<Tiledata>tiledata.mul</Tiledata>
<Radarcol>radarcol.mul</Radarcol>
<Accounts>
<Account>
<Name>Danamoth</Name>
<PasswordHash>c68087d487343fb8f973b49ee53f267f</PasswordHash>
<AccessLevel>255</AccessLevel>
<LastPos x="2768" y="2000"/>
<Regions/>
</Account>
</Accounts>
<Regions/>
</CEDConfig>
using System;
using System.IO;
using Microsoft.Win32;
using Server;
namespace Server.Misc
{
public class DataPath
{
/* If you have not installed Ultima Online,
* or wish the server to use a separate set of datafiles,
* change the 'CustomPath' value, example:
*
* private const string CustomPath = @"C:Program FilesUltima Online";
*/
private static string CustomPath = @"C:Users<username>DesktopUltima Online 2D Client";