175 lines
3.9 KiB
Plaintext
175 lines
3.9 KiB
Plaintext
/*********************************************************
|
|
***************** Dumped by aerosoul94 *******************
|
|
*********************************************************/
|
|
|
|
{
|
|
menuDef
|
|
{
|
|
name "ingame_migration"
|
|
rect 0 0 640 480 0 0
|
|
forecolor 1 1 1 1
|
|
focuscolor 1 1 1 1
|
|
blurWorld 3
|
|
onOpen
|
|
{
|
|
setdvar "ui_SaveLoadVisible" 0;
|
|
setLocalVarInt "migration_time_start" ( milliseconds( ) );
|
|
setLocalVarBool "ishost" ( 0 );
|
|
focusfirst;
|
|
}
|
|
onRequestClose
|
|
{
|
|
}
|
|
onEsc
|
|
{
|
|
}
|
|
itemDef
|
|
{
|
|
rect 0 0 640 480 4 4
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 0.4
|
|
background "white"
|
|
textscale 0.55
|
|
}
|
|
itemDef
|
|
{
|
|
rect 0 0 640 480 4 4
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 1 1 1 0
|
|
background "mockup_bg_glow"
|
|
textscale 0.55
|
|
exp forecolor a ( ( ( sin( milliseconds( ) / 1500 ) + 1 ) * 0.25 ) + 0.25 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect 0 0 640 480 4 4
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 1 1 1 0
|
|
background "mockup_bg_glow"
|
|
textscale 0.55
|
|
exp forecolor a ( ( ( sin( milliseconds( ) / 480 ) + 1 ) * 0.25 ) + 0.25 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect 0 0 272 28 1 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 1 1 1
|
|
textfont 9
|
|
textalign 6
|
|
textalignx -60
|
|
textscale 0.5
|
|
text "@MENU_HOST_MIGRATION"
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.25 && !localvarbool( "ishost" ) )
|
|
exp text ( getmigrationstatus( ) + " " )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.25 && ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.5 && !localvarbool( "ishost" ) )
|
|
exp text ( getmigrationstatus( ) + ". " )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.5 && ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.75 && !localvarbool( "ishost" ) )
|
|
exp text ( getmigrationstatus( ) + ".. " )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.75 && !localvarbool( "ishost" ) )
|
|
exp text ( getmigrationstatus( ) + "..." )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.25 && localvarbool( "ishost" ) )
|
|
exp text ( locstring( "@MENU_UPLOADING_STATS" ) + "..." )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.25 && ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.5 && localvarbool( "ishost" ) )
|
|
exp text ( locstring( "@MENU_UPLOADING_STATS" ) + "..." )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.5 && ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 <= 0.75 && localvarbool( "ishost" ) )
|
|
exp text ( locstring( "@MENU_UPLOADING_STATS" ) + "..." )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -100 20 200 0 2 1
|
|
decoration
|
|
visible 1
|
|
forecolor 1 0.8 0.4 1
|
|
textfont 3
|
|
textalign 1
|
|
textaligny 38
|
|
textscale 0.375
|
|
visible when ( ( sin( milliseconds( ) * 0.005 ) + 1 ) * 0.5 > 0.75 && localvarbool( "ishost" ) )
|
|
exp text ( locstring( "@MENU_UPLOADING_STATS" ) + "..." )
|
|
}
|
|
}
|
|
} |