Jump to content

Disable "location name" messages when entering an area


PenelopeJenga

Recommended Posts

Does anyone know of a mod that will disable the notification text at the top of the screen that fades in when you enter a location?

Or alternatively, if someone is able to point me in the right direction of any files I could edit to achieve it, that would be great too!

 

I've looked through all the mods in the User Interface category and couldn't see anything that did this.

 

Thanks :)

 

Link to comment
Share on other sites

  • 2 weeks later...

For anyone interested I sorted it.

 

In "hud_main_menu.xml" (on my system, it's on installation path D:\Steam\steamapps\common\Oblivion\Data\menus\main), search for and change the following:

 

<text name="hudmain_region">
<x>
<!-- <copy src="screen()" trait="width" />
<sub src="me()" trait="width" />
<div>2</div> -->
<copy src="screen()" trait="width" />
<add src="me()" trait="width" /> <!-- compensate for right-alignment -->
<div>0</div>
</x>
<y>
Change number between <div> <div> to zero, as shown. This will disable the location pop up.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...