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

StageSwapper

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

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

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.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)