Hello.
I need assistance.
Consider the in-game Journal interface.
More specifically, consider the first two tabs, those that display the list of quests.
I am interested in two specific sub-windows of them tabs:
1) the "header" wherein the Quest Name appears.
2) the "rollover" box into which the Quest Text appears (toggled on and off by clicking the Quest Name header).
Of these two windows I want to change the name of the Font in use, which defaults to [fnt_galahad14].
I have designed my own font.
I have extracted all of the [jnl_*.gui] resources, in search of the 2 specific references to galahad14 to be changed in order to make the 2 windows adopt _my_ font.
In many attempts I ended up changing every occurrence of galahad14 into my font... and indeed my font has been adopted by every string of text displayed anywhere within the Journal... EXCEPT the very two sub-windows I am interested in???
Is this some kind of joke?
Fearing that the font in use by those two sub-windows is not named galahad14 like I believed, I have then substituted my custom font to the very [fnt_galahad14] resource.
When next I launched the game, all windows using galahad14 were now using my custom font... INCLUDING the two Journal sub-windows I am after.
This demonstrates that the 2 windows I seek do use galahad14.
But it also means that those two sub-windows are not defined within any of the [jnl_*.gui] resources.
It makes no sense, unless...
... Looking at more in-game interfaces, I then notice that the sub-windows I want to modify are similar to those adopted in the Spellbook interface. Those used to create the headers for the Tiers of spells.
So maybe the windows I want are associated with the spellbook, and just reused by the Journal?
I search for every [*.gui] resource that seems to be spellbook-related... but again I do not find the definitions for the two sub-windows I want.
I would say that those windows are not defined externally (yet another hardcoded thing, of all the bad luck?).
But maybe I am wrong? -- I sure hope I am.
Does anybody know where those 2 windows are defined?
-fox