Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.11 KB

File metadata and controls

24 lines (19 loc) · 1.11 KB

CHANGELOG

2.1.0

  • Add modularity to internal APIs to better failsafe and also support unloading hooks
  • Bug fixes / updates for current patch

2.0.9

  • Bug fixes for lockboxes and medium chests only giving Tier 3 items

2.0.2

  • Bug fix for ItemDropAPI hook
  • Update Assembly-CSharp and mod info for latest version of RoR2

2.0.1

  • Updated MMHOOK_Assembly-CSharp.dll
  • Added more usages of ItemDropAPI

2.0.0

  • Fixed SurvivorAPI, you can now have more than one custom survivor
    • Note to DEVS: You must set SurvivorIndex to a value > 8 (SurvivorIndex.Count) in order for your Survivor to be added, otherwise it will replace the survivor at that index.
  • Added Custom EntityStates support
  • Added Fast Cached Reflection API, see: Reflection.cs
  • Added In-Game Rule UI API, see: LobbyConfigAPI.cs
  • Added ItemDropAPI, a complete replacement for managing item drops, see: ItemDropAPI.cs