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

HDLCPatch

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

Date uploaded a week ago
Version 1.1.0
Download link MintyMods-HDLCPatch-1.1.0.zip
Downloads 5852
Dependency string MintyMods-HDLCPatch-1.1.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
Sligili-HDLethalCompany-1.5.6 icon
Sligili-HDLethalCompany

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

Preferred version: 1.5.6

README

Description

Fixes the HDLethalCompany mod by removing the RoundPostFix patch and re-applying it as a postfix patch instead of a prefix patch. This helps prevent the game from soft-locking when pulling the ship lever.

Version 1.1.0 now has LethalConfig support.

Tested with a small vanilla pack of mods and a pack of 192 mods.

How to use override settings

Set EnableHDPatchOverrideSettings to true in the HDLCPatch config or use LethalConfig to change settings. If EnableHDPatchOverrideSettings is false, the values from the HDLethalCompany config will be used.

EnableResolutionOverride must be set to true to change the games resolution when EnableHDPatchOverrideSettings is enabled.

Mod Support

LethalConfig - You can install LethalConfig alongside this mod for in-game options that update in realtime.

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.

CHANGELOG

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