Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Configuration

‮ahcmaH edited this page Jun 19, 2016 · 4 revisions

Behavior of Luma Updater can be customized via configuration file.

Where to put the configuration file

The configuration file must be located in any of the following locations:

  • /lumaupdater.cfg
  • /3DS/lumaupdater.cfg
  • /luma/lumaupdater.cfg

If using Luma Updater as a .3dsx (via hblauncher), you can also put the configuration file in the same folder as the .3dsx file

Available options

Each option in the configuration file is specified as option = value (for example log enable = yes). if omitted, options will assume their defaults, except for payload path which is required for the time being.

Available options are:

Option name Description Type
payload type Type of payload (a9lh, menuhax, homebrew) a9lh, menuhax or homebrew
payload path Path to the A9LH/Menuhax/Homebrew Luma3DS payload (default arm9loaderhax.bin) UNIX-style path including filename
backup Enable or disable saving of payloads before upgrading them (default enabled) yes or no
selfupdate Enable or disable updating of the updater (default enabled) yes or no
log enable Enable or disable saving of log files with updating progress (for debugging in case of errors) yes or no
log path Path to the log file (if enabled) (default /lumaupdater.log) UNIX-style path including filename
Clone this wiki locally