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

LegaFusionCore

Common library with shared code for my mods

Date uploaded 2 weeks ago
Version 1.1.1
Download link Lega-LegaFusionCore-1.1.1.zip
Downloads 11237
Dependency string Lega-LegaFusionCore-1.1.1

This mod requires the following mods to function

Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5
BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
Evaisa-LethalLib-1.2.0 icon
Evaisa-LethalLib

Personal modding tools for Lethal Company

Preferred version: 1.2.0

README

Lega Fusion Core

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

  • Common methods
  • CustomPass handling for shaders
  • Registry for player actions
  • Registry for new spawnable items (without replacing existing scraps)
  • 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.

Credits

CHANGELOG

CHANGELOG

Version 1.1.1

  • Updated for Stranger Things v1.0.2

Version 1.1.0

  • Moving status effects in Lethal Status
  • Moving add-ons in Addon Fusion

Version 1.0.9

  • Added compatibilities

Version 1.0.8

  • Added the LIGHTNING status effect

Version 1.0.7

  • Updated for Lantern Keeper v1.0.8 and Snow Playgrounds v1.1.4

Version 1.0.6

  • Updated for Lantern Keeper v1.0.7

Version 1.0.5

  • Added SellBodiesFixed soft compat

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