Welcome to TenFeX
This is Tentacle's try to get a public fx generator for fansubs running.
If you are new to TenFeX, please follow the steps below.
For advanced users, here are the direct links:
font bind

Step 1
Make sure that your script is a .ass file. If not, open it with Medusa, and save again as .ass.
I used Medusa as reference for my file reader, so if you get any problems, check if your file is readable with medusa first.

Step 2
To do its sweet magic, TenFeX needs the fonts you use.
Go to the TenFex Font List and make sure all your fonts are listed there.

Step 3
Now you need to think of which kind of effect you want on which text line.
There are two ways of selecting the effect, but fear not, you can use both:

  • style name
    You name the styles after the fx they are supposed to get.
    For example you would select the keyword "blink" as identifier for a blinking effect.
    To do so, you would put the word "blink" in all the style names for which the lines are supposed to get that effect.
    Then you would tell TenFeX to link the keyword "blink" with the effect.
    ( This will happen later on, but you need to rename your styles now if you choose to use this method )
    As a matter of fact, you can use every character sequence you want as keyword,
    but i would suggest a descriptive word of 4-8 characters.

  • in-text-keyword
    Just like the style name method you choose a keyword for your style,
    but instead of renaming the styles so that they contain the keyword,
    you simply put the keyword into brackets and add it to the text fild of the text line.
    Like this:
    text text text "{" keyword "}" text text text
    The advantege of this way is that it keeps your number of styles low,
    but in return you need to add the keyword to every line.

  • For effects that occur often, i suggest the style name method,
    for rare effects i suggest the in-text-keyword.

    Step 4
    Now we're ready to input the effect bindings into TenFeX
    Please follow this link.