GBR: Here come!!! new country!!! United Kingdom👑
This commit is contained in:
parent
b6ebc2f523
commit
c0360a3819
2107 changed files with 277091 additions and 6 deletions
BIN
inter/gbr/video/frying_turtle_save_world1.mp4
Normal file
BIN
inter/gbr/video/frying_turtle_save_world1.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/frying_turtle_save_world2.mp4
Normal file
BIN
inter/gbr/video/frying_turtle_save_world2.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/frying_turtle_save_world3.mp4
Normal file
BIN
inter/gbr/video/frying_turtle_save_world3.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/frying_turtle_thank1.mp4
Normal file
BIN
inter/gbr/video/frying_turtle_thank1.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/frying_turtle_thank2.mp4
Normal file
BIN
inter/gbr/video/frying_turtle_thank2.mp4
Normal file
Binary file not shown.
25
inter/gbr/video/script_thank.ev
Normal file
25
inter/gbr/video/script_thank.ev
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
SAVELOG "For change size this file."
|
||||
|
||||
If SaveTheWorldCount = 2 Then
|
||||
|
||||
Var video_id_to_ran = 3
|
||||
Random2 1 4 video_id_to_ran
|
||||
|
||||
Var video_file_name = "ROOT/taobin_project/inter/gbr/video/frying_turtle_save_world" + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
Else
|
||||
|
||||
Var video_id_to_ran = 2
|
||||
Random2 1 3 video_id_to_ran
|
||||
|
||||
Var video_file_name = "ROOT/taobin_project/inter/gbr/video/frying_turtle_thank" + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
|
||||
If EventNewYear = 1 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/taobin_thank1_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 6749397 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/gbr/video/taobin_thank1_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
81
inter/gbr/video/script_video.ev
Normal file
81
inter/gbr/video/script_video.ev
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
Var MainfileSize = 0
|
||||
Var EventNewYear = 0
|
||||
Var EventAO = 0
|
||||
Var StPatrickEvent = 0
|
||||
|
||||
|
||||
|
||||
DEBUGVAR MainfileSize
|
||||
If SystemDateMonthInt = 12 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventNewYear = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 3 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/video_main_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 9267190 Then
|
||||
Var EventNewYear = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt <= 31 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/video_main_ao.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 20796764 Then
|
||||
Var EventAO = 1
|
||||
Else
|
||||
DEBUGVAR "AO:Size incorrect"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/video_main_StPatrick.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 17941307 Then
|
||||
Var StPatrickEvent = 1
|
||||
Else
|
||||
DEBUGVAR "StPatrick: Video size incorrect"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
GetFileSizeK "taobin_project/inter/gbr/video/video_main_happy_easter.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 21836197 Then
|
||||
Var HappyEasterEvent = 1
|
||||
Else
|
||||
DEBUGVAR "HappyEaster: Video size incorrect"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR EventNewYear
|
||||
|
||||
If EventNewYear = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/gbr/video/video_main_event.mp4"
|
||||
Else
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/gbr/video/video_main.mp4"
|
||||
EndIf
|
||||
|
||||
If EventAO = 1 Then
|
||||
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/gbr/video/video_main_ao.mp4"
|
||||
EndIf
|
||||
|
||||
If StPatrickEvent = 1 Then
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/gbr/video/video_main_StPatrick.mp4"
|
||||
EndIf
|
||||
|
||||
If HappyEasterEvent = 1 Then
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/gbr/video/video_main_happy_easter.mp4"
|
||||
EndIf
|
||||
BIN
inter/gbr/video/taobin_thank1_event.mp4
Normal file
BIN
inter/gbr/video/taobin_thank1_event.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/video_main.mp4
Normal file
BIN
inter/gbr/video/video_main.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/video_main_StPatrick.mp4
Normal file
BIN
inter/gbr/video/video_main_StPatrick.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/video_main_ao.mp4
Normal file
BIN
inter/gbr/video/video_main_ao.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/video_main_event.mp4
Normal file
BIN
inter/gbr/video/video_main_event.mp4
Normal file
Binary file not shown.
BIN
inter/gbr/video/video_main_happy_easter.mp4
Executable file
BIN
inter/gbr/video/video_main_happy_easter.mp4
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue