Problem removing back button from maps.. - by AdamP
AdamP on 23/2/2006 at 02:58
Hello, I am trying to remove the back button from book and map screens. I followed this guide from the tweaks post on this forum. It worked but only for books. When viewing maps, the button is still there and it still makes sounds when you hit escape. How do I remove it for maps also?
thanks!
Here is what the guide says:
In T3UI.ini (found in system folder)
To move button off screen:
search for [FullscreenBackButtonForBooksAndMaps] and under it you'll see
Pos_Z=-550
change it so it reads
Pos_Z=-600
To kill the button sounds:
under the same section [FullscreenBackButtonForBooksAndMaps]
comment out the following lines
ButtonSoundSchema_Selected=ui_highlight_a
ButtonSoundSchema_Pressed=ui_click_b
so they look like this
;ButtonSoundSchema_Selected=ui_highlight_a
;ButtonSoundSchema_Pressed=ui_click_b