RETURN TO MAIN SCREEN


REMOVE LARGER TURN ICON:

This mod will allow you to remove the large turn arrow from the display.  When you touch the turn icon it will disappear.  It will reappear again after you go to the menu functions or touch the screen and wait a couple of seconds.  You can always remove it by touching it again.  NOTE:  if you are using the EFM (Enhanced Fullscreen Mod), part of the update will add the small turn icon and distance to maneuver to the title bar (as seen in the upper left corner of the screen).

BEFORE:
Loading!
AFTER:
Loading!
 


 

FILE: ui_hpi_sagan/800_480/ui/navigatemap_800_480.ui

Search for "hp_cockpit_bg.bmp".  This will change what happens when you release the button.  before it would just similate a map clicked, now it will hide the large turn icon.  This will work in cockpit mode and fullscreen mode.


BEFORE:

<BUTTON xxx bmp="hp_cockpit_bg.bmp" x=0 y=76 z=1 onrelease='run sc_MapClicked' visiblemodel="navigation.distance_to_manuver.valid&navigation.direction_id.valid">

 

AFTER:

;SPECTER MOD - HIDE THE BIG ICON
<BUTTON xxx bmp="hp_cockpit_bg.bmp" x=0 y=76 z=1 onrelease='ui_Cockpit.hide' visiblemodel="navigation.distance_to_manuver.valid&navigation.direction_id.valid">