EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
50 stars 18 forks source link

not well-formed (invalid token) #66

Closed nippanippa closed 11 months ago

nippanippa commented 2 years ago

I'm having a serious problem I've never had to deal with before, I don't know what I changed because this patching method used to work without issues.

I'm trying to patch a Japanese rm2k game, editing the ldb chipsets and such. I can create an .edb file without issues, but when I convert it back to .ldb, the command line vomits up a bunch of "not well-formed (invalid token)" errors. I've tried the .ini file fix where you add "[EasyRPG] Encoding=1252" to RPG_RT.ini, but that creates a whole new even worse problem - all of the Japanese characters get corrupted in the .edb file, and once the new .ldb has been generated, the game has TONS of missing assets to the point where it's completely unplayable Player_8MDenQCH3P cmd_gMasAB3GjA .

Ghabry commented 2 years ago

You must use 932 instead of 1252 because the game is in Japanese

carstene1ns commented 11 months ago

I guess this issue is solved by now.