Amnesia Modloader (AML2) is a GUI application used in conjunction with Amnesia - The Dark Descent. It is used to scan the game directory for user made mods, and list them in a table to make it easier for the user to edit and launch them. AML2 is open-source, and this is the official repository for it.
You can find user-targeted information about the product on the official Frictional Games forum.
AML2 is a Java based SWT application. The full list of additional libraries is:
- SWT - the Standard Widget Toolkit, for the native UI look.
- JeXiMeL - my own XML parser for Java.
- mslinks - a utility for making native Windows .lnk shortcut files.
- SWTSplitButton - a widget for SWT to make a button display a menu.
If you wish to use the source code, these are required separately.