luciusDXL / TheForceEngine

Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.
https://TheForceEngine.github.io
GNU General Public License v2.0
946 stars 71 forks source link

[Linux] Loading mods #374

Closed tanuki2k closed 6 months ago

tanuki2k commented 6 months ago

Do mods work in Linux? I copied the zip files to /usr/share/TheForceEngine/Mods but nothing show up under the mod menu. I even tied extracting them into their own folder.

mlauss2 commented 6 months ago

try ~/.local/share/TheForceEngine/Mods/ instead. /usr/share is generally not writable for non-root users, therefore mods aren't looked for there, since it's not expected that a) you run it as root and b) put custom stuff in a global folder.

tanuki2k commented 6 months ago

thank you!