You are viewing a potentially older version of this package. View all versions.
Axolotl-StageSwapper-1.0.1 icon

StageSwapper

(Experimental) Swap out stage backgrounds for custom Unity scenes.

Date uploaded 4 years ago
Version 1.0.1
Download link Axolotl-StageSwapper-1.0.1.zip
Downloads 232
Dependency string Axolotl-StageSwapper-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack_LLBlaze-5.4.1900 icon
BepInEx-BepInExPack_LLBlaze

BepInEx pack for Lethal League Blaze. Preconfigured and ready to use.

Preferred version: 5.4.1900
Glomzubuk-LLBModdingLib-0.4.0 icon
Glomzubuk-LLBModdingLib

A library to help making LLB mods easier.

Preferred version: 0.4.0

README

Stage Swapper

Experimental plugin to swap stages for custom Unity scenes in Blaze. This version is just a proof-of-concept and for testing purposes! It does not fully work or fully replace the old scene yet.

To swap a stage, place an AssetBundle with the same name as the stage (see Bundles/Stages folder for the names) inside the plugin's modding folder (in LLBlaze/ModdingFolder/Stage Swapper).

The AssetBundle that you use should include a Unity scene.

v1.0.1:

  • fix double shadows
  • rudimentary eclipse mode (will change next update)