How do I change the position of the compass and enemy healthbar? I would like it to be centered on the bottom, instead of the top. Is there an xml to edit? Not sure which one I would change to do so.
I love this mod, gives the NorthernUI a much more Oblivion feel. The only thing that's not themed is the idle dialogue when NPCs speaking with each others for example, the persuasion dialogue (the same as the idle dialogue) and the NorthernUI location when you enter a new location just under the compass otherwise it seems perfect.
Hi, how can I format the text on the loading screen, I removed the unnecessary for me text "loading" and the loading bar, I am also using vanilla backgroud, the text came out below the center frame, thanks.
I don't quite understand what you mean. I didn't change the position of the text in the menu, I only changed the color. The only thing I changed is the size of the capital fonts to a smaller size. This is in the localizationconfig.xml file, in the parameter <!-- Control whether the menu headers use a smaller font. --> <_big4TabUseSmallerHeaders>&true;</_big4TabUseSmallerHeaders> instead of &false; i set &true;
If this is so important to you, you can change it yourself. Open the main_menu.xml file in Notepad. in the block image name="oblivion_logo" in parameter add set a value like 130 to make it look like this
I am unable to insert lines of code into the message to explain clearly.
Modder made it clear in the description and their first response to you that the placement of the text was unaltered from base NorthernUI. If you don't agree with the aesthetic choice then articulate that criticism, but your original post and screenshot reply were framed as if the "issue" were a bug.
It would be correct if there were no gap on the right side of the menu background. The panel is implemented as a floating object, rather than a page divider. If it were a page dividing object, the current placement would be correct.
47 comments
Thank you!
So Showing the A) button for looting and X) for opening the container?
<text name="load_text">
<include src="NorthernUI\fonts\normal.xml" />
<depth>3</depth>
<string><copy src="LoadingMenu" trait="user2" /></string>
<red>255</red><green>255</green><blue>255</blue>
<wrapwidth> 850 </wrapwidth>
<justify>¢er;</justify>
<x>
<copy src="parent()" trait="width" />
<div>2</div>
</x>
<y>
<copy>60</copy>
<sub src="me()" trait="height" />
<div> 2</div>
<add>600</add>
</y>
I didn't change the position of the text in the menu, I only changed the color.
The only thing I changed is the size of the capital fonts to a smaller size. This is in the localizationconfig.xml file, in the parameter
<!-- Control whether the menu headers use a smaller font. -->
<_big4TabUseSmallerHeaders>&true;</_big4TabUseSmallerHeaders>
instead of &false; i set &true;
Open the main_menu.xml file in Notepad.
in the block
image name="oblivion_logo"
in parameter add
set a value like 130
to make it look like this
I am unable to insert lines of code into the message to explain clearly.
I'm satisfied with the position of Oblivion text and I'm not going to change it.
"If this is so important to you"
... Definitely rude
Try to be more respectful on other people work, and at least show a little of appreciation for a mod author answering you and helping you out
It's centered to the neew placxement relative the menu bar on the right.
Btw, best not to comment on old threads.