FAQ
From Iris2
 (→Howto find the Itis2 Configuration?)  | 
		 (→Howto limit the chat output lines ?)  | 
		||
| Line 1: | Line 1: | ||
| + | ==Update to latest Iris2 Version==  | ||
| + | |||
| + | Start "Iris2 GUI-Updater" from your Windows Start and select Version: "latest" and hit the "update" button.  | ||
| + | [[File:Updater.jpg]]  | ||
| + | |||
==Updater don't start==  | ==Updater don't start==  | ||
'''Windows Vista''' and '''Windows 7''' Users, please execute our '''Updater''' Tool with Admin rights. If Iris don't start, execute also with Admin rights.<br>  | '''Windows Vista''' and '''Windows 7''' Users, please execute our '''Updater''' Tool with Admin rights. If Iris don't start, execute also with Admin rights.<br>  | ||
| - | |||
| - | + | == Updater Problems? ==  | |
| - | ==Emergency Updater don't work==  | + | 1. read [http://iris2.de/forum/viewtopic.php?f=19&t=1501&p=7641#p7641 here]  | 
| + | |||
| + | == Iris2_Setup.exe can't Access temp Directory ==  | ||
| + | |||
| + | '''Vista & Windows7 Users:''' Please lower the '''User Account Control''' rights to start the '''Iris2_Setup.exe'''.<br>  | ||
| + | :(Press the START Button and type '''uac''' and hit Enter)  | ||
| + | |||
| + | |||
| + | '''Iris2''' for Windows was tested and should work on the following Systems:  | ||
| + | |||
| + | * Windows Server 2003 R2 Enterprise Edition SP 2  | ||
| + | |||
| + | * Windows XP Professional SP 2  | ||
| + | |||
| + | * Windows XP Professional SP 3  | ||
| + | |||
| + | * Windows 7 Professional 32bit  | ||
| + | |||
| + | * Windows 7 Professional 32bit SP 1  | ||
| + | |||
| + | * Windows 7 Professional 64bit  | ||
| + | |||
| + | * Windows 7 Professional 64bit SP 1  | ||
| + | |||
| + | ==Simple/Emergency Updater don't work==  | ||
| - | If you have the following message, start the '''Emergency Updater''' with Admin rights.  | + | If you have the following message, start the '''Simple/Emergency Updater''' with Admin rights.  | 
<pre>  | <pre>  | ||
updating...  | updating...  | ||
| Line 16: | Line 44: | ||
update finished  | update finished  | ||
</pre>  | </pre>  | ||
| + | |||
| + | ==Controls==  | ||
| + | |||
| + | see: [[Controls]]  | ||
==Howto find the Iris2 Configuration?==  | ==Howto find the Iris2 Configuration?==  | ||
| - | + | During the initial start of Iris2, the Configuration template from '''Iris2/config''' is copied to your UserHome directory. This is the configuration Iris2 is using!  | |
| + | |||
How to find it on Windows?  | How to find it on Windows?  | ||
| Line 25: | Line 58: | ||
[[File:WindowsExplorer Iris2 newConfigDir.png]]  | [[File:WindowsExplorer Iris2 newConfigDir.png]]  | ||
| - | |||
| - | |||
| - | |||
| + | '''HINT:''' If you want Iris2 to load the configuration from "Iris2/config" dir, you have to delete the "USE_HOME_DIR" file from "Iris2/".  | ||
| - | ==  | + | ==Howto limit the chat output lines ?==  | 
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | Open the Windows Explorer and type in: %appdata%/.iris/config/config.lua  | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | http://www.iris2.de/images/7/7d/Config.lua.png  | |
| - | + | ||
| - | |||
| + | Edit the '''config.lua''' with Notepad and put this in, to limit the output to the last two lines:  | ||
| + | |||
| + | <pre>gMaxFadeLines = 2</pre>  | ||
| + | |||
| + | ==D3DX9_xx.dll not found==  | ||
| + | Please install the newest [[Download#runtimes|DirectX End-User Runtime (WebInstaller)]] from Microsoft!<br>  | ||
| + | |||
| + | ==UOAM==  | ||
[http://sience.schattenkind.net/uoamhub-0.9.1-win32_(ported_by_Nyvar).zip UOAMHub] ported to Win32 by [http://defianceuo.com/forums/showpost.php?p=1066864687&postcount=11 Nyvar]  | [http://sience.schattenkind.net/uoamhub-0.9.1-win32_(ported_by_Nyvar).zip UOAMHub] ported to Win32 by [http://defianceuo.com/forums/showpost.php?p=1066864687&postcount=11 Nyvar]  | ||
| + | |||
| + | == Own Server (RunUO) ==  | ||
| + | |||
| + | look here http://www.zlug.org/wiki/Ultima_Online  | ||
| + | |||
| + | == connecting to pol shards (allow unencrypted clients) ==  | ||
| + | |||
| + | iris doesn't support encrypted connections, so the shard has to allow unencrypted clients for iris to be able to connnect.<br>  | ||
| + | add the following to uoclient.cfg(newer pol versions)  or pol.cfg (old pol versions) in the pol shard config.  | ||
| + |   Listener  | ||
| + |   {  | ||
| + |   Port 5003  | ||
| + |   Encryption none  | ||
| + |   AOSResistances 0  | ||
| + |   }  | ||
| + | |||
| + | == Debugging ==  | ||
| + | |||
| + | put this in your config/config.lua  | ||
| + | |||
| + | <pre>  | ||
| + | gDebugCategories.loading	= true  | ||
| + | gDebugCategories.sound		= true  | ||
| + | gDebugCategories.mobile		= true  | ||
| + | gDebugCategories.animation 	= true  | ||
| + | gDebugCategories.granny 	= true  | ||
| + | gDebugCategories.static 	= true  | ||
| + | gDebugCategories.walking 	= true  | ||
| + | gDebugCategories.net 		= true  | ||
| + | gDebugCategories.skill 		= true  | ||
| + | gDebugCategories.missing 	= true  | ||
| + | gDebugCategories.gump 		= true  | ||
| + | gDebugCategories.login 		= true  | ||
| + | gDebugCategories.multi 		= true  | ||
| + | gDebugCategories.player		= true  | ||
| + | gDebugCategories.equip		= true  | ||
| + | gDebugCategories.effect		= true  | ||
| + | </pre>  | ||
