Quote:
Originally Posted by jnils
The thing about mainhud.xml is only a typo.
Now the program searches for a </page> entry, but i know that a custom.xml file from default contains none.
Im not sure what to look for that is a fixed point in this file yet.
|
Well, the default empty one has no </Page> and ends with plain " />\r\n". My best guess for logic is to test for that combination. If you do, you've got an empty file and should just overwrite it with your own. Or replace the " />\r\n" with ">\r\n</Page>\r\n".
There isn't any fixed point in this file anymore. It's all custom stuff from UI mods, so anything could be there. Best bet is the end of the XML block, ie. if the poifinder include isn't there then add it just before the </Page> tag. But watch out: the ProfitUI custom.xml for instance has a <Namespace> tag after the </Page> tag (not technically legal XML, but the way EQ2 processes the files it works).