Skip to content

Releases: Wully616/BetterMods

0.0.7 - to match nexus version

14 Jun 18:18
Compare
Choose a tag to compare
Pre-release

Updated manifest

Minor fixes

14 Jun 18:15
Compare
Choose a tag to compare
Minor fixes Pre-release
Pre-release

Minor fixes for catching issues with custom render passes

Global Item Module loader + Custom render pass

29 Apr 21:19
Compare
Choose a tag to compare

Added: new level module - LevelModuleGlobalItemModule which lets you apply itemModules to a all or a subset of ItemData types automatically in the catalog.
Added: Custom render pass scripts for future custom render pass mods.

New events and dependency checking

24 Apr 12:33
365f72a
Compare
Choose a tag to compare
Pre-release

Bugfixes:
Added try catches to the better events module in case other mods calling the events does something bad.

New features:
Added option to disable the full class namespace being printed in logs with BetterLogger
Collision events for player held items hitting stuff
Casting events - OnPlayerCast, OnPlayerSpray, OnPlayerMerge events
Added a dependency checking module to validate manifests and dll dependancies for helping bug diagnosis

0.0.3 - BetterLogger and extensions

09 Apr 19:46
18bc192
Compare
Choose a tag to compare

Added BetterLogger.
Added many extensions and helper functions
Refactored onCollisionEvent logic for Players grabbed items, fists and feet.

Fixed stuff with documentation generation to use github sites

Addition of BetterHelpers

05 Apr 02:02
Compare
Choose a tag to compare

Added BetterHelpers, some minor refactoring