I'm trying to move my includes.xml file from my InfoCenter into the eq2ui_custom.xml so that I can re-use information in my Journal modification.
In essence it was easy as changing where the <include> is, and changing Parent.Includes.blah.blah.text into Parent.Parent.Includes.x.x.text
The page used to be located in Custom.InfoCenter.Includes, and now resides in Custom.Includes via the "tree".
However, I'm having trouble. And the wierd part is that it will function correctly in UIBuilder and not in the game. I tried using root.Custom.Includes.x.x.text as well, and that did not fly.
I thought maybe I needed to include the includes.xml above the InfoCenter, but that didn't change anything. Any ideas? Does the file name have to named a certain way? The whole reason for this change is apparently the game doesn't like it when you try to include the same file in 2 different places, which is lame.
|