-
Notifications
You must be signed in to change notification settings - Fork 1
Tools Loader
Neto Becker edited this page Feb 27, 2021
·
4 revisions
Shady Loader is a Module for SWRSToys. It loads extra custom packages (mods) into the game.
It loads custom resource files instead of the originals, these resources must
be stored in a package in the same folder as the loader. This package can be
a .zip archive or a folder, to make the loader use the package it must be
enabled in shady-loader.ini
or by using SokuEngine's menu or shady-manage
.
The resource files must be named using
- Underline: files on the root the package with full path to the resource.
Example:
data_character_reimu_attackA000.png
- Slash: a folder structure with the files inside these folders.
Example:
data/character/reimu/attackA000.png
You can download packages by using SokuEngine's menu or shady-manage
. To add
your packages to the list it must be approved.
- Copy the folder
shady-loader
intoModules
folder of the SWRSToys. - Add the line
shady-loader=Modules/shady-loader/shady-loader.dll
to yourSWRSToys.ini
file. - Use the
shady-manage
executable inModules/shady-loader
folder to download and enable packages.