Easyrpg web player not detecting images with Japanese Characters even though they are there

error
What I’ve tried so far is using the full RTP Japanese package with Harmony.dll which fixed possible mixing RTPs.
I’ve also tried setting manual Easyrpg Japanese encoding which made the web player start reading Japanese but still fail to implement the files into the game.
This is what my RPG_RT.ini looks like.
[RPG_RT]
GameTitle=notimportant
MapEditMode=2
MapEditZoom=0
FullPackageFlag=1
[EasyRPG]
Encoding=932
How do I make this work. The encoding obviously worked for the web player but not fully, since it is reading Japanese now but still not getting the pictures into the game. Setting it to English encoding shows scrambled characters in both the web and regular player. Possibly bug?

I think you missed some step, can you verify the following points?

  • Did you copy over the rtp files over the game directory?
  • Did you update the json cache file?
  • Did you clear your browser cache?

Thank you!

1 Like

Yes, copied rtp to game directory. Just ran gencache.exe again and deleted the old index.json. Deleted browser cache as well. But wait a seconed. I might’ve just figured it out. Do you think I need to run the gencache.exe with Japanese App Locale. This is what it’s generating.
“title/???4”:“Title/???4.png”,“title/vh???”:“Title/VH???.png”,“title/vh???2”:“Title/VH???2.png”,“title/vh???3”:“Title/VH???3.png”,“title/vh???4”:“Title/VH???4.png”,“title/vh???5”:“Title/VH???5.png”}
Bunch of names with question marks= not good. I’m going to try to run it with Japanese locale.

Seems we never came around to fix this: https://github.com/EasyRPG/Tools/pull/22#issuecomment-241430606

Oh, right, this one is still open: https://github.com/EasyRPG/Tools/pull/40 (not checked if really fixed)