You are viewing a potentially older version of this package. View all versions.
Lega-LegaFusionCore-1.0.4 icon

LegaFusionCore

Common library with shared code for my mods

Date uploaded 2 days ago
Version 1.0.4
Download link Lega-LegaFusionCore-1.0.4.zip
Downloads 4123
Dependency string Lega-LegaFusionCore-1.0.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Rune580-LethalCompany_InputUtils-0.7.10 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.10

README

Lega Fusion Core

Common library that brings together shared gameplay systems for my mods, currently including:

  • Common methods
  • Infrastructure for adding unique special abilities to items
  • CustomPass handling for shaders
  • Registry for player actions
  • Registry for new spawnable items (without replacing existing scraps)
  • Registry for status effects
  • Registry for stats
  • Registry for objects states
  • Registry for dungeon lights states
  • Registry for ship features states
  • Registry for visibility states

This library ensures compatibility between my different mods while making it easier to add new scalable features.

CHANGELOG

CHANGELOG

Version 1.0.4

  • New methods and registries for Stranger Things v1.0.0

Version 1.0.3

  • Updated for Trick Or Treat v2.0.0

Version 1.0.2

  • Added a registry to spawn new items (without replacing existing scraps)
  • Added a registry to manage player action disabling
  • Added new shared/common methods

Version 1.0.1

  • Updated to v73

Version 1.0.0

  • Initial release