DakkJaniels / DevilutionX-MiddleEarthMod

Recreation of V&K's Middle Earth Mod for Diablo 1.07, utilizing Devilution X
The Unlicense
8 stars 3 forks source link

Fix case-sensitivity issues on Linux with the custom assets folder #22

Closed sixcy closed 1 year ago

sixcy commented 2 years ago

The zip file "ME Mod Assets.zip" was having files in all uppercase even though the game is looking for files in a different case.

This patch turns all files of the zip archive to lowercase (thanks @AJenbo), and transforms all fetched paths of the custom assets folder to lowercase.

Fixes #21