Open Jaguar83 opened 7 years ago
I just found something similar as well. Some Sonic Forces files contain an empty directory name, which is then turned into "/(file name)", which is then understood by Windows as "C:/(file name)", which, as you say, is write-protected by default on most machines.
I can't find anywhere else to ask this, but how do I run it?
Some cpk files contain entries with a leading slash causing the program to crash. This is because it tries to write to the root of the current drive, which is usually write-protected. The proposed change instead strips the leading slash and extracts it to the current directory.