├── Effector-3.6-test.ass ├── Effector-3.6.lua ├── Effector-newfx-3.6.lua ├── Effector-newlib-3.6.lua ├── Effector-utils-lib-3.6.lua ├── Effector4 ├── Ass Test Library │ ├── color library │ │ ├── interpolate_color.ass │ │ ├── ke4.color.HSV_to_RGB.ass │ │ ├── ke4.color.hsv.ass │ │ ├── ke4.color.r.ass │ │ ├── ke4.color.rc.ass │ │ ├── ke4.color.rgb.ass │ │ ├── ke4.color.to_HSV.ass │ │ └── ke4.color.to_RGB.ass │ ├── ke4.ass.gradient.ass │ ├── ke4.ass.gradientline.ass │ ├── math library │ │ ├── ke4.math.R.ass │ │ ├── ke4.math.Rc.ass │ │ ├── ke4.math.Rcr.ass │ │ ├── ke4.math.Rcrs.ass │ │ ├── ke4.math.Rcs.ass │ │ ├── ke4.math.Rd.ass │ │ ├── ke4.math.Rdr.ass │ │ ├── ke4.math.Rdrs.ass │ │ ├── ke4.math.Rds.ass │ │ ├── ke4.math.Re.ass │ │ ├── ke4.math.Rm.ass │ │ ├── ke4.math.Rmr.ass │ │ ├── ke4.math.Rmrs.ass │ │ ├── ke4.math.Rms.ass │ │ ├── ke4.math.Rr.ass │ │ ├── ke4.math.Rs.ass │ │ ├── ke4.math.angle.ass │ │ ├── ke4.math.clamp.ass │ │ ├── ke4.math.clamp2.ass │ │ ├── ke4.math.distance.ass │ │ ├── ke4.math.factk.ass │ │ ├── ke4.math.i modos │ │ │ ├── ke4.math.i modo 1.ass │ │ │ ├── ke4.math.i modo 10.ass │ │ │ ├── ke4.math.i modo 11.ass │ │ │ ├── ke4.math.i modo 12.ass │ │ │ ├── ke4.math.i modo 13.ass │ │ │ ├── ke4.math.i modo 14.ass │ │ │ ├── ke4.math.i modo 15.ass │ │ │ ├── ke4.math.i modo 16.ass │ │ │ ├── ke4.math.i modo 17.ass │ │ │ ├── ke4.math.i modo 18.ass │ │ │ ├── ke4.math.i modo 19.ass │ │ │ ├── ke4.math.i modo 2.ass │ │ │ ├── ke4.math.i modo 20.ass │ │ │ ├── ke4.math.i modo 21.ass │ │ │ ├── ke4.math.i modo 22.ass │ │ │ ├── ke4.math.i modo 23.ass │ │ │ ├── ke4.math.i modo 24.ass │ │ │ ├── ke4.math.i modo 25.ass │ │ │ ├── ke4.math.i modo 26.ass │ │ │ ├── ke4.math.i modo 27.ass │ │ │ ├── ke4.math.i modo 28.ass │ │ │ ├── ke4.math.i modo 29.ass │ │ │ ├── ke4.math.i modo 3.ass │ │ │ ├── ke4.math.i modo 30.ass │ │ │ ├── ke4.math.i modo 31.ass │ │ │ ├── ke4.math.i modo 32.ass │ │ │ ├── ke4.math.i modo 33.ass │ │ │ ├── ke4.math.i modo 34.ass │ │ │ ├── ke4.math.i modo 35.ass │ │ │ ├── ke4.math.i modo 36.ass │ │ │ ├── ke4.math.i modo 37.ass │ │ │ ├── ke4.math.i modo 4.ass │ │ │ ├── ke4.math.i modo 5.ass │ │ │ ├── ke4.math.i modo 6.ass │ │ │ ├── ke4.math.i modo 7.ass │ │ │ ├── ke4.math.i modo 8.ass │ │ │ └── ke4.math.i modo 9.ass │ │ ├── ke4.math.intersect.ass │ │ ├── ke4.math.length_bezier.ass │ │ ├── ke4.math.matrix_adj.ass │ │ ├── ke4.math.matrix_cof.ass │ │ ├── ke4.math.matrix_det.ass │ │ ├── ke4.math.matrix_esc.ass │ │ ├── ke4.math.matrix_inv.ass │ │ ├── ke4.math.matrix_mul.ass │ │ ├── ke4.math.matrix_mul2.ass │ │ ├── ke4.math.matrix_sum.ass │ │ ├── ke4.math.matrix_trans.ass │ │ ├── ke4.math.point.ass │ │ ├── ke4.math.polar.ass │ │ ├── ke4.math.rotate.ass │ │ ├── ke4.math.round.ass │ │ └── ke4.math.to16.ass │ ├── shape library │ │ ├── ke4.shape.Ctrayectory.ass │ │ ├── ke4.shape.Ltrayectory.ass │ │ ├── ke4.shape.Rtrayectory.ass │ │ ├── ke4.shape.Strayectory.ass │ │ ├── ke4.shape.array (random).ass │ │ ├── ke4.shape.array.ass │ │ ├── ke4.shape.bord.ass │ │ ├── ke4.shape.bord_to_pixels.ass │ │ ├── ke4.shape.centerpos.ass │ │ ├── ke4.shape.displace.ass │ │ ├── ke4.shape.divide.ass │ │ ├── ke4.shape.do_shape.ass │ │ ├── ke4.shape.filter.ass │ │ ├── ke4.shape.filter2.ass │ │ ├── ke4.shape.filter3.ass │ │ ├── ke4.shape.firstpos.ass │ │ ├── ke4.shape.height.ass │ │ ├── ke4.shape.incenter.ass │ │ ├── ke4.shape.info.ass │ │ ├── ke4.shape.length.ass │ │ ├── ke4.shape.multi1.ass │ │ ├── ke4.shape.multi2.ass │ │ ├── ke4.shape.multi3.ass │ │ ├── ke4.shape.multi4.ass │ │ ├── ke4.shape.multi5.ass │ │ ├── ke4.shape.multi6.ass │ │ ├── ke4.shape.multi7.ass │ │ ├── ke4.shape.multi8.ass │ │ ├── ke4.shape.multi9.ass │ │ ├── ke4.shape.oblique.ass │ │ ├── ke4.shape.origin.ass │ │ ├── ke4.shape.point.ass │ │ ├── ke4.shape.ratio.ass │ │ ├── ke4.shape.redraw.ass │ │ ├── ke4.shape.reflect.ass │ │ ├── ke4.shape.reverse.ass │ │ ├── ke4.shape.rotate.ass │ │ ├── ke4.shape.round.ass │ │ ├── ke4.shape.size.ass │ │ ├── ke4.shape.to_bezier.ass │ │ ├── ke4.shape.to_pixels.ass │ │ ├── ke4.shape.trayectory.ass │ │ └── ke4.shape.width.ass │ ├── tag library │ │ ├── ke4.tag.clip.ass │ │ ├── ke4.tag.clip_shape.ass │ │ ├── ke4.tag.glitter.ass │ │ ├── ke4.tag.ipol.ass │ │ ├── ke4.tag.lmove.ass │ │ ├── ke4.tag.omove.ass │ │ ├── ke4.tag.only.ass │ │ ├── ke4.tag.only2.ass │ │ ├── ke4.tag.oscill.ass │ │ ├── ke4.tag.pmove.ass │ │ ├── ke4.tag.rmove.ass │ │ ├── ke4.tag.rmove2.ass │ │ ├── ke4.tag.rmove3.ass │ │ ├── ke4.tag.rmove4.ass │ │ └── ke4.tag.smove.ass │ ├── text library │ │ ├── ke4.text.bezier (animated).ass │ │ ├── ke4.text.bezier.ass │ │ ├── ke4.text.bord_to_pixels.ass │ │ ├── ke4.text.bord_to_shape.ass │ │ ├── ke4.text.deformed.ass │ │ ├── ke4.text.deformed2.ass │ │ ├── ke4.text.filter.ass │ │ ├── ke4.text.gradientangle.ass │ │ ├── ke4.text.gradienth.ass │ │ ├── ke4.text.gradientv.ass │ │ ├── ke4.text.inclip.ass │ │ ├── ke4.text.inside.ass │ │ ├── ke4.text.lower.ass │ │ ├── ke4.text.outclip.ass │ │ ├── ke4.text.outside.ass │ │ ├── ke4.text.rand.ass │ │ ├── ke4.text.tag.ass │ │ ├── ke4.text.to_clip.ass │ │ ├── ke4.text.to_kara.ass │ │ ├── ke4.text.to_pixels.ass │ │ ├── ke4.text.to_shape.ass │ │ └── ke4.text.upper.ass │ └── time library │ │ ├── ke4.time.HMS_to_ms.ass │ │ ├── ke4.time.frame_to_HMS.ass │ │ ├── ke4.time.frame_to_ms.ass │ │ ├── ke4.time.ms_to_HMS.ass │ │ └── ke4.time.time_to_frame.ass ├── Effector-auto4.lua Installation.png ├── ass scripts DEMOS │ ├── Flames syl2end.ass │ ├── Hattori Syl Cut I [HL].ass │ └── Spark Shine IV Right [HL].ass ├── effector-auto4.lua └── utils-auto4.lua ├── README.md └── Yutils.lua /Effector-newlib-3.6.lua: -------------------------------------------------------------------------------- 1 | ---------------------------------------------------------------------------------------------------------------- 2 | --[[ ( c ) Copyright 2012 - 2019, Vict8r, Karalaura, NatsuoKE & Itachi Akatsuki ]]-- 3 | ---------------------------------------------------------------------------------------------------------------- 4 | --[[ El archivo Effector-newlib-3.6.lua ha sido creado con la intención de poder almacenar todas esas variables 5 | que usamos constantemente en nuestros efectos y ediciones de texto, también aquellas funciones que diseñamos por 6 | comodidad o necesidad de nuestras creaciones. Se debe tener muy presente que, todo lo que sea almacenado en este 7 | archivo afectará directamente al funcionamiento correcto del Kara Effector, por lo que, si algo de lo almacenado 8 | o modificado genera un error, éste deberá ser reparado o eliminado, para que todo funcione de forma correcta. Se 9 | debe contar con unos conocimientos mínimos de programación en lenguaje LUA para poder crear o diseñar la mayoría 10 | de las funciones extras, externas al Kara Effector, que son necesarias para la invención de efectos considerados 11 | de nivel avanzado, así que gran parte de la responsabilidad del correcto funcionamiento del KE dependerá de todo 12 | lo que acá sea añadido/modificado. 13 | En caso de tener alguna duda o inquietud, no olvides ponerte en contacto con nosotros, y de ser posible, daremos 14 | pronta solución a tus cuestionamientos. Ahora contamos con nuevos canales de comunicación por los cuales podemos 15 | estar en contacto más seguido y hasta en tiempo real. --]] 16 | 17 | --> Kara Effector 3.6 legacy 18 | --> Contáctanos: 19 | 20 | --> [WhatsApp] Kara Effector: +57 320 863 14 72 21 | --> [Discord] Kara Effector: discord.gg/YFP2zeY 22 | --> http://www.facebook.com/karaeffector 23 | --> http://www.karaeffector.blogspot.com 24 | 25 | -- Effector-newlib-3.6.lua ------------------------------------------------------------------------------------- 26 | Effector_NewLib_authors = "Itachi Akatsuki" 27 | Effector_NewLib_testers = "NatsuoKE & Vict8r" 28 | Effector_NewLib_version = "1.0" 29 | Effector_NewLib_modified = "January 12th 2019" 30 | ---------------------------------------------------------------------------------------------------------------- 31 | 32 | my_val = Rs( 200 ) 33 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/color library/ke4.color.to_HSV.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 264 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Extrae en una tabla las tres características principales (Hue, Saturation, Value) en base decimal, del color ingresado, 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.color.to_HSV( "&HAA32FF&" ) )! 28 | Comment: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,karaoke,{\k100}Demo 29 | Dialogue: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 324.878; [ 2 ] = 0.804; [ 3 ] = 1;}; 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/color library/ke4.color.to_RGB.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 306 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Extrae en una tabla los tres valores principales (Red, Green, Blue) en base decimal, del color ingresado, 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.color.to_RGB( "&HAA00FF&" ) )! 28 | Comment: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,karaoke,{\k100}Demo 29 | Dialogue: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 255; [ 2 ] = 0; [ 3 ] = 170;}; 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.R.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Versión mejorada de la función math.random, ya no importa cuál de los dos valores es el mayor y se le añade, si se quiere, un tercer parámetro (Step) que permite que el valor random sea de tanto en tanto. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.R( 20, 50 )! 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.R( 20, -50, 5 )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,32 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-10 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-45 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-5 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-20 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-10 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-45 42 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rc.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.R pero el valor generado puede ser un número racional con dos decimales (centésimas) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rc( 20.8, 30 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.58 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.15 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.46 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.06 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.66 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.6 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.7 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.73 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.97 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.48 39 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rcr.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rr pero con dos cifras decimales. (centésimas) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rcr( 10, 30 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.5 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,14.24 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.08 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,14.06 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,18.22 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.42 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,16.43 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.37 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.32 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,11.76 39 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rcrs.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rcr pero también le añade aleatoriamente el signo al valor generado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rcrs( 10, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,15.11 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-23.11 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-20.26 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-13.83 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-22.34 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-11.35 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,10.1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.12 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-28.26 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-10.33 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rcs.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rc pero añade aleatoriamente el signo (positivo o negativo) al valor generado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rcs( 20.8, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-22.61 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-21.82 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-29.12 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.04 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.59 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.25 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-28.33 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-21.2 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.21 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.8 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rd.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.R pero el valor generado puede ser un número racional con un solo decimal (décima) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rd( 20.8, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.3 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.8 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.9 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23.1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.8 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.8 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.2 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rdr.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rr pero con una cifra decimal. (décima) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rdr( 10, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,29.8 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,11.5 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.5 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,16.9 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,17.2 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,19.7 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,24.5 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.6 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.5 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rdrs.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rdr pero también le añade aleatoriamente el signo al valor generado 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rdrs( 10, 30 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-14.1 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-22.6 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-24.5 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,15.9 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.6 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-13.3 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.2 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,15.2 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.9 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.5 39 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rds.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rd pero añade aleatoriamente el signo (positivo o negativo) al valor generado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rds( 20.8, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25.2 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25.9 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.8 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-28.2 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25.8 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,29 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.8 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25.6 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-20.8 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Re.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Retorna aleatoriamente un elemento de la tabla ingresada 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,my_table = { "A", "B", "C", "D", "E", "F", "G" } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.Re( my_table )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,F 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rm.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.R pero el valor generado puede ser un número racional con tres decimales (milésimas) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rm( 20.8, 30 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.97 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.382 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.295 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.245 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.238 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,29.525 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.343 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,24.462 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.232 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.529 39 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rmr.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rr pero con tres cifras decimales. (milésimas) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rmr( 10, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28.748 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.075 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21.646 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,29.292 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,10.432 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,26.557 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,15.197 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,17.193 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,18.418 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,17.623 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rmrs.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rmr pero también le añade aleatoriamente el signo al valor generado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rmrs( 10, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,16.264 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-14.926 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,11.144 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.312 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.742 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-14.728 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-11.15 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-10.901 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-20.776 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-14.421 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rms.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.Rm pero añade aleatoriamente el signo (positivo o negativo) al valor generado 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rms( 20.8, 30 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.289 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-28.352 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25.741 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-26.062 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-26.995 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,22.836 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.294 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,27.188 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-20.82 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,24.329 39 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rr.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.R pero el valor generado varía proporcionalmente según el tamaño del vídeo. La Razón de proporción es 1 para vídeos de 1280 x 720p 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rr( 10, 30 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,24 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,14 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,18 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,23 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,28 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,18 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,25 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.Rs.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a _G.ke4.math.R y aleatoriamente también le añade el signo (positivo o negativo) al valor random generado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 10,!_G.ke4.math.Rs( 20, 50, 5 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-50 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-40 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-30 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,40 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,40 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,30 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-50 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-30 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-25 40 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.angle.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,mide el ángulo entre dos puntos o entre el origen (0, 0) y un punto 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.angle( 2, 3, 20, -9 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,33.69 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.clamp.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Restringe el número ingresado entre dos números o entre 0 y 1 por default. ke4.math.clamp( Number, Min, Max ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.clamp( 3, 5, 10 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.clamp2.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Similar a ke4.math.clamp pero en caso de exceder alguno de los dos límites, se empieza a devolver. ke4.math.clamp2( Number, Min, Max ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.clamp2( 3, 5, 10 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.distance.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,mide la distancia entre dos puntos o entre un punto y el origen (0, 0) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.distance( -4, 12, 8, -5 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,20.809 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.factk.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,retorna el factorial de un número natural o de cero: n! 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.factk( 5 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,120 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 1.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "+,-" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 10.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 21 )[ "A,0" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 11.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 21, 3 )[ "00,AA" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,21 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 13.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, -4, 3 )[ "A,B" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-4 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 16.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "1-->A" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 17.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "A-->1" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 19.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "1-->A-->1" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 2.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "-,+" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 20.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "A-->1-->A" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 22.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "0,11" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 23.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "1,00" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 24.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 9 )[ "0,AA" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 25.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 9 )[ "A,00" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,9 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 27.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 5 )[ "0<->11" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 28.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 5 )[ "00<->1" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 29.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 5 )[ "1<->00" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 3.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "++,--" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 30.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 5 )[ "11<->0" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 32.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 13, 4 )[ "00<->A" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 33.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 13, 4 )[ "A<->00" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,13 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 35.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 7, 8, 4 )[ "A<->BB" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 36.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 7, 8, 4 )[ "AA<->B" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,7 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 37.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 3 )[ "N,n" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,2 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,3 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,4 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,5 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 4.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 4 )[ "--,++" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,-1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 5.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "0,1" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 6.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j )[ "1,0" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 7.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 3 )[ "00,11" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 8.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 3 )[ "11,00" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,1 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.i modos/ke4.math.i modo 9.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Contiene algoritmos internos que retornan números secuenciales. Tiene 37 modos diferentes. Funciona con un contador y se recomienda que éste comience en 1. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext loop 15,!_G.ke4.math.i( j, 73 )[ "0,A" ]! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 32 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 33 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 34 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 35 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 36 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 37 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 38 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 39 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 40 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 41 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 42 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 43 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,73 44 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,0 45 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.intersect.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,retorna las coordenadas del punto en donde se intersectan las dos rectas definidas en 4 puntos. En caso de ser dos paralelas, retorna un string: "las rectas son paralelas" 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,x, y = _G.ke4.math.intersect( -4, 12, 8, -5, 0, 0, 12, 9 ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,P(!x!,!y!) 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,P(2.923,2.192) 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.length_bezier.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,retorna la longitud de una curva bezier partiendo de sus puntos generadores o de un segmento de shape bezier 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.length_bezier( "m 356 540 b 329 260 708 593 730 286 " )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,550.418 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_adj.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Halla la matriz adjunta. La matriz debe ser de tamaño 3x3 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 2, 5, 7, 1, 3 }; B = { 5, 10, 15, 20, 0, 5, 7, 3, 5 }; C = { -6, -3, 0, 3, 2, 3, 1, 0, 5 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_adj( A ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 1; [ 2 ] = -3; [ 3 ] = -3; [ 4 ] = 11; [ 5 ] = -18; [ 6 ] = 6; [ 7 ] = -6; [ 8 ] = 13; [ 9 ] = -3;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_cof.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Halla la matriz de cofactores. La matriz debe ser de tamaño 3x3 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 2, 5, 7, 1, 3 }; B = { 5, 10, 15, 20, 0, 5, 7, 3, 5 }; C = { -6, -3, 0, 3, 2, 3, 1, 0, 5 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_cof( A ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 1; [ 2 ] = 11; [ 3 ] = -6; [ 4 ] = -3; [ 5 ] = -18; [ 6 ] = 13; [ 7 ] = -3; [ 8 ] = 6; [ 9 ] = -3;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_det.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Halla el determinate (valor escalar) de una matriz. La matriz debe ser de tamaño 3x3 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 2, 5, 7, 1, 3 }; B = { 5, 10, 15, 20, 0, 5, 7, 3, 5 }; C = { -6, -3, 0, 3, 2, 3, 1, 0, 5 } 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_det( A ) )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = 10 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_esc.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Multiplica a todos los valores de la matriz por un valor escalar. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_esc( A, -2 ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = -4; [ 2 ] = -8; [ 3 ] = -12; [ 4 ] = -16;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_inv.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Halla la matriz inversa (si la hay). La matriz debe ser de tamaño 3x3 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 2, 5, 7, 1, 3 }; B = { 5, 10, 15, 20, 0, 5, 7, 3, 5 }; C = { -6, -3, 0, 3, 2, 3, 1, 0, 5 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_inv( A ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 0.1; [ 2 ] = -0.3; [ 3 ] = -0.3; [ 4 ] = 1.1; [ 5 ] = -1.8; [ 6 ] = 0.6; [ 7 ] = -0.6; [ 8 ] = 1.3; [ 9 ] = -0.3;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_mul.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Multiplica dos matrices. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8 }; B = { 5, 10, 15, 20 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_mul( A, B ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 70; [ 2 ] = 100; [ 3 ] = 150; [ 4 ] = 220;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_mul2.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Multiplica dos o más matrices. todas deben ser de tamaño 3x3 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 2, 5, 7, 1, 3 }; B = { 5, 10, 15, 20, 0, 5, 7, 3, 5 }; C = { -6, -3, 0, 3, 2, 3, 1, 0, 5 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_mul2( A, B, C ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = -1395; [ 2 ] = -585; [ 3 ] = -1155; [ 4 ] = 954; [ 5 ] = 452; [ 6 ] = 861; [ 7 ] = 560; [ 8 ] = 250; [ 9 ] = 485;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_sum.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Suma dos matrices. Deben ser del mismo tamaño. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8, 10 }; B = { 10, 20, 30, 40, 50 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_sum( A, B ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 12; [ 2 ] = 24; [ 3 ] = 36; [ 4 ] = 48; [ 5 ] = 60;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.matrix_trans.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 4 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Halla la matriz transpuesta de una matriz cuadrada. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,A = { 2, 4, 6, 8 } 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.matrix_trans( A ) )! 30 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 31 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 2; [ 2 ] = 6; [ 3 ] = 4; [ 4 ] = 8;}; 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.point.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,genera puntos aleatorios con parámetros indicados: _G.ke4.math.point( n, x_range, y_range, start_x, start_y, end_x, end_y ) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.point( 8, 20, 20, 0, 0, 0, 0) )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = 0; [ 2 ] = 0; [ 3 ] = 15; [ 4 ] = -9; [ 5 ] = -11; [ 6 ] = 12; [ 7 ] = -4; [ 8 ] = 16; [ 9 ] = 6; [ 10 ] = -2; [ 11 ] = -11; [ 12 ] = 9; [ 13 ] = -1; [ 14 ] = 1; [ 15 ] = 0; [ 16 ] = 0;}; 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.polar.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,_G.ke4.math.polar( Angle, Radius, Coordinate ) Retorna las coordenadas del punto ubicado en el ángulo y a la distancia indicada 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.polar( 30, 12, "x" )! , !_G.ke4.math.polar( 30, 12, "y" )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,10.392 , -6 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.rotate.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Rota un punto en el espacio (x,y,z) respecto a cualquiera de los tres ejes en un ángulo indicado 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.math.rotate( { 2, 3, 20 }, "z", 45 ) )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = -0.707; [ 2 ] = 3.536; [ 3 ] = 20;}; 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.round.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Redondea el número ingresado a las cifras decimales indicadas o al entero más cercano 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.round( 8.643, 1 )! !_G.ke4.math.round( 8.643 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,8.6 9 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/math library/ke4.math.to16.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte un número de base decimal (10) a base hexadecimal ( 16 ) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.math.to16( 255 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,FF 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.Ctrayectory.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de trayectoria curva fluida de forma radial. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( _G.ke4.shape.Ctrajectory( 8, 60, 150 ) )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 251.62 274.43 b 482.39 376.71 119.62 193.66 186.62 285.89 b 252.45 376.5 378.7 335.11 334.62 274.43 b 188.85 73.79 619.77 56.36 319.62 274.43 b 254.09 322.04 0 455.73 211.6 164.49 b 292.13 53.65 109.25 431.78 224.94 347.73 b 372.99 240.16 416.88 150.97 239.99 208.45 b 26.95 277.67 432.27 0 324.12 148.86 b 197.75 322.8 238.85 73.79 384.62 274.43 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.Ltrayectory.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de trayectoria curva fluida a lo largo de una recta. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( _G.ke4.shape.Ltrajectory( 1200, 120, 50 ) )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 62 b 60 27 163 20 120 63 b 77 106 275 83 240 53 b 205 23 404 93 360 57 b 316 21 525 128 480 73 b 435 18 647 0 600 56 b 553 112 746 124 720 69 b 694 14 867 50 840 75 b 813 100 995 134 960 75 b 925 16 1096 97 1080 59 b 1064 21 1131 22 1200 61 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.Rtrayectory.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de trayectoria curva fluida de forma random. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( _G.ke4.shape.Rtrajectory( 8, 60, 150 ) )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 317.47 190.09 b 394.8 477.18 643.11 87.95 386.41 202.25 b 668.87 294.02 464.55 91.66 243.47 190.09 b 0 110.98 658.54 281.8 444.33 236.26 b 244.61 171.37 382.19 372.66 398.28 219.5 b 577.08 161.41 597.68 323.56 292.5 258.69 b 345.4 331.5 302.91 428.93 204.02 124.59 b 113.5 0 425.47 117.03 317.47 304.09 b 372.48 264.12 229.48 49.61 245.58 202.77 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.Strayectory.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de trayectoria lineal sin excederse de un Radio. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( _G.ke4.shape.Strajectory( 8, 250 ) )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 197.78 179.79 l 370.22 63.48 l 2.05 169.53 l 381.33 192.63 l 85.44 0 l 167.72 393.69 l 30.89 71.41 l 366 228.03 l 0 74.63 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.bord.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de "borde" de la shape ingresada. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.bord( _G.ke4.shape.circle, 8, 120 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 50 0 b 16.4 0 -10 26.4 -10 60 b -10 93.6 16.4 120 50 120 b 83.6 120 110 93.6 110 60 b 110 26.4 83.6 0 50 0 l 50 8 b 79.12 8 102 30.88 102 60 b 102 89.12 79.12 112 50 112 b 20.88 112 -2 89.12 -2 60 b -2 30.88 20.88 8 50 8 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.centerpos.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Desplaza la Shape respecto a su centro, al punto P = ( x, y ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.centerpos( _G.ke4.shape.rectangle, 200, -80 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 150 -130 l 150 -30 l 250 -30 l 250 -130 l 150 -130 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.displace.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Desplaza todos los puntos de la Shape una cantidad de píxeles indicados. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.displace( _G.ke4.shape.rectangle, -25, 80 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m -25 80 l -25 180 l 75 180 l 75 80 l -25 80 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.divide.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una tabla con las shapes individuales que conforman una shape 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.table.view( _G.ke4.shape.divide( "m 50 53 l 23 66 l 20 96 l 46 84 m 50 53 l 54 84 l 81 97 l 78 66 " ) )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,table_unnamed = { [ 1 ] = "m 50 53 l 23 66 l 20 96 l 46 84 "; [ 2 ] = "m 50 53 l 54 84 l 81 97 l 78 66 ";}; 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.filter.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Aplica un FILTRO a los valores numéricos de la shape con el fin de modificar dichos valores 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.filter( _G.ke4.shape.circle, function( x, y ) x = x + _G.ke4.math.Rs( 10 ) y = y + _G.ke4.math.Rs( 10 ) return x, y end )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 44 -10 b 28 6 4 20 -5 57 b 5 68 16 110 46 94 b 75 90 110 83 99 43 b 102 32 77 3 41 1 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.firstpos.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Desplaza la Shape respecto a su primer punto, al punto P = ( x, y ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.firstpos( _G.ke4.shape.rectangle, 200, -80 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 200 -80 l 200 20 l 300 20 l 300 -80 l 200 -80 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.height.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Retorna la longitud del alto de la shape 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.shape.height( _G.ke4.shape.circle )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,100 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.incenter.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Desplaza la Shape respecto a su centro, al punto P = (0, 0) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.incenter( _G.ke4.shape.rectangle )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m -50 -50 l -50 50 l 50 50 l 50 -50 l -50 -50 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.length.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Retorna el valor de la longitud del perímetro de la shape (el borde) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.shape.length( _G.ke4.shape.circle )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,315.06 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.multi1.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera shapes cuadradas concéntricas. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.multi1( 200, { 15, { 4 } } )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 95 95 l 95 110 l 110 110 l 110 95 l 95 95 m 76 76 l 76 129 l 129 129 l 129 76 l 76 76 l 91 91 l 114 91 l 114 114 l 91 114 l 91 91 m 57 57 l 57 148 l 148 148 l 148 57 l 57 57 l 72 72 l 133 72 l 133 133 l 72 133 l 72 72 m 38 38 l 38 167 l 167 167 l 167 38 l 38 38 l 53 53 l 152 53 l 152 152 l 53 152 l 53 53 m 19 19 l 19 186 l 186 186 l 186 19 l 19 19 l 34 34 l 171 34 l 171 171 l 34 171 l 34 34 m 0 0 l 0 205 l 205 205 l 205 0 l 0 0 l 15 15 l 190 15 l 190 190 l 15 190 l 15 15 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.multi4.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera un polígono regular de Loop1 lados, con un arreglo de Loop2. n es la cantidad de arreglos tomados en cuenta. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.multi4( 300, 6, 4, 3 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 206 32.91 l 225 0 l 300 129.9 l 262 129.9 m 94 32.91 l 75 0 l 225 0 l 206 32.91 m 38 129.9 l 0 129.9 l 75 0 l 94 32.91 m 94 226.9 l 75 259.8 l 0 129.9 l 38 129.9 m 206 226.9 l 225 259.8 l 75 259.8 l 94 226.9 m 262 129.9 l 300 129.9 l 225 259.8 l 206 226.9 m 187 65.81 l 206 32.91 l 262 129.9 l 224 129.9 m 113 65.81 l 94 32.91 l 206 32.91 l 187 65.81 m 76 129.9 l 38 129.9 l 94 32.91 l 113 65.81 m 113 193.99 l 94 226.9 l 38 129.9 l 76 129.9 m 187 193.99 l 206 226.9 l 94 226.9 l 113 193.99 m 224 129.9 l 262 129.9 l 206 226.9 l 187 193.99 m 168 98.72 l 187 65.81 l 224 129.9 l 186 129.9 m 132 98.72 l 113 65.81 l 187 65.81 l 168 98.72 m 114 129.9 l 76 129.9 l 113 65.81 l 132 98.72 m 132 161.08 l 113 193.99 l 76 129.9 l 114 129.9 m 168 161.08 l 187 193.99 l 113 193.99 l 132 161.08 m 186 129.9 l 224 129.9 l 187 193.99 l 168 161.08 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.multi6.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera el perímetro de un cuadrado formado de rectángulos individuales. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.multi6( 300, 15, 20 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 57 0 l 57 15 l 0 15 m 57 0 l 114 0 l 114 15 l 57 15 m 114 0 l 171 0 l 171 15 l 114 15 m 171 0 l 228 0 l 228 15 l 171 15 m 228 0 l 285 0 l 285 15 l 228 15 m 300 0 l 300 57 l 285 57 l 285 0 m 300 57 l 300 114 l 285 114 l 285 57 m 300 114 l 300 171 l 285 171 l 285 114 m 300 171 l 300 228 l 285 228 l 285 171 m 300 228 l 300 285 l 285 285 l 285 228 m 300 300 l 243 300 l 243 285 l 300 285 m 243 300 l 186 300 l 186 285 l 243 285 m 186 300 l 129 300 l 129 285 l 186 285 m 129 300 l 72 300 l 72 285 l 129 285 m 72 300 l 15 300 l 15 285 l 72 285 m 0 300 l 0 243 l 15 243 l 15 300 m 0 243 l 0 186 l 15 186 l 15 243 m 0 186 l 0 129 l 15 129 l 15 186 m 0 129 l 0 72 l 15 72 l 15 129 m 0 72 l 0 15 l 15 15 l 15 72 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.multi8.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera shapes concéntricas desde una tamaño inicial hasta un tamaño final. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.multi8( _G.ke4.shape.rectangle, 100, 10, 10 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 0 100 l 100 100 l 100 0 l 0 0 m 5 5 l 5 95 l 95 95 l 95 5 l 5 5 m 10 10 l 10 90 l 90 90 l 90 10 l 10 10 m 15 15 l 15 85 l 85 85 l 85 15 l 15 15 m 20 20 l 20 80 l 80 80 l 80 20 l 20 20 m 25 25 l 25 75 l 75 75 l 75 25 l 25 25 m 30 30 l 30 70 l 70 70 l 70 30 l 30 30 m 35 35 l 35 65 l 65 65 l 65 35 l 35 35 m 40 40 l 40 60 l 60 60 l 60 40 l 40 40 m 45 45 l 45 55 l 55 55 l 55 45 l 45 45 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.oblique.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Aplica un fx de "negrita" a la shape respecto a los ejes "x", "y" o a la recta y = x (por default) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.oblique( _G.ke4.shape.circle, 40, "x" )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 50 0 b 22 0 8.8 22 20 50 b 31.2 78 62 100 90 100 b 118 100 131.2 78 120 50 b 108.8 22 78 0 50 0 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.origin.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 3 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Posiciona a la Shape en su ubicación por default (cuadrante IV del AssDraw3) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( "m -20 -20 l -20 80 l 80 80 l 80 -20 l -20 -20 " )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 0 100 l 100 100 l 100 0 l 0 0 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.ratio.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Modifica el tamaño de la Shape respecto a una proporción (Ratio) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.ratio( _G.ke4.shape.rectangle, {27}, 1.5 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 0 150 l 27 150 l 27 0 l 0 0 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.redraw.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Redibuja la shape en líneas recta de "n" longitud 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.redraw( _G.ke4.shape.circle, 25 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 50 0 l 30.38 3.88 l 14.5 14.5 l 3.88 30.38 l 0 50 l 3.88 69.63 l 14.5 85.5 l 30.38 96.13 l 50 100 l 69.63 96.13 l 85.5 85.5 l 96.13 69.63 l 100 50 l 96.13 30.38 l 85.5 14.5 l 69.63 3.88 l 50 0 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.reflect.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Refleja la shape respecto a los ejes "x", "y" o a la recta y = x (por default) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.reflect( _G.ke4.shape.trebol, "x" )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 1 -99 l 4 -106 b 21 -99 44 -83 53 -56 b 51 -73 40 -88 56 -98 b 72 -106 80 -90 77 -82 b 85 -86 100 -82 100 -69 b 100 -58 87 -52 64 -54 b 52 -55 51 -50 68 -48 b 85 -46 94 -40 95 -29 b 96 -18 80 -10 70 -19 b 70 0 40 0 40 -21 b 40 -33 47 -37 50 -43 b 54 -50 52 -54 47 -47 b 39 -38 31 -26 19 -27 b 0 -29 0 -49 13 -53 b 0 -58 3 -80 19 -79 b 39 -78 40 -62 51 -55 b 42 -79 23 -92 1 -99 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.reverse.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Revierte el sentido en que fue dibujada la Shape. Hace como el "negativo" de la shape para poderla "restar" de otra que haya sido dibujada en el mismo sentido. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.reverse( _G.ke4.shape.rectangle )!!_G.ke4.shape.displace( _G.ke4.shape.rectangle, -50, 50 )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 100 0 l 100 100 l 0 100 l 0 0 m -50 50 l -50 150 l 50 150 l 50 50 l -50 50 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.rotate.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Rota la shape respecto al origen (0,0) o al punto que le ingresemos: _G.ke4.shape.rotate( Shape, Angle, x, y ) 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.rotate( _G.ke4.shape.rectangle, 15 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 25.88 96.59 l 122.47 70.71 l 96.59 -25.88 l 0 0 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.round.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 264 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:08.78,0:00:10.78,Default,Hint,0,0,0,,Redondea a las cifras decimales indicadas los valores numéricos de la shape. El valor por default de redondeo es cero, es decir que deja todos los valores enteros. 28 | Comment: 0,0:00:10.78,0:00:11.00,Default,,0,0,0,template noblank,{\p1}!_G.ke4.shape.round( "m 0.645 83.928 l -2.536 34.06274 ", 1 )! 29 | Comment: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:11.00,0:00:13.00,Default,,0,0,0,fx,{\p1}m 0.7 83.9 l -2.5 34.1 Demo 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.size.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 48 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Modifica el tamaño de la Shape respecto a valores proporcionados 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.size( _G.ke4.shape.rectangle, 120, 45 )! 28 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 29 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 l 0 45 l 120 45 l 120 0 l 0 0 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.to_bezier.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte las secciones "line" de la Shape, en "bezier" 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.to_bezier( _G.ke4.shape.rectangle )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 0 0 b 0 33.33 0 66.67 0 100 b 33.33 100 66.67 100 100 100 b 100 66.67 100 33.33 100 0 b 66.67 0 33.33 0 0 0 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.trayectory.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 2 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Genera una shape en forma de trayectoria curva fluida. 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\p1}!_G.ke4.shape.origin( _G.ke4.shape.trajectory( 5, 30, 50 ) )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,{\p1}m 195.33 61.73 b 167.01 96.7 124.99 77.99 124.19 32 b 123.63 0 96.54 28.06 123.94 40.26 b 164.14 58.16 185.18 101.3 139.29 98.09 b 96.4 95.09 105.22 125.85 130.09 142.63 b 155.79 159.96 155.02 115.97 191.25 84.48 b 214.64 64.14 191.68 37.72 172.16 81.57 b 159.95 108.98 186.19 123.52 157.25 134.63 b 123.64 147.53 121.2 182.45 153.22 190.43 b 192.03 200.11 167.76 217.74 123.32 210.7 b 77.88 203.51 46.42 242.36 89.18 237.87 b 135.92 232.96 133.69 264.88 103.07 260.03 b 73.44 255.34 86.87 225.19 44.84 206.48 b 13.78 192.65 0 144.59 47.1 131.08 b 82.67 120.88 120.8 146.6 120.14 108.61 b 119.58 76.62 78.44 101.34 89.81 55.73 b 100.94 11.1 55.05 7.89 52.26 47.79 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/shape library/ke4.shape.width.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 48 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Retorna la longitud del ancho de la shape 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,!_G.ke4.shape.width( _G.ke4.shape.circle )! 29 | Comment: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,karaoke,{\k200}Demo 30 | Dialogue: 0,0:00:02.00,0:00:04.00,Default,,0,0,0,fx,100 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.gradientv.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.625000 17 | Video Position: 24 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Dialogue: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Crea una gradiente de forma vertical en el texto ingresado. 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl,fxgroup.firstsyl = (syl.i == 1) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,line Vertical,0,0,0,template syl noblank notext fxgroup firstsyl,{\an5\pos($lcenter,$y)}!_G.ke4.text.gradientv( line.styleref, line.text_stripped, { line.center, $y }, "&H00FFFF&", "&H000000&", "&H0000FF&" )! 29 | Dialogue: 0,0:00:00.00,0:00:00.00,Default,syl Vertical,0,0,0,template syl noblank notext,{\an5\pos($x,$y)}!_G.ke4.text.gradientv( line.styleref, syl.text_stripped, { $x, $y }, "&H00FFFF&", "&H00FFFF&", "&H00FFFF&", "&H000000&", "&H0000FF&", "&H0000FF&" )! 30 | Comment: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,karaoke,{\k21}so{\k36}no {\k20}te {\k36}wa {\k32}da{\k27}i{\k34}ji {\k39}na {\k39}hi{\k20}to {\k85}to {\k15}tsu{\k18}na{\k119}gu {\k32}ta{\k232}me {\k20}ni {\k18}a{\k138}ru 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.inside.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 24 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Dialogue: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Encuentra marcas en las sílabas y retorna true (verdadero) en el caso de que sí 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl,fxgroup.mark = _G.ke4.text.inside( line, syl.i, "fx" ) 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template syl noblank fxgroup mark,{\an5\pos($x,$y)} 29 | Comment: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,karaoke,{\k21}so{\k36}no {\k20}te {\k36}wa {\k32\fx}da{\k27\fx}i{\k34\fx}ji {\k39}na {\k39}hi{\k20}to {\k85}to {\k15}tsu{\k18}na{\k119}gu {\k32}ta{\k232}me {\k20}ni {\k18}a{\k138}ru 30 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,{\an5\pos(476,360)}da 31 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,{\an5\pos(500,360)}i 32 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,{\an5\pos(515,360)}ji 33 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.lower.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 24 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Dialogue: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte el texto ingresado a letras minúsculas 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template syl notext noblank,!_G.ke4.text.lower( line.text_stripped )! 28 | Comment: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,karaoke,{\k20}SONO TE WA DAIJI NA HITO TO TSUNAGU TAME NI ARU 29 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,sono te wa daiji na hito to tsunagu tame ni aru 30 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.to_clip.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: ke4.text.to_clip 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Video Position: 24 18 | 19 | [V4+ Styles] 20 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 21 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 22 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 23 | 24 | [Events] 25 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 26 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte el texto en un Clip Vectorial 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template noblank notext,{\an5\pos($x,$y)!_G.ke4.text.to_clip( line, syl.text_stripped, { $sleft, $stop } )!}!syl.text_stripped! 28 | Dialogue: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,,{\k21}so{\k36}no {\k20}te {\k36}wa {\k32}da{\k27}i{\k34}ji {\k39}na {\k39}hi{\k20}to {\k85}to {\k15}tsu{\k18}na{\k119}gu {\k32}ta{\k232}me {\k20}ni {\k18}a{\k138}ru 29 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.to_kara.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 24 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,code,Hint = "Aplica un degradado al texto seleccionado con el ángulo que se le indique" 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code syl,fxgroup.first = (syl.i == 1) 29 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template syl notext fxgroup first,!_G.ke4.text.to_kara( line.text )! 30 | Comment: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,karaoke,sono te wa daiji na hito to tsunagu tame ni aru 31 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,{\k27}so{\k27}no {\k27}te {\k27}wa {\k23}da{\k23}i{\k23}ji {\k27}na {\k27}hi{\k27}to {\k27}to {\k32}tsu{\k32}na{\k32}gu {\k27}ta{\k27}me {\k27}ni {\k20}a{\k20}ru 32 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/text library/ke4.text.upper.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Last Style Storage: Default 14 | Video File: ?dummy:23.976000:140000:1280:720:68:89:104:c 15 | Video AR Value: 1.777778 16 | Video Zoom Percent: 0.500000 17 | Active Line: 1 18 | Video Position: 24 19 | 20 | [V4+ Styles] 21 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 22 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 23 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 24 | 25 | [Events] 26 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 27 | Dialogue: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte el texto ingresado a letras mayúsculas 28 | Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template syl notext noblank,!_G.ke4.text.upper( line.text_stripped )! 29 | Comment: 1,0:00:00.98,0:00:10.78,Default,,0,0,0,karaoke,{\k20}sono te wa daiji na hito to tsunagu tame ni aru 30 | Dialogue: 0,0:00:00.98,0:00:10.78,Default,,0,0,0,fx,SONO TE WA DAIJI NA HITO TO TSUNAGU TAME NI ARU 31 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/time library/ke4.time.HMS_to_ms.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Video Zoom Percent: 0.500000 14 | Active Line: 3 15 | 16 | [V4+ Styles] 17 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 18 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 19 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 20 | 21 | [Events] 22 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 23 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte un tiempo de formato HMS (Horas, Minutos y Segundos) en ms (milisegundos). 24 | Comment: 0,0:00:00.00,0:00:00.00,Default,ke4.time.HMS_to_ms,0,0,0,template notext noblank,0:02:21.308 = !_G.ke4.time.HMS_to_ms( "0:02:21.308" )! ms 25 | Comment: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,karaoke,{\k200}texto demo 26 | Dialogue: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,fx,0:02:21.308 = 141308 ms 27 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/time library/ke4.time.frame_to_HMS.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Video Zoom Percent: 0.500000 14 | Active Line: 3 15 | 16 | [V4+ Styles] 17 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 18 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 19 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 20 | 21 | [Events] 22 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 23 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte la cantidad de frames seleccionados un tiempo en formato HMS (Horas, Minutos y Segundos). 24 | Comment: 0,0:00:00.00,0:00:00.00,Default,ke4.time.frame_to_HMS,0,0,0,template notext noblank,487 frames = !_G.ke4.time.frame_to_HMS( 487 )! 25 | Comment: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,karaoke,{\k200}texto demo 26 | Dialogue: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,fx,487 frames = 0:00:20.311.8 27 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/time library/ke4.time.frame_to_ms.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Video Zoom Percent: 0.500000 14 | Active Line: 3 15 | 16 | [V4+ Styles] 17 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 18 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 19 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 20 | 21 | [Events] 22 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 23 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte la cantidad de frames seleccionados un tiempo en ms (milisegundos). 24 | Comment: 0,0:00:00.00,0:00:00.00,Default,ke4.time.frame_to_ms,0,0,0,template notext noblank,487 frames = !_G.ke4.time.frame_to_ms( 487 )! ms 25 | Comment: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,karaoke,{\k200}texto demo 26 | Dialogue: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,fx,487 frames = 20311.8 ms 27 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/time library/ke4.time.ms_to_HMS.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Video Zoom Percent: 0.500000 14 | Active Line: 3 15 | 16 | [V4+ Styles] 17 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 18 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 19 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 20 | 21 | [Events] 22 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 23 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte un tiempo en ms (milisegundos) a formato HMS (Horas, Minutos y Segundos). 24 | Comment: 0,0:00:00.00,0:00:00.00,Default,ke4.time.ms_to_HMS,0,0,0,template notext noblank,23856 ms = !_G.ke4.time.ms_to_HMS( 23856 )! 25 | Comment: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,karaoke,{\k200}texto demo 26 | Dialogue: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,fx,23856 ms = 0:00:23.856 27 | -------------------------------------------------------------------------------- /Effector4/Ass Test Library/time library/ke4.time.time_to_frame.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by Aegisub 3.2.2 3 | ; http://www.aegisub.org/ 4 | Title: Default Aegisub file 5 | ScriptType: v4.00+ 6 | WrapStyle: 0 7 | ScaledBorderAndShadow: yes 8 | YCbCr Matrix: None 9 | PlayResX: 1280 10 | PlayResY: 720 11 | 12 | [Aegisub Project Garbage] 13 | Video Zoom Percent: 0.500000 14 | Active Line: 3 15 | 16 | [V4+ Styles] 17 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 18 | Style: Default-furigana,Calisto MT,21,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,1,0,5,10,10,10,1 19 | Style: Default,Calisto MT,42,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,5,10,10,10,1 20 | 21 | [Events] 22 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 23 | Comment: 0,0:00:00.00,0:00:00.00,Default,Hint,0,0,0,,Convierte un tiempo en ms (milisegundos) o en formato HMS (Horas, Minutos y Segundos) a frames. 24 | Comment: 0,0:00:00.00,0:00:00.00,Default,ke4.time.time_to_frame,0,0,0,template notext noblank,23856 ms = !_G.ke4.time.time_to_frame( 23856 )! frames 25 | Comment: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,karaoke,{\k200}texto demo 26 | Dialogue: 0,0:00:05.00,0:00:07.00,Default,,0,0,0,fx,23856 ms = 572 frames 27 | -------------------------------------------------------------------------------- /Effector4/Effector-auto4.lua Installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaraEffect0r/Kara_Effector/2a0a9cae4a0ebd7a254cfa360f52fcdd5fb61f03/Effector4/Effector-auto4.lua Installation.png -------------------------------------------------------------------------------- /Effector4/ass scripts DEMOS/Flames syl2end.ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by effector-auto4.lua 3 | ; http://www.aegisub.org/ 4 | Title: Flames syl2end 5 | ScriptType: v4.00+ 6 | WrapStyle: 3 7 | PlayResX: 1280 8 | PlayResY: 720 9 | ScaledBorderAndShadow: yes 10 | Video Aspect Ratio: 0 11 | Video Zoom: 4 12 | YCbCr Matrix: TV.601 13 | 14 | [Aegisub Project Garbage] 15 | Last Style Storage: Default 16 | Video File: ?dummy:23.976000:40000:1280:720:0:0:0: 17 | Video AR Value: 1.777778 18 | Video Zoom Percent: 0.500000 19 | Active Line: 2 20 | Video Position: 48 21 | 22 | [V4+ Styles] 23 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 24 | Style: Romaji,Calisto MT,52,&H00FFFFFF,&H000000FF,&H00444447,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,276,1 25 | 26 | [Events] 27 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 28 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,effector4,0,0,0,,Este efecto requiere la librería effector-auto4.lua: https://github.com/KaraEffect0r/Kara_Effector/tree/master/Effector4 29 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,,0,0,0,template noblank loop 24,!retime( "syl2end", 1200 * (j - 1) / (maxj - 1), _G.ke4.time.lo( $si, $syln, 50 ) + 1200 * (1 + (j - 1) / (maxj - 1)) )!{\an5\pos($x,!$y - 50 * (j - 1) / (maxj - 1)!)\bord0\shad0\org($x,!$y - 10000!)!_G.ke4.tag.oscill( line.duration, 400, "\\fr0.015", "\\fr-0.015" )!\blur!1 + 2.4 * (j - 1) / (maxj - 1)!\1c!_G.interpolate_color( (j - 1) / (maxj - 1), "&H03BCEB&", "&H0432F5&" )!\1a!_G.ass_alpha( 90 + 150 * (j - 1) / (maxj - 1) )!\fscx!100 - 25 * (j - 1) / (maxj - 1)!\fscy!100 - 25 * (j - 1) / (maxj - 1)!\fad(0,300)} 30 | Dialogue: 0,0:00:01.98,0:00:09.95,Romaji,,0,0,0,,{\k17}ho{\k20}u{\k36}ka{\k19}i {\k104}no {\k60}shi{\k24}n{\k20}fo{\k14}ni{\k17}i {\k39}ga {\k36}na{\k33}ri{\k28}hi{\k17}bi{\k21}i{\k292}te 31 | Dialogue: 0,0:00:10.11,0:00:19.18,Romaji,,0,0,0,,{\k27}fu{\k47}ru {\k15}a{\k125}me {\k24}wa {\k44}ma{\k22}ru {\k29}de {\k29}na{\k31}mi{\k32}da {\k38}no {\k34}ne{\k11}i{\k400}ro 32 | -------------------------------------------------------------------------------- /Effector4/ass scripts DEMOS/Hattori Syl Cut I [HL].ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by effector-auto4.lua 3 | ; http://www.aegisub.org/ 4 | Title: Hattori Syl Cut [HL] 5 | ScriptType: v4.00+ 6 | WrapStyle: 3 7 | PlayResX: 1280 8 | PlayResY: 720 9 | ScaledBorderAndShadow: yes 10 | Video Aspect Ratio: 0 11 | Video Zoom: 4 12 | YCbCr Matrix: TV.601 13 | 14 | [Aegisub Project Garbage] 15 | Last Style Storage: Default 16 | Video File: ?dummy:23.976000:40000:1280:720:0:0:0: 17 | Video AR Value: 1.777778 18 | Video Zoom Percent: 0.500000 19 | Active Line: 2 20 | Video Position: 270 21 | 22 | [V4+ Styles] 23 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 24 | Style: Romaji-furigana,Calisto MT,26,&H00FFFFFF,&H000000FF,&H00444447,&H00000000,0,0,0,0,100,100,0,0,1,1,0,8,10,10,276,1 25 | Style: Romaji,Calisto MT,52,&H00FFFFFF,&H000000FF,&H00444447,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,276,1 26 | 27 | [Events] 28 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 29 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,effector4,0,0,0,,Este efecto requiere la librería effector-auto4.lua: https://github.com/KaraEffect0r/Kara_Effector/tree/master/Effector4 30 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,,0,0,0,code syl,Dxy = 12; theta = _G.Rs( 0, 75, 5 ); slider = function( val, angle ) local Shape = string.format( "m 0 %d l %d %d l %d 0 l 0 0 m 0 %d l %d %d ", val / 2, val, val / 2, val, val, val, val ) return _G.ke4.shape.centerpos( _G.ke4.shape.origin( _G.ke4.shape.rotate( Shape, angle ) ), line.left + syl.center, line.top ) end 31 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,,0,0,0,template noblank loop 2,!retime( "syl", 0, 300)!{\an5\move($x,$y,!$x + _G.ke4.math.polar( theta + 180 * (j - 1), Dxy, "x" )!,!$y + _G.ke4.math.polar( theta + 180 * (j - 1), Dxy, "y" )!)\clip(!slider( syl.width + 4 * Dxy, theta + 180 * (j - 1) )!)\fad(0,300)} 32 | Dialogue: 0,0:00:01.98,0:00:09.95,Romaji,,0,0,0,,{\k17}ho{\k20}u{\k36}ka{\k19}i {\k104}no {\k60}shi{\k24}n{\k20}fo{\k14}ni{\k17}i {\k39}ga {\k36}na{\k33}ri{\k28}hi{\k17}bi{\k21}i{\k292}te 33 | Dialogue: 0,0:00:10.11,0:00:19.18,Romaji,,0,0,0,,{\k27}fu{\k47}ru {\k15}a{\k125}me {\k24}wa {\k44}ma{\k22}ru {\k29}de {\k29}na{\k31}mi{\k32}da {\k38}no {\k34}ne{\k11}i{\k400}ro 34 | -------------------------------------------------------------------------------- /Effector4/ass scripts DEMOS/Spark Shine IV Right [HL].ass: -------------------------------------------------------------------------------- 1 | [Script Info] 2 | ; Script generated by effector-auto4.lua 3 | ; http://www.aegisub.org/ 4 | Title: Spark Shine IV Right [HL] 5 | ScriptType: v4.00+ 6 | WrapStyle: 3 7 | PlayResX: 1280 8 | PlayResY: 720 9 | ScaledBorderAndShadow: yes 10 | Video Aspect Ratio: 0 11 | Video Zoom: 4 12 | YCbCr Matrix: TV.601 13 | 14 | [Aegisub Project Garbage] 15 | Last Style Storage: Default 16 | Video File: ?dummy:23.976000:40000:1280:720:0:0:0: 17 | Video AR Value: 1.777778 18 | Video Zoom Percent: 0.500000 19 | Active Line: 2 20 | Video Position: 319 21 | 22 | [V4+ Styles] 23 | Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding 24 | Style: Romaji-furigana,Calisto MT,26,&H00FFFFFF,&H000000FF,&H00444447,&H00000000,0,0,0,0,100,100,0,0,1,1,0,8,10,10,276,1 25 | Style: Romaji,Calisto MT,52,&H00FFFFFF,&H000000FF,&H00444447,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,276,1 26 | 27 | [Events] 28 | Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 29 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,effector4,0,0,0,,Este efecto requiere la librería effector-auto4.lua: https://github.com/KaraEffect0r/Kara_Effector/tree/master/Effector4 30 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,,0,0,0,code once,angle = 0.24; delay = 300; alpha1 = 100; alpha2 = 230 31 | Comment: 0,0:00:00.00,0:00:00.00,Romaji,,0,0,0,template noblank loop 12,!retime( "syl", 0, delay)!{\an5\pos($x,$y)\org($x,!$y - 10000!)\1c&HFFFFFF&\bord0\shad0\blur2.5\1a!_G.ass_alpha( _G.interpolate_alpha( (j - 1) / (maxj - 1), alpha1, alpha2 ) )!\t(0,83,\fr!angle * (j - 1) / (maxj - 1)!)\t(83,!line.duration!,\fr0)\fad(0,!delay!)} 32 | Dialogue: 0,0:00:01.98,0:00:09.95,Romaji,,0,0,0,,{\k17}ho{\k20}u{\k36}ka{\k19}i {\k104}no {\k60}shi{\k24}n{\k20}fo{\k14}ni{\k17}i {\k39}ga {\k36}na{\k33}ri{\k28}hi{\k17}bi{\k21}i{\k292}te 33 | Dialogue: 0,0:00:10.11,0:00:19.18,Romaji,,0,0,0,,{\k27}fu{\k47}ru {\k15}a{\k125}me {\k24}wa {\k44}ma{\k22}ru {\k29}de {\k29}na{\k31}mi{\k32}da {\k38}no {\k34}ne{\k11}i{\k400}ro 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Kara_Effector 2 | ============= 3 | Never been simpler to do karaoke effects 4 | 5 | Kara Effector 6 | ============= 7 | is an [Aegisub](http://www.aegisub.org/) macro and library for applying customized effect templates on karaoke timed and translation line text. 8 | --------------------------------------------------------------------------------