This mod for The Last Flame games allows you to dynamically adjust stats for in-game heroes. Features include a UI for enabling/disabling the stat bonuses (crit and lifesteal by defualt) globally or per hero. Feel free to reach out for requests or questions, but note that this was a quick proof of concept.
- Game: A Unity game using MonoBehaviours.
- Modding Framework: BepInEx 6.x.
-
Download BepInEx:
- BepInEx Releases Page.
- I used the latest Bleeding edge build
-
Extract the contents of the BepInEx ZIP file into the game’s root directory. This is the folder where the game’s main
.exe
file is located. -
Run the game once. BepInEx will initialize and create the following folder structure:
GameRoot ├── BepInEx │ ├── plugins
- Download the mod
.dll
file from releases, or build it locally. - Place the
.dll
file in theBepInEx/plugins/
directory: