- Joined
- Aug 17, 2015
- Messages
- 9
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMMV
So I have an encrypted RPG Maker MV project from August 2020, and I wanted to open it with my Version 1.6.2 editor. So all the files are .rpgmvp files, which works fine for running the game... But what if I need to update the MadeWithMv image for example? Well, if I import the original .png before it became a .rpgmvp and delete the .rpgmvp version (because I don't need it anymore), the game shows the error "failed to load img/system/MadeWithMv.png".
Why would this be? It's referencing the .png I imported in the "MadeWithMv" default plugin, but running the game gives me an error. However, bringing back the .rpgmvp version fixes this, like the game is always referencing the .rpgmvp version regardless of what I set. This goes for everything too, images and sounds, if I try to replace the .rpgmvp with my .pngs or .oggs.
I had seen somebody before had this problem too here and supposedly solved the problem by using the update guide found here. I did this too (replaced old .js with new .js, except for plugins, replaced index.html) and nothing changed, the game still relies on having the .rpgmvp files even if I tell it to use the .pngs or .oggs, it says it fails to load them anyway. Is there something I'm missing?

Why would this be? It's referencing the .png I imported in the "MadeWithMv" default plugin, but running the game gives me an error. However, bringing back the .rpgmvp version fixes this, like the game is always referencing the .rpgmvp version regardless of what I set. This goes for everything too, images and sounds, if I try to replace the .rpgmvp with my .pngs or .oggs.
I had seen somebody before had this problem too here and supposedly solved the problem by using the update guide found here. I did this too (replaced old .js with new .js, except for plugins, replaced index.html) and nothing changed, the game still relies on having the .rpgmvp files even if I tell it to use the .pngs or .oggs, it says it fails to load them anyway. Is there something I'm missing?
