@@ -0,0 +1,9 @@ |
|
|
1 |
# Command Line Options |
|
|
2 |
|
|
|
3 |
hUGETracker supports loading a module passed as the first command line argument. Additionally, data directories can be configured using the `--conf_dir`, `--cache_dir` and `--runtime_dir` options. This allows running hUGETracker from a read-only directory, or packaging hUGETracker for Linux distributions. |
|
|
4 |
|
|
|
5 |
| Option | Information | |
|
|
6 |
|-----------------|-------------------------------------------------------------------------------------------------------------------| |
|
|
7 |
| `--conf_dir` | Where user configuration is stored (settings, keymaps, color schemes). | |
|
|
8 |
| `--cache_dir` | Where intermediate files generated during song assembly are stored. | |
|
|
9 |
| `--runtime_dir` | Where necessary files that normally ship with hUGETracker are stored. This includes `hUGEDriver`, `halt.gb`, etc. | |