xyzz / openmw-android

OpenMW for Android
https://omw.xyz.is/
GNU General Public License v3.0
325 stars 88 forks source link

Expose resources directory to user #12

Closed terabyte25 closed 5 years ago

terabyte25 commented 5 years ago

The reasoning behind this is to allow users to modify shaders and/or mygui resource files to their linking (some mods use custom shaders specifically for openmw)

xyzz commented 5 years ago

The point of moving these files away was so that the user can't modify them, and to simplify built-in files update mechanism; with the patch, on any apk update all user resources would get wiped out. For this reason I'm not going to merge this. Additionally, this use case is already supported by overriding the resources= option in the user openmw.cfg.