Where do libraries go at?
If you are installing a library, check where the version is built on, if that version exists in the releases page, use that version of when doing your mod, otherwise if it is for a version YET not released, see Getting The Latest DevBuild
Libraries are sub-projects that goes alongside your mod, this just tells where they go, make sure that your mod has a:
librariesinside of the mod's root- It is for the exact version you're using for Kristal
Where do they are at
Installing can be either as an .zip or via folders, these go under:
- Windows:
%appdata%\kristal\mods\<modname>\libraries - Windows (Source Code):
%appdata%\LOVE\kristal\mods\<modname>\libraries - MacOS:
~/Library/Application Support/LOVE/Kristal/mods/<modname>/libraries - Linux:
$XDG_DATA_HOME/love/kristal/mods/<modname>/librariesor~/.local/share/love/kristal/mods/<modname>/libraries
THE LIBRARY DOESN'T WORK!!
It can be for:
- If the library's
.ziphas an extra folder, extract that folder (.zips withlib.zip/lib) - Making sure it is for the right Kristal version (and if in devbuild, the right commit version)
- Or that the library has some error where it doesn't work