Skip to content

Releases: BattletechModders/IRBTModUtils

HarmonyX Update

14 Apr 21:04

Choose a tag to compare

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

01 May 12:21

Choose a tag to compare

add IgnoreFactorNormalization bool property on CustomInfluenceMapAllyFactor, CustomInfluenceMapHostileFactor, andCustomInfluenceMapPositionFactor for better absolute control over influence map (if true)

REL_1.12.0

10 Aug 13:31

Choose a tag to compare

  • fix infinite waypointing (again)
  • Add RESULT as objective type, for mods to use

REL_1.11.0

18 Jul 15:27

Choose a tag to compare

  • Support for upcoming CAC/CU release

REL_1.10.0

11 Apr 13:17

Choose a tag to compare

  • 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

01 Apr 20:32

Choose a tag to compare

  • Adds new interfaces that allow custom AI InfluenceMap factors to be added by CleverGirl.

(!) Required for CleverGirl 0.5+ and CBTBE 0.7+.

DLL only change.

REL_1.8.0

01 Apr 20:35

Choose a tag to compare

  • Add new utilities to allow customization of skill level to modifier mapping
  • Add innerException logging per request from @BlueWinds

REL_1.7.0

23 Aug 12:41

Choose a tag to compare

  • 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?

REL_1.6.5

19 Jun 21:16

Choose a tag to compare

  • Add extension for for combatant label (instead of static method)
  • Add CombatGameState, CombatHUD captures as SharedState for other mods

REL_1.6.4

22 May 15:26

Choose a tag to compare

  • Changes to support concrete jungle needs