Quote:
|
Originally Posted by Adder
I have Valdacil's Tradeskill mod installed which references the InfoCenter's Cookbook and this is also blank. Is the connection causing both to break?
|
Quite probably. I ran into a similar problem back when I was pulling the same info files into two or more different windows myself.
The problem is easily fixed by "fooling" the system into thinking that two different files are being called.
In one or the other of the mods, replace the <include> calls structured like this:
<include>infocenter/harvesting/tier1.txt</include>
With calls structured like this:
<include>dummydir/../infocenter/harvesting/tier1.txt</include>
(A simple global search and replace from ">infocenter/" to ">dummydir/../infocenter/" will do the trick nicely.)
Even though the two references are of course calls to the same file, the system will treat them as calls to different files, and the data will load into both windows.
Quote:
|
Is there any way to edit the name of each note as it is used?
|
It's very easy. In the "infocenter" folder, in the "notes" subfolder, find and open (with your favorite text editor) the "eq2ui_notes_box.xml" file. Change "Note # 1" to whatever you want the first button's label to be, change "Note # 2" to whatever you want the second button's label to be, and so forth. Just make sure not to accidentally change anything else!
-- Darryl