Installing razor, EasyUO and UOin Linux

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Locked
Penny
Legendary Scribe
Posts: 210
Joined: Thu Oct 01, 2009 12:05 pm

Installing razor, EasyUO and UOin Linux

Post by Penny »

Instead of telling just how to install razor, i might as well put the whole thing here :P

INSTALL WINE

Open up your terminal and run:

Code: Select all

sudo apt-get install wine
This will install WINE, now (again in terminal) run

Code: Select all

winecfg
This will initialize your WINE. While you're at it
might as well go to graphics tab, and make sure
"emulate virtual desktop" is not on. It will
be easier to use Razor.

INSTALL .NET 2.0

Run these commands in terminal:

Code: Select all

sudo apt-get install cabextract

Code: Select all

cd
wget http://kegel.com/wine/winetricks

Code: Select all

sh winetricks corefonts allfonts dotnet20
These will install .Net 2.0 for your wine, downloading and
using the .exe installer won't work.


Then just download and install UOEx and Razor. EasyUO will
work as it is.
Failure is not an option, it's a standard.
Locked