-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repacking a folder containing an extracted NSP using --create results in a "Is a directory" error #140
Comments
I just need to do and folder structure is preserved. |
I think you are misunderstanding the command line options. --extract just extracts the content of an NSP while --create converts a folder containing an extracted NSP back to an NSP. This has nothing to do with compression at all and are options nobody beside a few game modders are using. Regardless of why you originally encountered this issue I will test and make sure --extract and --create are working but it's highly unlikely that you or any other normal user will ever need them. To compress an NSP to an NSZ use |
Yeah my bad, I didn't mean compression with -c |
I did some research and NSP files do not support subdirectories as far I'm aware. All files are stored under the root level. How do you expect a folder containing sub-directories to be added to an NSP? Do you want me to recursively add all the files in all the sub folders to the root of the NSP? There might be a way to store folders in an XCI but --create currently only supports NSP files. Maybe explain why you need --extract and --create because I can think of almost no use-case where those options are useful beside game modding. |
I have a game I extracted with -x
But if I compress -c the same folder it gives me "Is a directory" error.
And I end up with 97Kb nsp file.
Could you fix this?
The text was updated successfully, but these errors were encountered: