- Aug 12, 2017
- 707
- 1,948
What package with 1 mb more? Unless you provide a link I cannot check...There might be something with the package from Detective Girl that is causing problems. Anyone had any success?
Edited for update: Got it to work with vs 1.61 after making the TFF change to tff. But I did come up with a problem. Im also curious to see if the package that has 1 mb more than the other is at fault for the resource missing. By package I mean resources.pak
As for the error from your screenshot... You'll see lots of such errors in a a lot of games.
Windows Os treats filenames with capital and minor letters the same, eg. A_File.txt, a_file.txt, A_file.TXT, a_FILE.TxT, in windows is the same file and you can't have all of them in the same folder.
But for Unix systems as linux and mac they are different files since their capital/minor letters of their names do not match and you can have all of them in the same folder.
For such errors you go in the directory of the file, you find the file and you rename it exactly as is displayed. The extension can be different though (some games use encrypted files, an example is this case).
For this specific error rename "!DOOR1.rpgmvp" to "!Door1.rpgmvp".