BLACK SOULS MOD LOADER

- a vessel for many hands -

Script index

A line-by-line catalog of every Ruby script the game ships with - 224 entries, ordered the way RGSS3 loads them at boot.

What this is

Scripts.rvdata2 inside Game.rgss3a contains every script the game runs: vanilla RGSS3 classes (Game_Actor, Scene_Map, …), plus dozens of BS2-specific add-ons (custom battle systems, scene scripts, asset hooks, gameplay tweaks). recon.py decompresses and serializes them all into a clean numbered list.

How to use it

Regenerating

The list below is a frozen snapshot. To regenerate it from your own copy of the game:

cd "Mod Loader/src"
python recon.py

Output: docs/recon/INDEX.md (this file) plus docs/recon/scripts/*.rb with the actual decompressed Ruby for every entry. The .rb sources are not shipped in this repo - run recon.py against your own Game.rgss3a to produce them.


Loading script index…