Skip to content

Instantly share code, notes, and snippets.

@line0
Last active August 29, 2015 14:16
Show Gist options
  • Save line0/2250cab146b49b9a75f4 to your computer and use it in GitHub Desktop.
Save line0/2250cab146b49b9a75f4 to your computer and use it in GitHub Desktop.
Updater instructions
  1. Delete ASSFoundation from your automation directories.

  2. Delete any of the following macros you're using from your automation directories: ASSWipe, Insert Line Breaks, Move Along Path, Nudge, Paste AI Lines, Vertical Text

  3. Download the latest DependencyControl release for your platform and unpack its contents to your Aegisub user automation directory. It is essential that DependencyControl and all scripts it's used reside in the user automation directory, NOT the the automation directory in the Aegisub application folder. On Windows, this will be %AppData%\Aegisub\automation folder (you may have to create it).

  4. Download any of my macros from here (only the ones beginning with l0. work with the updater) and put them in your user automation\autoload folder.

  5. In Aegisub, rescan your automation folder (or restart Aegisub). Aegisub should automatically fetch ASSFoundation from the internet and successfully load the macros.

  6. Some of the Macros changes their config file location and now reside in the config subfolder of your Aegisub user folder:

    • ASSWipe: ASSWipe.json -> config\l0.ASSWipe.json
    • Nudge: nudge.json -> config\l0.Nudge.json
    • Paste AI Lines: PasteAILines.json -> config\l0.PasteAILines.json

    Move them over to keep using your existing configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment