Цитата(Aimed @ 23.3.2015, 4:06)

Поменяйте
Код
private static string CustomPath = null;
На
Код
CustomPath = @"C:\Program Files\Games\Ultima Online";
Папка с игрой должна там находиться соответственно.
Разве у меня в скрипте выше не поменяно??? или что то не правильно?
* private static string CustomPath = @"C:\Program Files\Games\Ultima Online";
*/
private static string CustomPath = null;
Вот здесь разве ничего не нужно менять? Ранка почему то не запускается, блин я уже проклял всё на свете с этой ранкой, теперь понятно почему Сфера и всё остальное лучше и адекватнее чем этот самопал недоделанный
string pathUO = GetPath( @"Origin Worlds Online\Ultima Online\1.0", "ExePath" );
string pathTD = GetPath( @"Origin Worlds Online\Ultima Online Third Dawn\1.0", "ExePath" ); //These refer to 2D & 3D, not the Third Dawn expansion
string pathKR = GetPath( @"Origin Worlds Online\Ultima Online\KR Legacy Beta", "ExePath" ); //After KR, This is the new registry key for the 2D client
string pathSA = GetPath( @"Electronic Arts\EA Games\Ultima Online Stygian Abyss Classic", "InstallDir" );
string pathHS = GetPath( @"Electronic Arts\EA Games\Ultima Online Classic", "InstallDir" );