Skip to content

A fork of LethalLib to use it for my own purposes, and also so I can add moon tools to it later hopefully

License

Notifications You must be signed in to change notification settings

Skull220/LethalLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LethalLib

A library for adding new content to Lethal Company, mainly for personal use.

https://thunderstore.io/c/lethal-company/p/Evaisa/LethalLib/

Currently includes:

  • Custom Scrap Item API
  • Custom Shop Item API
  • Unlockables API
  • Map Objects API
  • Dungeon API
  • Custom Enemy API
  • Network Prefab API
  • Weather API

LethalLib 0.10.0

  • [BREAKING CHANGE] Added save system patch which attempts to keep the items array in the same order, so that items don't change when you load an old save after mods have updated.
    • This will likely break all existing saves.
  • Added Intellisense comments to all API functions.
  • Added method: Enemies.RemoveEnemyFromLevels()
  • Added method: Items.RemoveScrapFromLevels()
  • Added method: Items.RemoveShopItem()
  • Added method: Items.UpdateShopItemPrice()
  • Added method: Unlockables.DisableUnlockable()
  • Added method: Unlockables.UpdateUnlockablePrice()
  • Added method: Weathers.RemoveWeather()
  • Added method: MapObjects.RemoveMapObject()
  • Added method: MapObjects.RemoveOutsideObject()
  • Added Module: ContentLoader
    • This acts as an alternative way to register content, abstracting some extra stuff away such as network registry and asset loading.

About

A fork of LethalLib to use it for my own purposes, and also so I can add moon tools to it later hopefully

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%