Help me on this error

kucing50

New Member
Aug 27, 2020
6
0
Sorry if my post not on the right place, idk where to post it

anyone can help ? this game is originally on jap language, but someone translate it
at most case if i found this trouble just change the name file/change region to jap(or us local emulator)
but for this case i still cant solve this issue using that solution, i found that the error is file not found, i try to change name like i screenshot, and try to extract file set the name encoding to japan. and i see there is a space after the parallaxes, but if i add space on the file the space is auto delete when i press enter

sorry for bad english, hope u understand it
 

scrumbles

Engaged Member
Jan 12, 2019
2,330
2,421
Sorry, no clue why Windows removes the space from the filename.

I guess I'd either fix the filename (1) or the map (2).
  1. rename the file via terminal (the old cmd.exe) and add a leading space.
    Something like:
    Code:
    ren "C:\PATH\TO\IMAGE\DIR\!0 Fog 3.png" " !0 Fog 3.png"
  2. edit the .json files and remove the leading spaces from the image name.
    Start Notepad++ or a similar editor, find the string " !0 among the files in the directory C:\PATH\TO\GAME\www\data\, remove the space and save the file (of course you'd better backup the "data" directory before messing with it).
 
  • Like
Reactions: TheBlueKnight

kucing50

New Member
Aug 27, 2020
6
0
i use the step one, but the game still cant get the images.
still trying for step two but it takes time for me to change the file