Merge branch 'masterpiece' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project into masterpiece

This commit is contained in:
wanlop run 2025-03-21 17:56:41 +07:00
commit 22462f63b9
10 changed files with 162 additions and 102 deletions

View file

@ -1,11 +1,23 @@
SAVELOG "For change size this file."
If EventTurnOn = 1 Then
If SaveTheWorldCount = 2 Then
Var video_id_to_ran = 3
Random2 1 3 video_id_to_ran
GetFileSizeK "taobin_project/inter/aus/video/taobin_thank1_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 6749397 Then
Var video_file_name = "ROOT/taobin_project/inter/aus/video/taobin_thank1_event.mp4"
EndIf
Var video_file_name = "ROOT/taobin_project/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
EndIf
Var video_file_name = "ROOT/taobin_project/video/taobin_thank" + video_id_to_ran
Var video_file_name = video_file_name + ".mp4"
If EventTurnOn = 1 Then
GetFileSizeK "taobin_project/inter/aus/video/taobin_thank1_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 6749397 Then
Var video_file_name = "ROOT/taobin_project/inter/aus/video/taobin_thank1_event.mp4"
EndIf
EndIf
EndIf