diff --git a/inter/aus/video/script_video.ev b/inter/aus/video/script_video.ev index f1b2c85e..46e3d617 100644 --- a/inter/aus/video/script_video.ev +++ b/inter/aus/video/script_video.ev @@ -33,6 +33,15 @@ If SystemDateMonthInt = 1 Then EndIf EndIf +If SystemDateMonthInt = 3 Then + GetFileSizeK "taobin_project/inter/aus/video/video_main_StPatrick.mp4" MainfileSize + DEBUGVAR MainfileSize + If MainfileSize = 17941307 Then + Var StPatrickEvent = 1 + Else + DEBUGVAR "StPatrick: Video size incorrect" + EndIf +EndIf DEBUGVAR EventTurnOn @@ -49,4 +58,8 @@ EndIf If EventAO = 1 Then Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_ao.mp4" +EndIf + +If StPatrickEvent = 1 Then + Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_StPatrick.mp4" EndIf \ No newline at end of file diff --git a/inter/aus/video/video_main_StPatrick.mp4 b/inter/aus/video/video_main_StPatrick.mp4 new file mode 100644 index 00000000..47c4e9c6 Binary files /dev/null and b/inter/aus/video/video_main_StPatrick.mp4 differ