LLB_Community-MusicHax icon

MusicHax

A mod to load custom sounds and musics

Last updated a month ago
Total downloads 2365
Total rating 0 
Categories Audio
Dependency string LLB_Community-MusicHax-3.5.2
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.9.0 icon
Glomzubuk-LLBModdingLib

A library to help making LLB mods easier.

Preferred version: 0.9.0

README

MusicHax for Lethal League Blaze, the one stop shop for all your audio needs. Glomzubuk rewrote pretty much all of the code again to make this Bepinex compatible.

Refer to the guide for creating mods if you would like to compile it for yourself: Old link was for LLBMM, use the bepinex tutorial until the new doc is ready: BepInEx basic plugin guide

To do list:

  • [X] Some day I would like to improve this to have a mod settings menu that can toggle vanilla music. ModMenuIntegration.cs was meant to do this but I was too lazy to finish it so it goes functionally unused. If you want to set this up, feel free to contribute to this repo. Also, now that this has preload, add a toggle to enable/disable that for big music collections.
  • [X] Also, because this mod uses a weird type of code injection, it has an issue where uninstalling it won't actually remove it and reinstalling it will "stack" the injected code, which can cause long load times. A fix for this would be cool, but I couldn't figure out a clean one.
  • [ ] Currently, the mod doesn't generate the directories for Sfx and voices, run the mod through a couple matches and menus to get them, i haven't found a way to generate them all at game start yet.