Plugins
AKMenu-Next Plugins
Plugins allow AKMenu-Next to be extended to launch other filetypes including Emulator ROMs and Videos.
-
Visit the AKMenu-Next Plugins Page and download the plugin you want.
-
Extract the contents of the plugin download to your computer.
-
Ensure that the plugin download contains an
_ndsfolder. Copy the_ndsfolder and any other folders or files next to it and paste it to the root of your SD card. You may be asked to replace files. If you are on Windows, clickReplace the file in the destination. If you are on MacOS, clickMergeand notReplaceotherwise the existing_ndsfolder will be deleted. -
Files that have an extension supported in the plugin will now show in the AKMenu-Next file browser and can be launched
Plugin INI
- AKMenu-Next plugins come as
{Extension}.inifiles which must be loacated in_nds/akmenunext/pluginsand use the below format:
[plugin]
path=path/to/nds/here.nds
argv=1
bootstrap=0
path= Path to the.ndsfile that will be launched with the plugin. This file can be located anywhere but the advised location is_nds/akmenunext/plugins/app.argv= Sets whether the filepath of the file launched is passed to the NDS file specified.bootstrap= Sets whether the path of the plugin is launched with nds-bootstap-hb.nds. This is used for the DSi SD card and is ignored if the user is on a flashcart.
Icons
- Icons are located in
_nds/akmenunext/plugins/iconsand are standard Nintendo DS banner files. They should be named as{Extension}.binso that they are loaded when the accompanying extension is loaded. If the icon is missed or invalid, AKMenu-Next will fallback to the default placeholder icon for that extension.