Page 3 of 3

Re: Yet another application

Posted: 31 Dec 2012, 00:36
by Zini
Odd. Are we making use of them?

Re: Yet another application

Posted: 31 Dec 2012, 00:49
by potatoesmaster
These are not used. The UI is currently drawn using textures. Using models for drawing flat elements is IMO cumbersome and will make things harder (especially for modders, when the time of UI mods will come).

Re: Yet another application

Posted: 31 Dec 2012, 14:24
by Zini
Okay then. Looks like we have everything. Will have a go at it in a bit.

Re: Yet another application

Posted: 31 Dec 2012, 15:15
by Zini
It seems I can not get the ini importer to import fallback settings at all. Have you tested it?

Re: Yet another application

Posted: 31 Dec 2012, 15:33
by potatoesmaster
I find out why it does not work: difference between Unix and Windows file endings. I tested with a Unix-style Morrowind.ini and that is why I did this string cutting fix. :-/
I will repair that now.

Also, can the Cursors section be removed?

Re: Yet another application

Posted: 31 Dec 2012, 15:43
by Zini
Also, can the Cursors section be removed?
Yes.

Re: Yet another application

Posted: 31 Dec 2012, 16:50
by potatoesmaster
Okay for line endings.

I imported a french ini file and the resulting openmw.cfg contains non-UTF8 characters. How to correct that?

Edit: I will try to use components/to_utf8. Thanks greye!