diff --git a/Path-variables.md b/Path-variables.md new file mode 100644 index 0000000..df8834e --- /dev/null +++ b/Path-variables.md @@ -0,0 +1,17 @@ +There are three path variables that can be set by the user and used in scripts, they are: + +- `%3DSX%`, which should be used for downloading 3DSX files. Defaults to `sdmc:/3ds/` +- `%NDS%`, which should be used when downloading NDS files. Defaults to `sdmc:/` +- `%ARCHIVE_DEFAULT%`, which should be used when extracting archives. Defaults to `sdmc:/` + +Example: +```json +"Download pkmn-chest.nds (6 MiB)": [ + { + "file": "https://github.com/Universal-Team/pkmn-chest/releases/download/v2.2/pkmn-chest.nds", + "message": "Downloading pkmn-chest.nds...", + "output": "%NDS%/pkmn-chest.nds", + "type": "downloadFile" + } +] +``` \ No newline at end of file