Skip to content

Modding

frostworx edited this page Oct 19, 2021 · 30 revisions

stl currently has support for the following modding tools:

This wiki page is meant to become a little collection of tutorials on how to get certain moddings tools/components working. So if you have any hints which might be helpful for others feel free to share them.

FNIS

(Modding tool for Skyrim SE)

contributed by niiyoooom via reddit:

"I found out how to get FNIS working... create a symlink from the Skyrim Data folder to the FNIS tools folder. Example;"

cd '/home/user/.steam/steam/steamapps/common/Skyrim Special Edition/Data/'
ln -s '/home/user/.config/stl/mo2/compatdata/pfx/drive_c/users/steamuser/AppData/Local/ModOrganizer/Skyrim Special Edition/mods/Fores New Idles in Skyrim SE - FNIS SE/tools' tools

"And if anyone can't seem to install FNIS because of an error or if FNIS refuses to launch (I forget the error code;;) try deleting all of the files in the GenerateFNIS_for_Users/Languages folder, except for the English file (some computers might not be able to understand some of the languages). If you can't install it, unzip the mod, delete those files, then rezip it and install with MO2"

Clone this wiki locally