RPG Maker MV Browser Deploy - fail to load img

● ARCHIVED · READ-ONLY
Started by manck 6 posts View original ↗
  1. 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
  2. What is the name of the image file in your project?

    Is the name of the image file "%24Hero01_Shd01.png" ?
  3. $Hero01_shd01.png
  4. Aloe Guvner said:
    What is the name of the image file in your project?

    Is the name of the image file "%24Hero01_Shd01.png" ?

    $Hero01_shd01.png
  5. %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.
  6. Aloe Guvner said:
    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