Releases: BattletechModders/IRBTModUtils
Releases · BattletechModders/IRBTModUtils
HarmonyX Update
Updated to ModTek 3+, no end-user visible changes:
Updated project file to MS 2019 format
Replaced Harmony1 shimming with direct HarmonyX patches
Eliminated Traverse and AccessTools lookups in favor of publicized accesses.
DLL only change. No changes to mod.json
WILL NOT WORK ON MODTEK 0.8
REL_1.30.0
add IgnoreFactorNormalization bool property on CustomInfluenceMapAllyFactor, CustomInfluenceMapHostileFactor, andCustomInfluenceMapPositionFactor for better absolute control over influence map (if true)
REL_1.12.0
- fix infinite waypointing (again)
- Add RESULT as objective type, for mods to use
REL_1.11.0
- Support for upcoming CAC/CU release
REL_1.10.0
- Adds MoveModifier API for modder use (no user visible changes)
NOTE: Required for CBTBE 0.8+ and CG 0.5.1+
REL_1.9.0
REL_1.8.0
- Add new utilities to allow customization of skill level to modifier mapping
- Add innerException logging per request from @BlueWinds
REL_1.7.0
- Performance improvements for logging; adds a deferring logger that will only log if enabled. Reduces memory overhead
- Performance improvements for custom dialogs; messages on the sidepanel should be quicker to display
- Changed from Debug to Release build... may be faster?