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

HDLCPatch

Fixes the HDLethalCompany mod to prevent the game soft locking into the next round

Date uploaded 3 weeks ago
Version 1.0.2
Download link MintyMods-HDLCPatch-1.0.2.zip
Downloads 1473
Dependency string MintyMods-HDLCPatch-1.0.2

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
Sligili-HDLethalCompany-1.5.6 icon
Sligili-HDLethalCompany

Additional graphics settings such as resolution, anti-aliasing, fog quality etc.

Preferred version: 1.5.6
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

Fixes the HDLethalCompany mod by removing the RoundPostFix patch that the mod applies. This helps prevent the game from soft-locking when pulling the ship lever.

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.

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