-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for file case-insensitive #144
Comments
Thanks, nice idea |
@tintou can you create fix for this? I have no Linux, and some fixes hard to implement |
@tintou I saw you prepared flatpack commit for augustus, could you please do the same here? |
On case sensitive filesystems (on Linux at least), access to sound was broken for some assets. This commit fixes all errors similar to: > Sound: cant find audio AUDIO/Wavs/DOCK1.wav that happen when opening the game This is related to dalerank#144
@tintou can you check last changes with content path cache? |
I just tested and it loading the files fine, thank you! |
I'm using Linux and here the filesystem is case-sensitive, so doing
fopen(Pharaoh_MM.eng)
won't work if the file is namedPharaoh_mm.eng
(which is the case here). There are several resources that are also missing because of this issue. It would be nice to implement a case-insensitive loading of resources.The text was updated successfully, but these errors were encountered: