I am testing the Chrono Engine ABS demo
https://mega.nz/#!SV5yGYBB!Y9CUZVHWbUtvcuxx2XgkYxser_LAQU0HlagKbM-Tq1A
I have edited nothing.
I uploaded the browser deploy files to a host server
I played it on Firefox browser, Edge browser and Chrome.
I am able to pass ABS Mode Stage 1 Map 005(Sheid Scene) ,
then when I am heading toward the 006 map, it says error fail to load img/characters/%24Hero01_Shd01.png
[embedded media]
any help is appreciated
the windows deploy works fine on Windows 10,
but the browser deploy fails to load img
RPG Maker MV Browser Deploy - fail to load img
● ARCHIVED · READ-ONLY
-
-
What is the name of the image file in your project?
Is the name of the image file "%24Hero01_Shd01.png" ? -
$Hero01_shd01.png
-
What is the name of the image file in your project?
Is the name of the image file "%24Hero01_Shd01.png" ?
$Hero01_shd01.png -
%24Hero01_Shd01.png
$Hero01_shd01.png
See any differences? One of those has a capital "S" and the other has a lowercase "s". So they are not the same, which is why the file isn't loaded. -
See any differences? One of those has a capital "S" and the other has a lowercase "s". So they are not the same, which is why the file isn't loaded.
Thanks! I changed the file name and it's working now