Template:PatchDiff/August 27, 2015 Patch/tf/tf2 misc dir.vpk/scripts/hudanimations tf.txt

From Team Fortress Wiki
Jump to: navigation, search
883883 Animate StaticPhoto Alpha "0" Accel 0 2
884884}
885885 
N/A886event HideStamp
N/A887{
N/A888 SetVisible ApplyStampButton 0 0
N/A889}
N/A890 
N/A891event CollectionCrafting_Intro
N/A892{
N/A893 // Reset
N/A894 SetVisible ApplyStampButton 0 0
N/A895 SetVisible Stamp 0 0
N/A896 Animate Stamp xpos c140 Accel 0 0
N/A897 Animate DrawingPanel xpos c0 Accel 0 0
N/A898 Animate DrawingPanel wide 0 Accel 0 0
N/A899 Animate LetterFront xpos c0 Accel 0 0
N/A900 Animate LetterFront wide 0 Accel 0 0
N/A901 Animate LetterBack_Top xpos c-250 Accel 0 0
N/A902 Animate LetterBack_Top ypos 400 Accel 0 0
N/A903 Animate LetterBack_Top wide 500 Accel 0 0
N/A904 Animate LetterBack_Bottom xpos c-250 Accel 0 0
N/A905 Animate LetterBack_Bottom ypos 400 Accel 0 0
N/A906 Animate LetterBack_Bottom wide 500 Accel 0 0
N/A907 Animate LetterBack_Flap xpos c-250 Accel 0 0
N/A908 Animate LetterBack_Flap ypos 400 Accel 0 0
N/A909 Animate LetterBack_Flap wide 500 Accel 0 0
N/A910 Animate LetterBack_Flap tall 0 Deaccel 0.6 0.4
N/A911 Animate LetterBack_Top ypos 400 Accel 0 0
N/A912 SetVisible ReturnModel 0 0
N/A913 Animate SendEvelopeButton ypos 280 Accel 0 0
N/A914 SetVisible SendEvelopeButton 0 0
N/A915 SetVisible ResponseTimeout 0 0
N/A916 SetVisible WaitingForResponse 0 0
N/A917 
N/A918 SetVisible ShowExplanationsButton1 1 0
N/A919 SetVisible ShowExplanationsButton2 0 0
N/A920 Animate TradeUpContainer wide 800 Accel 0 0
N/A921 
N/A922 // Slide paper down
N/A923 Animate TradeUpContainer Position "0 60" Deaccel 0 0.3
N/A924 
N/A925 // Slider BG up
N/A926 Animate BG Position "0 34" Deaccel 0 0.3
N/A927 
N/A928 // Fade dimmer down
N/A929 Animate Dimmer Alpha "255" Linear 0 0.4
N/A930}
N/A931 
N/A932event CollectionCrafting_LetterStart
N/A933{
N/A934 // Slide envelope up
N/A935 FireCommand 0.0 "playsound ui/trade_up_envelope_slide_in.wav"
N/A936 Animate LetterBack_Bottom ypos 60 Deaccel 0 0.3
N/A937 Animate LetterBack_Flap ypos 60 Deaccel 0 0.3
N/A938 Animate LetterBack_Top ypos 60 Deaccel 0 0.3
N/A939 SetVisible ShowExplanationsButton1 0 0
N/A940 
N/A941 // Close flap
N/A942 FireCommand 0.3 "playsound ui/trade_up_envelope_fold.wav"
N/A943 Animate LetterBack_Flap tall 250 Deaccel 0.4 0.2
N/A944 
N/A945 // Start Flip
N/A946 FireCommand 0.8 "playsound ui/trade_up_envelope_spin.wav"
N/A947 Animate TradeUpContainer wide 0 Accel 0.8 0
N/A948 Animate LetterBack_Bottom wide 0 Accel 0.8 0.2
N/A949 Animate LetterBack_Bottom xpos c0 Accel 0.8 0.2
N/A950 Animate LetterBack_Flap wide 0 Accel 0.8 0.2
N/A951 Animate LetterBack_Flap xpos c0 Accel 0.8 0.2
N/A952 Animate LetterBack_Top wide 0 Accel 0.8 0.2
N/A953 Animate LetterBack_Top xpos c0 Accel 0.8 0.2
N/A954 
N/A955 // End Flips
N/A956 Animate LetterFront xpos c-250 Deaccel 1.0 0.2
N/A957 Animate LetterFront wide 500 Deaccel 1.0 0.2
N/A958 Animate DrawingPanel xpos c-250 Deaccel 1.0 0.2
N/A959 Animate DrawingPanel wide 500 Deaccel 1.0 0.2
N/A960 SetVisible ApplyStampButton 1 1.3
N/A961 SetVisible ShowExplanationsButton2 1 1.3
N/A962}
N/A963 
N/A964event CollectionCrafting_PlaceStamp
N/A965{
N/A966 SetVisible Stamp 1 0
N/A967 SetVisible ApplyStampButton 0 0
N/A968 FireCommand 0 "playsound ui/trade_up_apply_stamp.wav"
N/A969}
N/A970 
N/A971event CollectionCrafting_LetterSend
N/A972{
N/A973 SetVisible ShowExplanationsButton2 0 0
N/A974 SetVisible SendEvelopeButton 0 0
N/A975 Animate Stamp xpos c70 Deaccel 0 0.3
N/A976 Animate LetterFront xpos c-320 Deaccel 0 0.3
N/A977 Animate DrawingPanel xpos c-320 Deaccel 0 0.3
N/A978 
N/A979 RunEventChild BehindItemParticlePanel PlayEnvelopSendParticles 0.3
N/A980 Animate Stamp xpos 1120 Accel 0.3 0.2
N/A981 Animate LetterFront xpos 1000 Accel 0.3 0.2
N/A982 Animate DrawingPanel xpos 1000 Accel 0.3 0.2
N/A983 SetVisible CloseButton 0 0
N/A984 FireCommand 0.2 "playsound ui/trade_up_envelope_slide_out.wav"
N/A985}
N/A986 
N/A987event PlayNewItemParticles
N/A988{
N/A989 FireCommand 0 "start0"
N/A990}
N/A991 
N/A992event PlayCrateSmashParticles
N/A993{
N/A994 FireCommand 0 "start1"
N/A995}
N/A996 
N/A997event PlayEnvelopSendParticles
N/A998{
N/A999 FireCommand 0 "start2"
N/A1000}
N/A1001 
N/A1002event ShowFoundLabels
N/A1003{
N/A1004 Animate YouTradedForLabel alpha 0 Linear 0 0
N/A1005 Animate ItemName alpha 0 Linear 0 0
N/A1006 
N/A1007 Animate YouTradedForLabel alpha 255 Linear 3 1
N/A1008 Animate ItemName alpha 255 Linear 3 1
N/A1009}
N/A1010 
N/A1011event CollectionCrafting_ItemRecieved
N/A1012{
N/A1013 RunEventChild NewItemPanel ShowFoundLabels 0
N/A1014 FireCommand 0 "playcratesequence1"
N/A1015 SetVisible NewItemPanel 0 0
N/A1016 SetVisible ReturnModel 1 0.05
N/A1017 RunEventChild BehindItemParticlePanel PlayCrateSmashParticles 0.2
N/A1018 
N/A1019 FireCommand 0 "playsound ui/trade_up_crate_smash.wav"
N/A1020 
N/A1021 SetVisible NewItemPanel 1 1.5
N/A1022 SetVisible CloseButton 1 1.5
N/A1023 
N/A1024 FireCommand 2.1 "playcratesequence2"
N/A1025 RunEventChild BehindItemParticlePanel PlayNewItemParticles 1.5
N/A1026 
N/A1027 FireCommand 1.0 "playsound ../player/taunt_medic_heroic.wav"
N/A1028}
N/A1029 
N/A1030event CollectionCrafting_OKBlink_Repeatable
N/A1031{
N/A1032 Animate OkButton FgColor Red Linear 0 0.1
N/A1033 Animate OkButton FgColor TanLight Linear 0.1 0.1
N/A1034}
N/A1035 
N/A1036event CollectionCrafting_OKBlink
N/A1037{
N/A1038 RunEvent CollectionCrafting_OKBlink_Repeatable 0
N/A1039 RunEvent CollectionCrafting_OKBlink_Repeatable 0.2
N/A1040 RunEvent CollectionCrafting_OKBlink_Repeatable 0.4
N/A1041 RunEvent CollectionCrafting_OKBlink_Repeatable 0.6
N/A1042}
N/A1043 
N/A1044 
N/A1045event CollectionCrafting_ShowSendButton
N/A1046{
N/A1047 SetVisible SendEvelopeButton 1 0
N/A1048 Animate SendEvelopeButton ypos 320 Deaccel 0 0.5
N/A1049}
N/A1050 
N/A1051event CollectionCrafting_ShowWaiting
N/A1052{
N/A1053 SetVisible WaitingForResponse 1 0
N/A1054}
N/A1055 
N/A1056event CollectionCrafting_HideWaiting
N/A1057{
N/A1058 SetVisible WaitingForResponse 0 0
N/A1059}
N/A1060 
N/A1061event CollectionCrafting_ShowFailure
N/A1062{
N/A1063 SetVisible ResponseTimeout 1 0
N/A1064 SetVisible CloseButton 1 0
N/A1065}
N/A1066 
8861067//