MintyMods-HDLCPatch icon

HDLCPatch

Fixes the HDLethalCompany mod and provides additional tweaks/improvements

CHANGELOG

v1.3.0

  • Added LethalConfig as dependency. (Its still not required, but the mod is primarily built around it)
  • Added toggle for blurry steam profile image fix.
  • Added additional settings for adjusting fog.
  • Recategorized settings.
  • Resolution on terminal now matches set resolution.
  • Multiple tweaks and additions to code to make it less reliant on HDLethalCompany (Less reflection into assemblies).

v1.2.1

  • Fixed blurry steam profile images on spectator screen at low texture quality.

v1.2.0

  • Fixed scanner UI when resolution is below vanilla resolution.
  • Added additional resolution options.

v1.1.2

  • Changed the minimum resolution scale to 0.25
  • Added additional try catches for catching errors in the mod and extra checks to try and prevent errors.

v1.1.1

  • Added an additional check for setting up references to HDLethalCompany functions. This might help fix references being null.
  • Added a measure to prevent re-setting values several times when starting up a session.
  • Added additional anti-aliasing options that may or may not work.

v1.1.0

  • Added LethalConfig support, with the ability to change settings in-game through the LethalConfig menu.
  • Re-added removed code from original patch, but moved it to a postfix patch which seems to not break the game.
  • Changes to the way the mod works and large additions to the code to support runtime config.

v1.0.2

  • Mod should now work without UncaughtExceptionCatcher

v1.0.1

  • Added github link and renamed package to follow folder naming schemes of other mods

v1.0.0

  • Nothing to note, this is the first version