So, this is what I promised in first post of this thread
--------
Having another client for Paradise Found
--------
So, you are in the situation you must have another client, for example a 6.x.x.x or a 5.x.x.x for another shard, and you want to have a look to Paradise without renouncing your other client? Then this section is for you.
Basically, your objective is to set everything correctly without causing a mess in Windows Registry (this part will be covered below). Considering OSI/EA changed various times registry paths, it's not hard to have issues, anyway this solution should be the cleanest.
1 - Make a backup of your UO folder.
2- Uninstall UO (so also registry values will be cleaned, otherwise you can't proceed to point 4)
3- Restore your backup or your UO folder, maybe changing its name (for example, "Ultima Online [shard name]"). So now you have the same UO folder, but without registry values.
4- Download and install the UO installer as it's described in first post.
5- follow instructions in first post about the rest... basically just the patching to 7.0.15.1 and the hues.mul changing.
That's all! Now you should have 2 UO folders, one with your old client and one for Paradise (where Windows Registry will check).
So now, when you want to play in Paradise, just run Razor and go (like in first post).
If you need to use the other client, change these values:
Load Client: browse and select the client.exe of your old UO folder
UO Data Directory: browse and select your old UO folder.
------------
Fixing Windows Registry Issues
aka: can't find a suitable Cliloc
aka: Unable to launch the client specified. (Error: UNKNOWN_ERROR) TwoD: "-null-"
---------------
If this happens to you, it's because there are no registry keys in your Windows Registry, OR because they are pointing in a different path. That's quite common if you, let's say, updated from a very old client to a new one instead to just uninstall and reinstall.
- The easy solution would be to uninstall and reinstall UO. (NOT "download it and extract in folder", but download the installer from OSI/EA website as described in first post and run it)
But, in case you are prepared to edit a bit the Windows Registry, here's to you:
- create a new file, call it "uo.reg"
- edit it (open it with text editor, notepad, wordpad etc...)
- copy this inside:
If you have Windows XP or before, or Vista/7 32 bit:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online]
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online]
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0]
"ExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\client.exe"
"InstCDPath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client"
"PatchExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\uopatch.exe"
"StartExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\uo.exe"
"Upgraded"="Yes"
If you have Windows XP 64bit or Vista or 7 64bit:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Origin Worlds Online]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Origin Worlds Online\Ultima Online]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Origin Worlds Online\Ultima Online\1.0]
"ExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\client.exe"
"InstCDPath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client"
"PatchExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\uopatch.exe"
"StartExePath"="C:\\Program Files\\EA Games\\Ultima Online 2d Client\\uo.exe"
"Upgraded"="Yes"
NOTE: this considers you have the UO client installed in C:\Program Files\EA Games\Ultima Online 2d Client\. If this is not your case, edit paths according to where do you have installed your UO client.
- save the file
- doubleclick it. Agree to add infos in System Registry
This should work.
NOTE:
In case this can't resolve your issue, and you can't uninstall-reinstall UO, PM me with these info:
- Operative system (especially if it's 32 bit or 64 bit)
- your UO path
and I will make (when I have some time) a customized .reg file for you.