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.
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