|
RETURN TO MAIN
SCREEN
MOD 6:
QUICK MENU AND ROUTE INFO BUTTONS by ACCEPT97:
This mod adds two new buttons when you touch the map. They are the
quick menu and a button to take you to the route information screen.
BEFORE:
|
AFTER:
 |
You need to download this file (2 bmp images):
quickmenu.rar extract it and copy both files to your ui_hp_sagan\800_480\ directory.
|
FILE: ui_hpi_sagan/800_480/ui/navigatemap_800_480.ui
Look for "<layer ui_NavigateMapZoomControls3D z=5000>"
and add the commands to the function.
BEFORE:
|
|
AFTER:
<SLIDER quick_2d x=195 y=330 z=20 bmp="quickmenu.bmp"
value="|DAY||NIGHT||AUTO" var=vMapColors onselect='run
sc_JWQuickMenu_OnMap' alpha=40>
<SLIDER road_2d x=535 y=330 z=20
bmp="road.bmp" value="|DAY||NIGHT||AUTO" var=vMapColors onselect='run
sc_QM_Route_Info' alpha=40 > |
|
FILE: ui_hpi_sagan/800_480/ui/navigatemap_800_480.ui
Look for "<layer ui_NavigateMapZoomControls2D z=50>"
and add the commands to the function.
BEFORE:
|
|
AFTER:
<SLIDER quick_2d x=195 y=330 z=20 bmp="quickmenu.bmp"
value="|DAY||NIGHT||AUTO" var=vMapColors onselect='run
sc_JWQuickMenu_OnMap' alpha=40>
<SLIDER road_2d x=535 y=330 z=20
bmp="road.bmp" value="|DAY||NIGHT||AUTO" var=vMapColors onselect='run
sc_QM_Route_Info' alpha=40 > |
|
FILE: ui_hpi_sagan/common/ui/jogwheel.ui
Look for "<script sc_JWQuickMenu_OnMap>" and comment
out one line. This will keep quickmenu from causing the
screen to switch to cockpit mode when you use it.
BEFORE:
runif vFooterShow 0 'run sc_Original_MapSize' |
|
AFTER:
;runif
vFooterShow 0 'run sc_Original_MapSize' |
THE MOD IN ACTION:
|