mapsretah Posted July 3, 2024 Share Posted July 3, 2024 (edited) Hi! Could anyone tell me please, how to change vertical position of Fallout NewVegas main menu block ("Continue", "New", "Load" etc)? Had extracted all vanila menus from falloutnv_misc.bsa, and searched for corresponding words. Best guess was main_menu.xml, and inside it - section <hotrect name="main_button_layout"> (from line 98 in vanilla file version) ......... <y> <copy src="screen()" trait="height"/> <sub src="me()" trait="height"/> ;; looks like they calculate half-screen vertical position here <div> 2 </div> ;; line 117 </y> ........ but when i changed line 117 to <div> 3 </div> (or <div> 1 </div>), i got no changes in menu block position (my intention was to move it down, to the lower right corner) Edited July 3, 2024 by mapsretah Link to comment Share on other sites More sharing options...
Recommended Posts