Axolotl-StageSwapper icon

StageSwapper

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

Last updated 2 years ago
Total downloads 537
Total rating 2 
Categories Display Tweaks
Dependency string Axolotl-StageSwapper-1.0.5
Dependants 0 other packages depend on this package

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.5:

  • fixed camera y position for non-fixed camera

v1.0.4:

  • fix unix desktops requiring the stage to be fully upper-case (now the requirement is lowercase).

v1.0.3:

  • disable eclipse mode objects at scene start

v1.0.2:

  • added stage configuration - can use xml file with the same name as the bundle in the ModdingFolder and the plugin will load values from there (see example xml in repo)
  • configure shadow distance
  • configure camera height
  • add camera shots

v1.0.1:

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