melantha
Member
- Jan 21, 2019
- 367
- 852
- 216
try press spacebar, it actually progresses animation, but you need to wait for it, but you can't see it because it's coveredView attachment 2836277
My game is freezing on this screen on the fate game, can still hear the pause menu buttons does anyone know to fix this or have a save after this scene?
Well that was problem I run into too, but I think that is not the only issue. RPGMaker is looking for a file with name "SF_Inside_B%E5%8A%A0%E5%B7%A5.png" which don't exists. So even with correct filenames it don't find it - obviously, because this name is handled incorrectly inside RPGMaker.
It probably needs locale emulator, or setting locale to Chinese.
A question - Will JP codepage work for Chinese game filenames? Does anybody know correct codepage number for this file?
if it has chinese character encoding instead of japanese, here's the extract bat
this gets rid of the file not found thing
if it asks for password, "paste" in command line is actually right-click. so copy the password, right click into the command line, and enter
Code:
"C:\Program Files\7-Zip\7z.exe" x -mcp=936 "<filename.zip>"
pause
-mcp=932chinese encoding =
-mcp=936