According to the SunUO documentation, i need to edit the following files:
./Scripts/Misc/CrashGuard.cs
./Scripts/Misc/AutoRestart.cs
./Scripts/Gumps/AdminGump.cs
and i need to replace:
Process.Start( Core.ExePath );
with
Process.Start( "mono", Core.ExePath );
No problem right?
Wrong.
I can't find the Process.Start( Core.ExePath ); even in the shell.
can anybody help with what i'm going through?
