Skip to content

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.

How it works

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.

Installing the Loader:

  • Copy the folder shady-loader into Modules folder of the SWRSToys.
  • Add the line shady-loader=Modules/shady-loader/shady-loader.dll to your SWRSToys.ini file.
  • Use the shady-manage executable in Modules/shady-loader folder to download and enable packages.