You are viewing a potentially older version of this package. View all versions.
MintyMods-HDLCPatch-1.4.0 icon

HDLCPatch

Replacement mod for HDLethalCompany that provides additional tweaks/improvements

Date uploaded 2 days ago
Version 1.4.0
Download link MintyMods-HDLCPatch-1.4.0.zip
Downloads 1917
Dependency string MintyMods-HDLCPatch-1.4.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
AinaVT-LethalConfig-1.4.6 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.6

README

Description

Mostly replaces the HDLethalCompany mod, while adding a few improvements over it. HDLethalCompany is only needed for shadow quality settings with versions 1.4.0+

Includes realtime customization with LethalConfig.

Versions 1.1.0+ have LethalConfig support. Versions below 1.4.0 require HDLethalCompany.

Mod Support

LethalConfig - You can install LethalConfig alongside this mod for in-game options that update in realtime. HDLethalComany - This is only needed for shadows with versions 1.4.0+

You can find HDLethalCompany here. https://thunderstore.io/c/lethal-company/p/Sligili/HDLethalCompany/ Only install it if you need shadow quality settings or are using an older version of HDLCPatch (< 1.4.0).

Notice!

This mod was not functioning properly with versions 1.0.0 and 1.0.1. It should now work with versions 1.0.2+. Versions 1.0.0 and 1.0.1 were only functioning when UncaughtExceptionCatcher was installed.

Known Issues

  • Foliage settings don't seem to work with some mods. I added a compatability setting for this if your foliage goes missing.
  • Anti-aliasing might not be working? SMAA might be the only method that works. I haven't been able to notice a difference between settings.

CHANGELOG

v1.4.0

  • Added extra compatability options to disable specific features of the mod. This should overall help with compatability for similar mods to this one or mods that modify things that this one also modifies.
  • Removed HDLethalCompany requirement. It's now only needed for shadow settings.

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