default to outputting to {local_path}/output
* Windows setup has that path as writable by everyone * most others run from source, where the entire source path and children is writable. * People complained about files appearing in My Documents, which admittedly is not intuitive
This commit is contained in:
@@ -50,7 +50,7 @@ multi_mystery_options:
|
||||
#teams, however, note that there is currently no way to supply names for teams 2+ through MultiMystery
|
||||
teams: 1
|
||||
#Where to place the resulting files
|
||||
output_path: "MultiMystery"
|
||||
output_path: "output"
|
||||
#location of your Enemizer CLI, available here: https://github.com/Bonta0/Enemizer/releases
|
||||
enemizer_path: "EnemizerCLI/EnemizerCLI.Core.exe"
|
||||
#folder from which the player yaml files are pulled from
|
||||
|
||||
Reference in New Issue
Block a user