mcanterb / JRGSS

A port of the RPGMaker Engine to Java for Mac and Linux support
MIT License
35 stars 7 forks source link

Linux filesystems are case sensitive #19

Closed mcanterb closed 9 years ago

mcanterb commented 9 years ago

Since RPG Maker runs in Windows where the filesystem is case insensitive, many scripts have come to rely on this fact. As a result, they do not specify correct filenames for Linux. We need to implement a translation layer in FileUtil that will take all incoming filenames and implement a case sensitive search for them on disk.