hi!
iris development is on halt, so we're not going to support the uokr file formats anytime soon.
from irc :
Quote:
is it there a way to change the folder of witch is used to read uo files?
and is it there a way to script a little bit the client to change one o 2 things?
folder:
iris tries to autodetect or at least asks you at first startup where your uo dir is,
if you want to change that you can set gUOPath in config/config.lua using a texteditor :
add a line like
Code:
gUOPath = "C:\\something\\uo"
how to find the config dir is described here :
http://iris2.de/index.php/FAQ#Howto_fin ... uration.3Fscript:
iris is mostly written in lua script, so you can change and tweak a lot of things,
see also :
http://iris2.de/index.php/Macroshttp://iris2.de/index.php/Scripting_TippsAndTricks (german)