InstallationManual
From Iris2
(→Install Ultima Online:Mondain's Legacy Client via WINE) |
(→Installation on Windows) |
||
Line 1: | Line 1: | ||
= Installation on Windows = | = Installation on Windows = | ||
- | |||
+ | '''1.''' Download & Install [[Download#Ultima Online: Mondains Legacy Client|Ultima Online Mondains Legacy Client]] (Update Mondains Legacy Client to newest Version (up to '''Stygian Abyss Expansion''')).<br> | ||
+ | ::<font color="#FF0000"> | ||
+ | IMPORTANT: Don't take an existing UO installation, otherwise Iris2 may not work correct!<br> | ||
+ | ::::For Iris2 3D mode you need an UO installation with '''3D Character models'''. UO:ML is the only Version that has this 3D Char models!<br> | ||
+ | </font> | ||
+ | |||
+ | '''2.''' [[Download#Iris2|Download]] the Iris2 Windows Installer. | ||
+ | |||
+ | '''3.''' Install '''Iris2_Setup.exe''' | ||
+ | |||
+ | '''4.''' Go to Start Menu and choose Iris2 | ||
+ | |||
+ | |||
+ | '''OPTIONAL''' If you want to use the "latest" Iris2 Version (developer version), just start the '''Iris2 GUI-Updater''' select Version: '''latest''' and hit the '''Update''' button. | ||
+ | |||
+ | * If you experience problems take a look at out [[FAQ#Update_to_latest_Iris2_Version|FAQ]]. | ||
+ | |||
+ | == Controls == | ||
+ | |||
+ | see [[Controls]]. | ||
+ | |||
+ | == How to set up HotKeys and Macros == | ||
+ | |||
+ | since iris doesn't have a nice editor dialog for hotkeys and macros yet, they have to be set up by editing config/mymacros.lua | ||
+ | |||
+ | for more infos on how to do that please see [[Macros#quickstart|Macros-Quickstart]] | ||
+ | <br> | ||
+ | <br> | ||
= Installation on Linux = | = Installation on Linux = | ||
- | == Setup Iris2 == | + | see also [[Building From Source]]. |
+ | |||
+ | == Suse == | ||
+ | |||
+ | Infos here: | ||
+ | http://packman.links2linux.de/package/iris2 | ||
+ | |||
+ | == Ubuntu == | ||
+ | === Setup Iris2 === | ||
Install Subversion: | Install Subversion: | ||
Line 21: | Line 56: | ||
</pre> | </pre> | ||
+ | * note for ubuntu 9.10 (karmic) : libboost-thread1.37-dev is no longer available, use libboost-thread1.38-dev instead | ||
* we should add an info if fmod is not installed and if installed create a symbolic link or search the right file | * we should add an info if fmod is not installed and if installed create a symbolic link or search the right file | ||
* we should add g++ and libogre-dev, libois1, libois-dev and wine here!) | * we should add g++ and libogre-dev, libois1, libois-dev and wine here!) | ||
Line 27: | Line 63: | ||
sudo apt-get install g++ | sudo apt-get install g++ | ||
+ | ./makeclean.sh | ||
./premakelinux.sh | ./premakelinux.sh | ||
</pre> | </pre> | ||
- | == Setup Ogre3d == | + | if you get linker errors like "undefined reference to ... FMOD_..." (64 bit problem) you can disable it by editing premake.lua and setting "gbUseSoundFmod = true" to false |
+ | |||
+ | === Setup Ogre3d === | ||
copy & paste in Terminal | copy & paste in Terminal | ||
Line 43: | Line 82: | ||
<pre> | <pre> | ||
- | deb http://ppa.launchpad.net/andrewfenn/ | + | deb http://ppa.launchpad.net/andrewfenn/ogredev/ubuntu jaunty main |
- | deb-src http://ppa.launchpad.net/andrewfenn/ | + | deb-src http://ppa.launchpad.net/andrewfenn/ogredev/ubuntu jaunty main |
</pre> | </pre> | ||
Line 54: | Line 93: | ||
- | Than search in Synaptic for "libogre-dev" and install it. Or Go on the left Side on Origin, select ppa.launchpad.net/universe and select libogre-dev for installation. Also install libois1 and libois-dev. ogre-doc may be also usefull. | + | Than search in Synaptic for "libogre-dev" and install it. Or Go on the left Side on Origin, select ppa.launchpad.net/universe and select "libogre-dev" for installation. Also install "libois1" and "libois-dev". ogre-doc may be also usefull. |
- | + | === Setup FMod (optional) === | |
- | == Setup FMod (optional) == | + | |
grab a copy of fmod from http://www.fmod.org/index.php/download . | grab a copy of fmod from http://www.fmod.org/index.php/download . | ||
Line 75: | Line 113: | ||
(type in admin password) | (type in admin password) | ||
+ | <pre> | ||
+ | you probably have to add a symbolic link so that iris can find the fmod lib, since the filename contains the version | ||
+ | to do that run | ||
+ | #> locate libfmod | ||
+ | if it lists something like /usr/local/lib/libfmodex-4.27.06.so | ||
+ | then you should make a symbolic link like this : | ||
+ | #> sudo ln -s /usr/local/lib/libfmodex-4.27.06.so /usr/local/lib/libfmodex.so | ||
+ | then iris will find it during compile : ./makeclean.sh && ./premakelinux.sh | ||
+ | if you get linker errors like 'undefined reference to ... FMOD_...' (64 bit problem) you can disable fmod by editing premake.lua and setting 'gbUseSoundFmod = true' to false | ||
+ | </pre> | ||
- | + | === Install Ultima Online:Mondain's Legacy Client via WINE === | |
- | + | ||
- | + | ||
- | + | ||
- | == Install Ultima Online:Mondain's Legacy Client via WINE == | + | |
Install and Download WINE on your Linux.<br> | Install and Download WINE on your Linux.<br> | ||
- | Download [ | + | Download [[Download#Ultima Online: Mondains Legacy Client|Ultima Online Mondains Legacy Client]] (Update Mondains Legacy Client to newest Version (updates Up to '''Stygian Abyss Expansion''').<br> |
+ | ::<font color="#FF0000"> | ||
+ | IMPORTANT: Don't take an existing UO installation, otherwise Iris2 may not work correct!<br> | ||
+ | ::::For Iris2 3D mode you need an UO installation with '''3D Character models'''. UO:ML is the only Version that has this 3D Char models!<br> | ||
+ | </font> | ||
Line 90: | Line 138: | ||
Install uo.<br> | Install uo.<br> | ||
- | == Start Iris2 == | + | === Start Iris2 === |
<pre> | <pre> | ||
/trunk | /trunk | ||
Line 97: | Line 145: | ||
</pre> | </pre> | ||
+ | == Debian == | ||
- | + | Just like Ubuntu with some more work, but if you are a Debian User, you can handle it ;-). | |
- | + | == other linux distros == | |
+ | |||
+ | even if you're not on ubuntu, see installdeps.ubuntu.sh for package names and instructions, it might help | ||
+ | |||
+ | == How to set up HotKeys and Macros == | ||
+ | |||
+ | since iris doesn't have a nice editor dialog for hotkeys and macros yet, they have to be set up by editing config/mymacros.lua | ||
+ | |||
+ | for more infos on how to do that please see [[Macros#quickstart|Macros-Quickstart]] | ||
+ | |||
+ | Good Luck :-) |