Zengine
Zengine copied to clipboard
Case sensitive filenames
I noticed that Zengine seems to need filenames of game resources to be case sensitive on Linux.
The DVD version of ZGI has INQUIS.STR as inquis.str. It is required to rename the file to uppercase for it to work.
Are the files/folders in Zork.dir also case sensitive too? Could the code that checks for resource files from Zork.dir be made case insensitive? It seems that the case of the letters in the file/folder names across different versions of the games aren't consistent.
Case sensitivity only for folders in Zork.dir, files in this dirs are not case sensitivity. It's very hard to make insensitive for all - it will drain resource loading speed.
2012/10/31 Kevin Becker [email protected]
I noticed that Zengine seems to need filenames of game resources to be case sensitive on Linux.
The DVD version of ZGI has INQUIS.STR as inquis.str. It is required to rename the file to uppercase for it to work.
Are the files/folders in Zork.dir also case sensitive too? Could the code that checks for resource files from Zork.dir be made case insensitive? It seems that the case of the letters in the file/folder names across different versions of the games aren't consistent.
— Reply to this email directly or view it on GitHubhttps://github.com/Marisa-Chan/Zengine/issues/15.