Skip to content

Releases: BattletechModders/LootMagnet

HarmonyX Update

17 Apr 02:15
Compare
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_6.4.0

28 Jan 14:40
cd15a70
Compare
Choose a tag to compare
REL_6.4.0 Pre-release
Pre-release

Added access to mech storage and inventory from salvage screen

REL_6.3.0

14 Mar 17:28
Compare
Choose a tag to compare
  • Add Tests for MRB rating
  • Fix issue where MRB ratings were downshifted by 1 (from 1->0, 5-4, etc)
  • Fix issue where Allies chosen after Career end were not treated as allied.

REL_0.6.2

13 Oct 02:12
Compare
Choose a tag to compare
  • Fallback to component Name if UIName is not present. Necessary for playable tanks, as tanks have no UINames on their components.

REL_0.6.1

06 Sep 13:47
Compare
Choose a tag to compare
  • Add option to disable holdback mechanics per BTA request

Note: Mod.json change (Holdback.Enabled)

Functionally equivalent to 0.6.0 if you want Holdback

REL_6.0

23 Aug 13:21
Compare
Choose a tag to compare
  • Performance improvements for logging
  • Changed from Debug to Release build... may be faster?

REL_5.4.0

23 Aug 12:53
Compare
Choose a tag to compare
  • Localized the quick sell (shift to click) message
  • Now uses components UIName instead of Name in the dispute dialog
  • Added .pdb file to assist in debugging; should print line on errors
  • Fix NRE issue with quick-sell; selling no longer should cause salvage screen to error out.

NOTE:

  • mod.json changes (localization)
  • localization text changes (typo, quick-sell added)

REL_5.3.0

06 May 01:05
Compare
Choose a tag to compare
  • Adding more logging and nullity checks to try to avoid partial mech salvage issue

REL_5.2.0

04 May 16:25
Compare
Choose a tag to compare
  • Adds DLLEntryPoint in mod.json
  • Refactor to support NO_CC / CC compiles

No major functional changes. Now released as two versions - one with CustomComponents support embedded, one without. The NO_CC build will not support the LootMagnetComp blacklisting, but is otherwise functionally equivalent.

REL_5.1.0

04 May 13:45
Compare
Choose a tag to compare
  • Add blacklist-by-component tags (thanks to Haree78)
  • Compensation offering now skips any blacklisted components (thanks to Haree78)