Razor Language String fix for all Windows

Name says it all
Locked
dtportnoy69
Apprentice Scribe
Posts: 11
Joined: Thu Sep 02, 2010 8:29 am

Razor Language String fix for all Windows

Post by dtportnoy69 »

I finally got a fix for that damn Language string error that prints out every time you cast a spell. It also fixes the cliloc error when you startup Razor. I didn't see any fixes here on the forums so thought I'd post the solution here.

Create a file called uoex.reg and inside that file put the following:

Code: Select all

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online] 

[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0]
"ExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\client.exe"
"InstCDPath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard"
"PatchExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uopatch.exe"
"StartExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uo.exe"
"Upgraded"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ulitma Online\1.0]
"ExePath"="D:\\Programs\\Games\\Ultima Online Stygian Abyss Classic\\client.exe"
"InstCDPath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard"
"PatchExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uopatch.exe"
"StartExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uo.exe"
"Upgraded"="Yes"


[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Origin Worlds Online\Ultima Online] 

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Origin Worlds Online\Ultima Online\1.0]
"ExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\client.exe"
"InstCDPath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard"
"PatchExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uopatch.exe"
"StartExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uo.exe"
"Upgraded"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Origin Worlds Online\Ulitma Online\1.0]
"ExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\client.exe"
"InstCDPath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard"
"PatchExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uopatch.exe"
"StartExePath"="C:\\Users\\Lolo\Downloads\\Ultima Online - Excelsior Shard\\uo.exe"
"Upgraded"="Yes"
Change the Paths to your particular UO Excelsior folder or UO folder. Mine was located in my Downlaods folder. Yes... my nickname is Lolo :mrgreen:

Save the file and then double click to run it. That will add stuff to your registry. Run Razor and all should be fixed.

This reg file includes the regular fix along with the win7/vista 64-bit fix so it should fix everyone's Razor Language string errors.

Also to note, when you save your file as .reg the file should have a little icon with a little cube thingy. If the icon of the file looks like a normal text file then that means there is a .txt appended to the end and is not showing because you have "show known file extensions" On. To turn that off, which I always recommend, go to Control Panel -> Folder options, then the View tab. In there un-check "Hide extensions for known file types", then hit Apply, then retry the steps above to create a .reg file.

Hope that helps!
Cheers
--------------------------------------
Blindshot - UO Vet - UOEX Noob
User avatar
Tael
Elder Scribe
Posts: 166
Joined: Sun May 17, 2009 1:44 am

Re: Razor Language String fix for all Windows

Post by Tael »

There's this thread that also explains the fix for 64-bit. Maybe that one should've been stickied, since it's hard to find now.
Taelwrath - noobus perpetuus
dtportnoy69
Apprentice Scribe
Posts: 11
Joined: Thu Sep 02, 2010 8:29 am

Re: Razor Language String fix for all Windows

Post by dtportnoy69 »

Ah wish I found that earlier :P I was searching for Language String in the forum. But yeah a neat Solution thread would be nice.stickied
Locked