Template:PatchDiff/February 29, 2016 Patch/tf/tf2 misc dir.vpk/scripts/hudanimations tf.txt

From Team Fortress Wiki
Jump to: navigation, search
13761376 Animate GlowImage Alpha 0 Bias 0.8 0 0.2
13771377}
13781378 
N/A1379//--------------------------------------------------------------------------
N/A1380event CompetitiveGame_LowerChatWindow
N/A1381{
N/A1382 Animate HudChat ypos r140 Accel 0 0
N/A1383}
N/A1384 
N/A1385event CompetitiveGame_RestoreChatWindow
N/A1386{
N/A1387 Animate HudChat ypos 275 Accel 0 0
N/A1388}
N/A1389 
N/A1390event HudTournament_MoveChatWindow
N/A1391{
N/A1392 RunEvent CompetitiveGame_LowerChatWindow 0
N/A1393 RunEvent CompetitiveGame_RestoreChatWindow 8
N/A1394}
N/A1395 
N/A1396//--------------------------------------------------------------------------
N/A1397event HudTournament_AnimateTeams_In
N/A1398{
N/A1399 Animate RedTeamPanel xpos c150 Accel 0 0.25
N/A1400 Animate BlueTeamPanel xpos c-300 Accel 0 0.25
N/A1401}
N/A1402 
N/A1403event HudTournament_AnimateTeams_Out
N/A1404{
N/A1405 Animate RedTeamPanel xpos r-5 Accel 0 0.68
N/A1406 Animate BlueTeamPanel xpos -155 Accel 0 0.68
N/A1407}
N/A1408 
N/A1409event HudTournament_DoorsClose
N/A1410{
N/A1411 StopEvent HudTournament_ResetTimer 0
N/A1412 
N/A1413 SetVisible CountdownBG 0 5
N/A1414 SetVisible CountdownLabel 1 0
N/A1415 SetVisible CountdownLabelShadow 1 0
N/A1416 
N/A1417 Animate CountdownLabel ypos c-5 Gain 0.75 0 0.4
N/A1418 Animate CountdownLabelShadow ypos c-2 Gain 0.75 0 0.4
N/A1419 
N/A1420 SetVisible MatchStartingBG 1 0
N/A1421 SetVisible BlueTeamPanel 1 0
N/A1422 SetVisible RedTeamPanel 1 0
N/A1423 
N/A1424 SetVisible HudTournamentBG 0 2
N/A1425 SetVisible TournamentConditionLabel 0 2
N/A1426 RunEventChild MatchStartingBG PlayDoorCloseAnim 0
N/A1427 RunEventChild FrontParticlePanel PlayDoorSlamParticles 0.45
N/A1428 RunEventChild MatchStartingBG PlayDoorOpenAnim 7
N/A1429 
N/A1430 RunEvent HudTournament_AnimateTeams_In 0.25
N/A1431 RunEvent HudTournament_AnimateTeams_Out 7.70
N/A1432 
N/A1433 SetVisible CountdownLabel 0 9.9
N/A1434 SetVisible CountdownLabelShadow 0 9.9
N/A1435 
N/A1436 SetVisible MatchStartingBG 0 10
N/A1437 SetVisible BlueTeamPanel 0 10
N/A1438 SetVisible RedTeamPanel 0 10
N/A1439 
N/A1440 SetVisible CountdownBG 1 11
N/A1441}
N/A1442 
N/A1443event PlayDoorSlamParticles
N/A1444{
N/A1445 FireCommand 0 "start0"
N/A1446}
N/A1447 
N/A1448event PlayDoorCloseAnim
N/A1449{
N/A1450 FireCommand 0 "animation close"
N/A1451}
N/A1452 
N/A1453event PlayDoorOpenAnim
N/A1454{
N/A1455 FireCommand 0 "animation open"
N/A1456}
N/A1457 
N/A1458event HudTournament_ShowTimerCompetitive
N/A1459{
N/A1460 Animate CountdownLabel ypos 150 Linear 0 0
N/A1461 Animate CountdownLabelShadow ypos 150 Linear 0 0
N/A1462 
N/A1463 SetVisible CountdownBG 1 0
N/A1464 SetVisible CountdownLabel 1 0
N/A1465 SetVisible CountdownLabelShadow 1 0
N/A1466}
N/A1467 
N/A1468event HudTournament_ShowTimerDefault
N/A1469{
N/A1470 Animate CountdownLabel ypos 425 Linear 0 0
N/A1471 Animate CountdownLabelShadow ypos 425 Linear 0 0
N/A1472 
N/A1473 SetVisible CountdownBG 1 0
N/A1474 SetVisible CountdownLabel 1 0
N/A1475 SetVisible CountdownLabelShadow 1 0
N/A1476}
N/A1477 
N/A1478event HudTournament_HideTimer
N/A1479{
N/A1480 SetVisible CountdownBG 0 0
N/A1481 SetVisible CountdownLabel 0 0
N/A1482 SetVisible CountdownLabelShadow 0 0
N/A1483}
N/A1484 
N/A1485event Hud_StatsAndMedals_Show
N/A1486{
N/A1487 SetVisible DrawingPanel 0 0
N/A1488 SetVisible WinPanelLogo 0 0
N/A1489 SetVisible StatsBgPanel 1 0
N/A1490 SetVisible StatsLabelPanel 1 0
N/A1491 Animate StatsLabelPanel ypos 75 Accel 0 0.1
N/A1492 Animate BlueMedals ypos 75 Accel 0 0.1
N/A1493 Animate RedMedals ypos 75 Accel 0 0.1
N/A1494}
13791495//