[Mod FF]: Updated the menu files.

This commit is contained in:
JerryALT
2024-03-29 19:59:22 +03:00
parent 7050ef5e96
commit 531002020a
15 changed files with 718 additions and 280 deletions

View File

@ -158,7 +158,7 @@
uiScript addPlayerProfiles;
uiScript openMenuOnDvar com_playerProfile "" player_profile;
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
uiScript stopRefresh;
//uiScript stopRefresh;
}
execkeyint BUTTON_START
{
@ -169,7 +169,7 @@
uiScript addPlayerProfiles;
uiScript openMenuOnDvar com_playerProfile "" player_profile;
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
uiScript stopRefresh;
//uiScript stopRefresh;
}
execkeyint 13 //K_ENTER = 13
{
@ -180,7 +180,7 @@
uiScript addPlayerProfiles;
uiScript openMenuOnDvar com_playerProfile "" player_profile;
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
uiScript stopRefresh;
//uiScript stopRefresh;
}
}
}
@ -248,19 +248,21 @@
decoration
visible when( !localVarBool( ui_hideBack ) );
}
// itemDef
// {
// name signedinas
// type ITEM_TYPE_TEXT
// rect 0 0 250 15 HORIZONTAL_ALIGN_LEFT VERTICAL_ALIGN_TOP
// textscale TEXTSIZE_SMALL
// textstyle ITEM_TEXTSTYLE_SHADOWED
// textfont UI_FONT_NORMAL
// forecolor COLOR_UNFOCUSED
// ownerdraw UI_LOGGEDINUSER_PC
// visible when( !localVarBool( ui_hideBack ) );
// decoration
// }
// Replace original null ownerdraw on custom!
itemDef
{
name signedinas
type ITEM_TYPE_TEXT
rect 0 0 250 15 HORIZONTAL_ALIGN_LEFT VERTICAL_ALIGN_TOP
textscale TEXTSIZE_SMALL
textstyle ITEM_TEXTSTYLE_SHADOWED
textfont UI_FONT_NORMAL
forecolor COLOR_UNFOCUSED
ownerdraw UI_LOGGEDINUSER
visible when( !localVarBool( ui_hideBack ) );
decoration
}
// all buttons will be hidden when option menus are opened, LocalVarBool(ui_hideBack)
CHOICE_BUTTON_VIS( 1, "@IW3SP_MOD_LOC_MENU_CHECK_FOR_UPDATE", open updater_checking_for_updates_internal; LOCAL_ARCADE_RESET, when( !localvarBool( ui_hideBack ) ); )