linux: Music directory existing in ./local/share/Daikatana/data will cause casepath return check to fail

Issue #172 resolved
Frank Sapone created an issue

Create a Music directory in /home/<user>/.local/share/Daikatan/data

Alure will complain it can't find the music unless the music exists in that directory.

Problem is stemming from FS_GetAbsolutePath to the casepath check. It always returns true. This appears to only affect the audio library as making a directory such as "Maps" still allows maps to be loaded.

This was noticed when loading the map gawd.bsp from a custom maps server which has a downloadable asset, "dkn64_ep4.mp3"

Comments (2)

  1. Log in to comment