how do you solve the 'loading error' problem?
i'm also having the same problem, is there a way to fix it?
I keep getting loading errors... anyone knows a fix? I noticed that they are all failing to load a png file but when I look into the file they are all rpgmvp. For example, "Loading Error Failed to load: img/tilesets/drpk_pixeltiles_01_A5_a.png" but when I go to img/tilesets, it is there, drpk_pixeltiles_01_A5_a.rpgmvp
The cause for these errors is that the total length of the file path is too long.
What i mean with that is all the combined folder names that you navigate through to get to the game.
This game has a very long name in the title, and if you extract the download normaly the total number of letters of the folder path might go over the "limit".
Also note, that sometimes the extracted folder has a subfolder that is named the same before getting to the actual game, so the long game name could be duplicated in the folder path.
To solve these issues, simply rename the game folder to something shorter.
If that doesn't help you might also need to not bury the game too deep into alot of folders, or shorten the names of those folders aswell.
This is a common issue that occurs when the folder name is to long.
example of what your filepath might look like:
/files/totalynotsusfiles/hgamesandothererostuff/subcategoryfoldernamesORgameauthor/extremelylongjapanesegametitlestranslatedintoenglish/game.exe
example convert file path into:
/files/AVGquarantine/hgames/author/shortname/game.exe