[Script Info] ; Script generated by Aegisub 3.0.4 ; http://www.aegisub.org/ Title: Default Aegisub file ScriptType: v4.00+ WrapStyle: 0 ScaledBorderAndShadow: yes Collisions: Normal Scroll Position: 9 Active Line: 11 Video Zoom Percent: 0.5 Last Style Storage: Default PlayResX: 1280 PlayResY: 720 Video File: ?dummy:23.976000:40000:1280:720:0:0:0: Video Aspect Ratio: 0 Video Position: 0 YCbCr Matrix: None [V4+ Styles] Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding Style: 3-furigana,RixLoveFool,25,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,1,2,10,10,50,1 Style: 2-furigana,RixLoveFool,25,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,0,0,5,10,10,10,1 Style: 1-furigana,RixLoveFool,25,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,0,0,8,10,10,50,1 Style: Default-furigana,Arial,10,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,1,2,10,10,10,1 Style: Default,Arial,20,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,2,2,10,10,10,1 Style: 1,RixLoveFool,50,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,0,0,8,10,10,50,1 Style: 2,RixLoveFool,50,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,0,0,5,10,10,10,1 Style: 3,RixLoveFool,50,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,2,2,10,10,50,1 [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Comment: 15,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,math.randomseed(3500); Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,function frxyz(valorx,valory,valorz) local VACIO = 0 if valorx and valory and valorz and valorx ~=VACIO and valory ~=VACIO and valorz ~=VACIO then giroXYZ = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valory).. "\\frz" ..math.floor(valorz).."" return giroXYZ else if not valorz and valorx and valory and valorx ~=VACIO and valory ~=VACIO then giroXY_1 = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valory).. "" return giroXY_1 end if valorx and valorx ~= 0 and not valory and not valorz then giroXYZall = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valorx).. "\\frz" ..math.floor(valorx).."" return giroXYZall end if valorx and valory and valorz and valorx ~=VACIO and valory ~=VACIO and valorz == 0 then giroXY = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valory).."" return giroXY end if valorx and valory and valorz and valorx~=VACIO and valory == 0 and valorz==0 then giroX = "\\frx" ..math.floor(valorx).."" return giroX end if valorx and valory and not valorz and valorx~=VACIO and valory == 0 then giroX = "\\frx" ..math.floor(valorx).."" return giroX end if valorx and valory and valorz and valorx ~=VACIO and valory == 0 and valorz ~=VACIO then giroXZ = "\\frx" ..math.floor(valorx).. "\\frz" ..math.floor(valorz).."" return giroXZ end if valorx and valory and valorz and valorx == 0 and valory ~=VACIO and valorz ~=VACIO then giroYZ = "\\fry" ..math.floor(valory).. "\\frz" ..math.floor(valorz).."" return giroYZ end if valorx and valory and valorz and valorx == 0 and valory ~=VACIO and valorz == 0 then giroYZ = "\\fry" ..math.floor(valory).."" return giroYZ end if valorx and valory and valorz and valorx == 0 and valory == 0 and valorz ~=VACIO then giroYZ = "\\frz" ..math.floor(valorz).."" return giroYZ end if valorx and valory and valorz and valorx == 0 and valory == 0 and valorz == 0 then giroNotXYZ = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valory).. "\\frz" ..math.floor(valorz).."" return giroNotXYZ end if valorx and valory and valorx == 0 and valory ==0 and not valorz then giroNotXYZ_2 = "" return giroNotXYZ_2 end if valorx and valorx == 0 and not valory and not valorz then giroNotXYZ_3 = "\\frx" ..math.floor(valorx).. "\\fry" ..math.floor(valory).. "\\frz" ..math.floor(valorz).."" return giroNotXYZ_3 end end end Comment: 0,0:01:43.89,0:01:43.89,Default,,0,0,0,code syl all,function AutoTags(Intervalo,Dato1,Dato2) local RESULTADO="" local SUERTE = 0 local CONTADOR = 0 local ARREGLO = 0 local count = math.ceil(line.duration/Intervalo) ARREGLO = {Dato1,Dato2} for i = 1, count do CONTADOR = i if Dato1 and Dato2 then if CONTADOR%2 ==0 then SUERTE = ARREGLO[1] else SUERTE = ARREGLO[2] end end RESULTADO = RESULTADO .."\\t(" ..(i-1)*Intervalo.. "," ..i*Intervalo.. ",\\" ..SUERTE..")".."" end return RESULTADO end Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl line all,c = {"&HFFE91D&","&H6CFF1D&","&H1DFFFD&","&H1DADFF&","&H871DFF&"} ; xno = {1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5} ; tuyet = { "m 25 0 l 34 15 l 50 19 l 40 33 l 41 49 l 25 43 l 11 50 l 11 33 l 0 21 l 15 15 l 25 0 " ,"m 40 0 b -17 0 -17 81 41 81 b 101 81 101 1 40 0 ", "m 26 -1 b -9 -1 -9 50 26 50 b 65 50 65 -1 26 -1 ", "m 5 3 b 10 -3 25 -3 31 2 b 37 7 38 20 32 25 b 27 30 10 29 5 24 b -1 20 -2 8 5 3 "}; xoay = {"-5000","3000"} Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl all,function char_counter(ref) ci[ref] = ci[ref] + 1; return "" end ; Comment: 0,0:01:03.23,0:01:03.23,Default,,0,0,0,code line all,temp = {}; ci = {0,0}; cn = _G.unicode.len(orgline.text_stripped:gsub(" ","")); function set_temp(ref,val) temp[ref] = val return val end; delay = 800; delay_2 = 300 Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code line all,ci = { 0,0 }; cn = _G.unicode.len(orgline.text_stripped:gsub(" ","")) Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,Code syl,randomFRZ = math.random(-50,50) Comment: 1,0:00:00.00,0:00:05.00,2,,0,0,0,template noblank char,!char_counter(1)!!retime("start2syl",-2300+(ci[1]-1)*45,0)!{\an5\1c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\3c&HFFFFFF&\move(!$scenter!,!$smiddle+math.random(-120,-40)!,$scenter,$smiddle,0,1400)\bord0\blur!math.random(3,7)!\fsc!math.random(50,70)!\t(1200,1500,\fscx100\fscy100\bord0.001\blur1)\t(1500,2000,\fscx100\fscy100\bord0.001\blur1)\fad(500,0)} Comment: 2,0:00:00.00,0:00:05.00,2,hilight,0,0,0,template multi,!retime("syl",0,300)!{\an5\pos($center,$middle)\bord1\blur2\t(0,33,\fscx150\fscy150\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&)\t(33,$dur,\fscx100\fscy100)\fad(0,300)} Comment: 0,0:00:00.00,0:00:05.00,2,,0,0,0,template noblank notext,!retime("presyl",-1500+(j-1)*25,(j-1)*25)!{\an5\bord1\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&\blur5\fsc30\moves3(!$scenter+math.random(-30,30)!,!$smiddle+math.random(-90,90)!,!$lcenter+math.random(-30,30)!,!$smiddle+90/3.5!,$scenter,$smiddle)\p1}m 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 0 20 0 20 14 b 20 14 20 14 20 14 b 20 27 0 27 0 14 Comment: 0,0:00:00.00,0:00:05.00,2,,0,0,0,template noblank notext,!retime("presyl",-1500+(j-1)*25,(j-1)*25)!{\an5\bord1\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&\blur5\fsc15\moves3(!$scenter+math.random(-30,30)!,!$smiddle+math.random(-90,90)!,!$lcenter+math.random(-60,60)!,!$smiddle+90/3.5!,$scenter,$smiddle)\p1}m 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 0 20 0 20 14 b 20 14 20 14 20 14 b 20 27 0 27 0 14 Comment: 0,0:00:00.00,0:00:05.00,2,,0,0,0,template noblank notext,!retime("presyl",-1500+(j-1)*25,(j-1)*25)!{\an5\bord1\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&\blur5\fsc20\moves3(!$scenter+math.random(-30,30)!,!$smiddle+math.random(-90,90)!,!$lcenter+math.random(-30,30)!,!$smiddle+90/3.5!,$scenter,$smiddle)\p1}m 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 0 20 0 20 14 b 20 14 20 14 20 14 b 20 27 0 27 0 14 Comment: 0,0:00:00.00,0:00:05.00,2,,0,0,0,template noblank notext,!retime("presyl",-1500+(j-1)*25,(j-1)*25)!{\an5\bord1\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&\blur5\fsc10\moves3(!$scenter+math.random(-30,30)!,!$smiddle+math.random(-90,90)!,!$lcenter+math.random(-60,60)!,!$smiddle+90/3.5!,$scenter,$smiddle)\p1}m 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 0 20 0 20 14 b 20 14 20 14 20 14 b 20 27 0 27 0 14 Comment: 0,0:00:05.00,0:00:07.00,2,,0,0,0,template syl noblank notext loop 15,!retime("syl",400*(j-1)/(maxj-1),1500)!{\bord1\shad0\blur4\3c!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!,&HFFFFFF&,&HFFFFFF&,!(xno[$si] == 1) and c[1] or ((xno[$si] == 2) and c[2] or ((xno[$si] == 3) and c[3] or ((xno[$si] == 4) and c[4] or c[5])))!\1c&HFFFFFF&\move($center,!math.random($top,$bottom-10)!,!math.random($sleft-10,$sright+10)!,!$middle-math.random(50,200)!))\t(0,!$dur+1500!,0.2,\fscx15\fscy15\fad(0,200)\p2}m 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 14 0 14 0 14 b 0 0 20 0 20 14 b 20 14 20 14 20 14 b 20 27 0 27 0 14 Comment: 0,0:00:00.00,0:00:05.16,2,,0,0,0,karaoke,{\k60}Don't {\k41}make {\k28}me {\k180}close {\k38}one {\k23}more {\k146}door