2023-12-21 13:21:42 +07:00
|
|
|
SAVELOG "For change size this file. New video"
|
2023-12-20 10:22:17 +07:00
|
|
|
|
2025-03-21 13:37:25 +07:00
|
|
|
If SaveTheWorldCount = 2 Then
|
|
|
|
|
Var video_id_to_ran = 3
|
|
|
|
|
Random2 1 3 video_id_to_ran
|
2023-10-16 17:27:52 +07:00
|
|
|
|
2025-03-21 13:37:25 +07:00
|
|
|
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_save_world" + video_id_to_ran
|
|
|
|
|
Var video_file_name = video_file_name + ".mp4"
|
|
|
|
|
Else
|
|
|
|
|
Var video_id_to_ran = 2
|
|
|
|
|
Random2 1 2 video_id_to_ran
|
2023-12-21 13:21:42 +07:00
|
|
|
|
2025-03-21 13:37:25 +07:00
|
|
|
Var video_file_name = "ROOT/taobin_project/inter/common/video/taobin_thank" + video_id_to_ran
|
|
|
|
|
Var video_file_name = video_file_name + ".mp4"
|
2023-12-21 13:21:42 +07:00
|
|
|
|
2025-03-21 13:37:25 +07:00
|
|
|
If EventTurnOn = 1 Then
|
|
|
|
|
GetFileSizeK "taobin_project/inter/mys/video/taobin_thank1_event.mp4" MainfileSize
|
|
|
|
|
DEBUGVAR MainfileSize
|
|
|
|
|
If MainfileSize = 6749397 Then
|
|
|
|
|
Var video_file_name = "ROOT/taobin_project/inter/mys/video/taobin_thank1_event.mp4"
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|