Hey
kin-kun, the other day we had a discussion in the Play on Linux thread about "Do you have Akira points" (
https://f95zone.to/threads/do-you-have-akira-points-final-golden-fever.26448/post-1640522).
On Linux the game will show tons of missing image loading error. First we thought it was the usual case sensitive mistake as seen in many other RPG Maker MV games but the file names were correct. (
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/post-6752166)
Dev used a bunch of custom plugins which are responsible for accessing the images. Apparently, the structure of the game's img folder and its sub-folders seem not to work properly on Linux and will show a "%2F" ( ASCII for "/") error when ever the game tries to access an images in one of the sub-folders. (
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/post-6752641)
On Windows, or Wine, the problem doesn't occur. Modifying the plugin file and moving the images one folder up fix the problem, but needs to be done for each custom plugin file. (
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/post-6752960)
Do you might have an idea what could be the reason, why the special character "/" on Linux can't be read? Does Linux limit the numbers of sub-folders in a way?
It's not urgent in any way I would just like to hear your thoughts on that matter.
Have a good one!