101 lines
2.9 KiB
Plaintext
101 lines
2.9 KiB
Plaintext
/*********************************************************
|
|
***************** Dumped by aerosoul94 *******************
|
|
*********************************************************/
|
|
|
|
{
|
|
menuDef
|
|
{
|
|
name "killstreak_pickup"
|
|
rect 0 0 640 1 1 0
|
|
decoration
|
|
forecolor 1 1 1 1
|
|
exp rect y ( ( dvarbool( "camera_thirdPerson" ) ) * ( 0 - 40 ) * ( ! ( dvarbool( "splitscreen" ) ) ) )
|
|
onOpen
|
|
{
|
|
lerp "alpha" "from" 0 "to" 1 "over" "0.15";
|
|
lerp y "from" "480" "to" 0 "over" "0.15";
|
|
setLocalVarString "tempName" ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 0 ) );
|
|
close "splash";
|
|
close "challenge";
|
|
close "defcon";
|
|
close "killstreak";
|
|
close "perk_challenge";
|
|
close "promotion";
|
|
}
|
|
onClose
|
|
{
|
|
lerp y "from" 0 "to" - "480" "over" "0.15";
|
|
lerp "alpha" "from" 1 "to" 0 "over" "0.15";
|
|
}
|
|
itemDef
|
|
{
|
|
name "killstreak_title"
|
|
rect 0 -110 0 0 2 2
|
|
decoration
|
|
visible 1
|
|
forecolor 1 1 1 1
|
|
textfont 9
|
|
textalign 1
|
|
textscale 0.5833
|
|
exp glowcolor r ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 5 ) )
|
|
exp glowcolor g ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 6 ) )
|
|
exp glowcolor b ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 7 ) )
|
|
exp glowcolor a ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 8 ) )
|
|
visible when ( ( ! ( dvarbool( "splitscreen" ) ) ) )
|
|
exp text ( getsplashtext( 0 ) )
|
|
}
|
|
itemDef
|
|
{
|
|
name "killstreak_description"
|
|
rect 0 -90 0 0 2 2
|
|
decoration
|
|
visible 1
|
|
forecolor 1 1 1 1
|
|
textalign 1
|
|
textscale 0.375
|
|
visible when ( ( ! ( dvarbool( "splitscreen" ) ) ) )
|
|
exp text ( getsplashdescription( 0 ) )
|
|
}
|
|
itemDef
|
|
{
|
|
name "killstreak_icon"
|
|
rect -24 -190 48 48 2 2
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 1 1 1 1
|
|
textscale 0.55
|
|
visible when ( ( ! ( dvarbool( "splitscreen" ) ) ) && ( ! ( dvarbool( "camera_thirdPerson" ) ) ) && ( ! ( inkillcam( ) ) ) )
|
|
exp material ( getsplashmaterial( 0 ) )
|
|
}
|
|
itemDef
|
|
{
|
|
name "killstreak_title_ss"
|
|
rect 0 -135 0 0 2 2
|
|
decoration
|
|
visible 1
|
|
forecolor 1 1 1 1
|
|
textfont 9
|
|
textalign 1
|
|
textscale 0.87495
|
|
exp glowcolor r ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 5 ) )
|
|
exp glowcolor g ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 6 ) )
|
|
exp glowcolor b ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 7 ) )
|
|
exp glowcolor a ( tablelookupbyrow( "mp/splashTable.csv" , splashrownum( 0 ) , 8 ) )
|
|
visible when ( ( dvarbool( "splitscreen" ) ) )
|
|
exp text ( getsplashtext( 0 ) )
|
|
}
|
|
itemDef
|
|
{
|
|
name "killstreak_icon_ss"
|
|
rect -30 -135 60 60 2 2
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 1 1 1 1
|
|
textscale 0.55
|
|
visible when ( ( dvarbool( "splitscreen" ) ) && ( ! ( dvarbool( "camera_thirdPerson" ) ) ) && ( ! ( inkillcam( ) ) ) )
|
|
exp material ( getsplashmaterial( 0 ) )
|
|
}
|
|
}
|
|
} |