You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out how to set the Save Paths so it keeps the Parent Folder that the .nsp files are in, and then add a DLC and UPDATES folder into that parent folder, and then sort as needed.
Other than what's already shown in the default config file..
{name}
{id}
{version}
I have no clue what else i could use in the paths.
Is there a possible {current_dir} already available to use?
Example:
All my .nsp files are in the "Mario Bros" folder C:\NS\Games\Mario Bros
I want to set the Base, DLC, and Update paths something like this..
Base = {current_dir}/{name}[{id}][v{version}].nsp
DLC = {current_dir}/DLC/{name}[{id}][v{version}].nsp
Updates = {current_dir}/updates/{name}[{id}][v{version}].nsp
The text was updated successfully, but these errors were encountered:
I'm trying to figure out how to set the Save Paths so it keeps the Parent Folder that the .nsp files are in, and then add a DLC and UPDATES folder into that parent folder, and then sort as needed.
Other than what's already shown in the default config file..
I have no clue what else i could use in the paths.
Is there a possible {current_dir} already available to use?
Example:
All my .nsp files are in the "Mario Bros" folder
C:\NS\Games\Mario Bros
I want to set the Base, DLC, and Update paths something like this..
Base = {current_dir}/{name}[{id}][v{version}].nsp
DLC = {current_dir}/DLC/{name}[{id}][v{version}].nsp
Updates = {current_dir}/updates/{name}[{id}][v{version}].nsp
The text was updated successfully, but these errors were encountered: