Does anyone use Iris2? Its an awesome client for uo which supports 2d and 3d. It apparently only works on free shards up to ml release. I am just curious if anyone knows how to make floating chat windows and a custom hot bar?
Thanks
Iris2
Re: Iris2
I got to speak with one of the Iris2 programmers today and you (I) need(ed) to edit the lib.fadelines.lua file which is in the C:\Program Files\Iris2 - UO Client\lugre\lua (or where ever you installed the Iris2 program).
Edit the line:
gMaxFadeLines = math.floor((100 - gFadeLineOffY) / gFadeLineH) -- something like 40
My 100 was actually 350 which covered 90% of my screen. Setting the value to 40 crashed Iris2 so I set it to 100 and it worked fine.
Edit the line:
gMaxFadeLines = math.floor((100 - gFadeLineOffY) / gFadeLineH) -- something like 40
My 100 was actually 350 which covered 90% of my screen. Setting the value to 40 crashed Iris2 so I set it to 100 and it worked fine.